The jar links are the only ones that are readily updated from builds pushed to the github, as we don't have anyone here that's subscribed to get Innoxia's compiled preview builds, and the people doing independent compiles aren't presently messing with the blood magic involved in getting an .exe build functioning, so for now we can only keep the jar version up-to-date for this forum.then what's the point in having the jar download links?
It isn't 0.4.4, the .jar file just says it is. If you run it, start a new game, and get to the patch note log, the top banner will definitely say 0.4.4.5 (although for some reason the patch notes also maintain the error).For anyone want try 0.4.5, the OP link with (045) still is version 044. so keep calm and wait for news.
so...people are being morons trying to play a game that needs java...without java?The default Windows download is a jar file accompanied by a bat file, jar files are not by default executable if you don't have java enabled. and if you don't have java enabled the .bat is the only one that is launchable, but the .bat file still needs java installed... so it fails. hence the people complaining about the game not launching where others see no issue.
View attachment 1969415
This should probably be in the OP, but the game as it's currently built absolutely requires Java 8. That error occurs when the game tries to run with a later version, as Oracle stopped bundling JavaFX as of Java 10.been trying to get the game to work through the .jar, and even though I have java installed, neither the .jar nor the .bat worked. The .bat did return some funny text immediately before it closes itself. View attachment 1972176
sorry it looks so jank, this took a few attempts to get the photo.
How do you modify the .bat file to open with a specific program? When I right-click the .exe I get a list of options, one of which allows me to change the application that is used to open it. I cannot do the same with the .bat. I know how to alter the file format to .txt in order to change stuff, I just want to know what do I have to write or add specifically because I know jack about coding.This should probably be in the OP, but the game as it's currently built absolutely requires Java 8. That error occurs when the game tries to run with a later version, as Oracle stopped bundling JavaFX as of Java 10.
If you have multiple Java versions installed, you need to modify the batch file to explicitly start the game with Java 8.
Just Pop A Broodmother Pill And Equip Fertile/Virile Depending On What Bits You Got, It Won't Matter What Race It Is.Which Race Has The Highest Litter Size
Trying To Optimise Getting High Numbers Of Children.Just Pop A Broodmother Pill And Equip Fertile/Virile Depending On What Bits You Got, It Won't Matter What Race It Is.
I haven't checked in a while but unless Inno merged something silly in the meantime or you find some modder who didn't give a heck in their own works, probably still bunnies and snake since we all just sorta agreed that even 8 at baseline is a bit whack once you stack all the perks and pills and thus should not be exceeded.Which Race Has The Highest Litter Size
76 Children At One Time Is Possible Without Even Using Those Races(Ferret) .I haven't checked in a while but unless Inno merged something silly in the meantime or you find some modder who didn't give a heck in their own works, probably still bunnies and snake since we all just sorta agreed that even 8 at baseline is a bit whack once you stack all the perks and pills and thus should not be exceeded.
Note I said baseline. Ferrets have up to 5 kids naturally, so 80 after stacking all the litter modifiers. The races I mentioned can go to 128 in that case.76 Children At One Time Is Possible Without Even Using Those Races(Ferret) .
Litter size: 76
Daughters: 0
Sons: 76
Sure Hope It Doesn't Get Any Higher.Note I said baseline. Ferrets have up to 5 kids naturally, so 80 after stacking all the litter modifiers. The races I mentioned can go to 128 in that case.
You want rabbit and something else that I can't think of right now. Probably could just do double bunny.Which Race Has The Highest Litter Size
Partner doesn't even matter, the game just does max(mom_race, dad_race) anyway.You want rabbit and something else that I can't think of right now. Probably could just do double bunny.
My record was about 90 children at once lol
Odd. There should be an "Open With" entry in the list regardless of what you right-click on. If I remember correctly, Notepad is in that list by default.How do you modify the .bat file to open with a specific program? When I right-click the .exe I get a list of options, one of which allows me to change the application that is used to open it. I cannot do the same with the .bat. I know how to alter the file format to .txt in order to change stuff, I just want to know what do I have to write or add specifically because I know jack about coding.
You'll want to change it to just this:Here is what I did...
Original code:
java -jar LilithsThrone_0_4_4.jar
Changed to:
java "C:\Program Files\Java\jre1.8.0_321\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar
((No idea if this right or not. Like I said, I don't know diddly squat about coding.))
this worked, thanksOdd. There should be an "Open With" entry in the list regardless of what you right-click on. If I remember correctly, Notepad is in that list by default.
Are you running Windows 11? I know that changed a bunch of UI stuff. I don't currently have anything running it, but if I remember correctly you'll probably have to click "show more options" (or something like that—it should be at the bottom of the menu) in order to show the entire context menu and see some of the classic options.
You'll want to change it to just this:
"C:\Program Files\Java\jre1.8.0_321\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar
Putting Java before that is causing it to try to run the Java executable as a Java class, which is why you're seeing that "File too large" exception.
…I think that's a record for the number of times I've used "Java" in a single sentence.