Sonalice

Newbie
Nov 7, 2023
21
20
71
I find it weird that you can feed Liliya a pill to cause sterility and then right after she'll get pissed off at you for coming inside because she doesn't want to get pregnant.
 
  • Like
Reactions: BobCarter

Qahlz

Well-Known Member
Jul 25, 2023
1,256
919
150
is there a way to recover key items?
I lost the hypno watch somewhere, either sold it or dropped it
I'm reasonably sure you can neither sell nor drop it. Are you sure you finished the associated quest yet?

Anyway, you can spawn a new one by typing "buggy" anywhere, then clicking on "spawn menu" and scrolling down a bit. The hypno-watch should appear in that menu, and clicking on it should spawn it on your current tile.
 

Loliphile

Newbie
Apr 26, 2017
76
259
121
Which is? Thanks in advance
Hi.

I do think around 25-50% of the performance my version grants should be coming in the next update to Lilith's Throne, as innoxia has told me it's going to be pulled in the next update.

1755487115637.png

That is, when the next update eventually arrives...


Check Loliphile's signature, they're active in this thread. I'm wary of posting a link, because one of the things the mod does is allowing you to lower the age of generated characters.
Good, don't need anyone else getting in trouble, let me take all the flak for creating, and maintaining such a divisive creation.
I'm trying to get inno to eventually incorporate the changes, but as the first attempt was 4 years ago to no avail, I made the PR's more digestible this time for her sake.
 

sgb3

Active Member
Dec 14, 2019
579
1,239
267
Hi.

I do think around 25-50% of the performance my version grants should be coming in the next update to Lilith's Throne, as innoxia has told me it's going to be pulled in the next update.



That is, when the next update eventually arrives...
Meh, she's claimed this before and nothing got done. The fact that you had to do her job for her and spoon feed her the code to even get her to consider optimization improvements (and the main game is bad, I can't play it over the mod anymore) is just reason #297 why she should hand this off to someone else already.
 

Arkus86

Member
Jun 3, 2018
348
551
277
Well, it looks like not giving deadlines changes nothing about the update pattern and Inno's "stress", it just means she's not missing the deadlines. Besides, she is now apparently back to giving deadlines, sort of.


Sorry for leaving such a long time since my last post. I got a little stressed by failing to get things done in time again, and then I ended up making a big mess of things when implementing the random potion system. I've got it working properly now and I'm writing the content for the next part of the main quest. Writing always seems to take a lot longer than I expect, but I should have a lot of progress news to report on in my next post, which I'll make at the end of this month (in 9 days).

Thank you all for bearing with me, and as always thank you so much for your support. I'll try my hardest to get this next version released within the next couple of weeks (and I'm really sorry that it's taken me so long already).
 

CaptainBipto

Well-Known Member
Sep 20, 2018
1,438
1,435
326
Well, it looks like not giving deadlines changes nothing about the update pattern and Inno's "stress", it just means she's not missing the deadlines. Besides, she is now apparently back to giving deadlines, sort of.
I seem to recall Inno going through that cycle once or twice before.
They were talking about how setting those deadlines 'just stressed them out' and they would end up doing nothing and then running and hiding.

I could be misremembering it, but that whole 'not giving deadlines to not stress out' just sounds so familiar to me.
 
  • Like
Reactions: Arkus86

Uguns

Newbie
Mar 26, 2018
39
23
231
I seem to recall Inno going through that cycle once or twice before.
They were talking about how setting those deadlines 'just stressed them out' and they would end up doing nothing and then running and hiding.

I could be misremembering it, but that whole 'not giving deadlines to not stress out' just sounds so familiar to me.
Sounds like a depression to me. and not wanting to sort things out in life
 

Konstantinus

Engaged Member
Feb 25, 2019
2,333
2,184
471
What happened with the start date? I am used to that the starting ingame year is my current year but now it seems to be fixed for 2020?
 

kevbrty

Newbie
Apr 13, 2018
25
26
70
What happened with the start date? I am used to that the starting ingame year is my current year but now it seems to be fixed for 2020?
If its bothering you, you can modify the code to take the system date from your pc. Use the below code :
Java:
import java.time.LocalDate;

    public static void main(String[] args) {
        // Get the current date from the system
        LocalDate currentDate = LocalDate.now();
        
        // Print or use the current date in your game
        System.out.println("Current date: " + currentDate);
    }
Put it in the source code appropriately and compile it
 
  • Like
Reactions: Draupnir7
4.00 star(s) 131 Votes