NoStepOnSnek

Well-Known Member
Apr 29, 2018
1,167
1,285
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
Partner doesn't even matter, the game just does max(mom_race, dad_race) anyway.
 

Sarkath

Active Member
Sep 8, 2019
510
855
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.
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.

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.

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.))
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.
 
Jul 31, 2017
66
17
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.

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.
this worked, thanks
 
  • Like
Reactions: Sarkath

IvoryOwl

Active Member
Mar 29, 2017
754
1,390
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.

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.
Notepad isn't the issue. I can change the .txt file to open with whatever application I want but the moment I change the format to .bat the option "Open With" disappears from the list. I even tried to set the text file to open with Java, before changing the format to .bat. I'm on Win10. For the record, I did some googling on the error and I definitely have enough space on the drive where it's on and the folder is on the desktop. I'm also the only user on this PC and have Admin privileges... not sure if that helps any.

Screenshot 2022-08-09 004927.png

Also, changing the line of code did nothing. The .bat still doesn't work and opening via the .exe just gives the same error.
 
Last edited:
  • Like
Reactions: MangaKing
Aug 27, 2020
117
107
Notepad isn't the issue. I can change the .txt file to open with whatever application I want but the moment I change the format to .bat the option "Open With" disappears from the list. I even tried to set the text file to open with Java, before changing the format to .bat. I'm on Win10. For the record, I did some googling on the error and I definitely have enough space on the drive where it's on and the folder is on the desktop. I'm also the only user on this PC and have Admin privileges... not sure if that helps any.

View attachment 1973662

Also, changing the line of code did nothing. The .bat still doesn't work and opening via the .exe just gives the same error.
Same here. Damn, can Inno do nothing right?
 

sneezy_of_tie

Member
May 6, 2018
104
83
The reason why you cannot just do Open With on a .bat file is that it is (still) considered a special file type for which Win 10 removes the Open With option, if you want to edit the file there is still the edit option.

To alter this behavior you need to edit the registry.
Note: backing up the registry before editing is always a good thing to do, just in case

save the following code as a file with the extention .reg:
Code:
[HKEY_CLASSES_ROOT\batfile\shell\Open with\command]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
Then double click the created file.
 

medassin

Active Member
Apr 5, 2018
854
308
For those that stuck with start game 4.4.5, just download java here
Install and you can click jar to play. If it not start, right click, select "open with..." and chose java program.
 
Aug 27, 2020
117
107
For those that stuck with start game 4.4.5, just download java here
Install and you can click jar to play. If it not start, right click, select "open with..." and chose java program.
This is what I've been doing since day one of this, and only these last few jar only updates seem to have broken that.
 
Aug 27, 2020
117
107
The reason why you cannot just do Open With on a .bat file is that it is (still) considered a special file type for which Win 10 removes the Open With option, if you want to edit the file there is still the edit option.

To alter this behavior you need to edit the registry.
Note: backing up the registry before editing is always a good thing to do, just in case

save the following code as a file with the extention .reg:
Code:
[HKEY_CLASSES_ROOT\batfile\shell\Open with\command]
@="{09799AFB-AD67-11d1-ABCD-00C04FC30936}"
Then double click the created file.
I don't like fucking with shit out of my wheel house, do I back up the registry from within the RegEd app? If so, how?
 

tehlemon

Well-Known Member
Jan 26, 2021
1,224
1,556
I feel like I need to interrupt and say, probably don't start fucking with your computers registry just to play a disappointing half updated patch. Just wait for the actual release. Which will probably be in like... February or something.

That registry update that adds the open-with context menu is relatively safe, but anyone who needs to be told how to do this stuff on a sketchy ass forum like this one should probably take a minute to consider whether they'd like to risk rebuilding their computer for half an update.

I don't like fucking with shit out of my wheel house, do I back up the registry from within the RegEd app? If so, how?
With my previously mentioned disclaimer of "if you need to be told how to do this, you probably shouldn't be getting your advice here", allow me to immediately break my own rule and tell you...

Use the export option in regedit. Right click a key (the folders) and choose export to get the whole key. You can then import the saved file by running it if needed. Just don't let anyone convince you to fuck with .reg file handling while in the registry, because they're probably going to prevent you from restoring. That's pretty old scam.

To anyone else reading this, this is a good fucking idea if you're taking advice off strangers on a porn website. Back your shit up.
 

MangaKing

Active Member
Oct 16, 2017
754
757
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.

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.
To edit the .bat file I just opened notepad then clicked open file then chose to see all files and clicked on the .bat file and it worked for me

Still, though the game does not start

Edit: It worked! Finally, I followed the path turns out the path didn't work because I had a newer java 8 341
Here's what i did I download the Java file from the link provided by medassin
For those that stuck with start game 4.4.5, just download java here
Install and you can click jar to play. If it not start, right click, select "open with..." and chose java program.
Then To edit the .bat file I just opened notepad then clicked open file then chose to see all files and clicked on the .bat file and it worked for me
I got this to paste in the notepad, from Sarkath but it didn't work for me
"C:\Program Files\Java\jre1.8.0_321\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar
Turns out I had a newer java 8, so I changed the file path to the version I had, so the notepad just had

"C:\Program Files\Java\jre1.8.0_341\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar

Saved the changes on the notepad, then clicked the .bat file waited a moment and it worked!

Hopefully, this helps people

Complete Bullshit I had to jump through these hoops to get this game to run, if this happens again I'm not bothering with it, does anyone know if Innoxia is addressing the problem? The bat file seems like a bandaid

Edit Edit: Are we sure this is v0.4.4.5? The File when opened says it's v0.4.4.5 but I can't find the patch notes for that it just shows v0.4.4.0 Innoxia really should make it clearer if it is, at least change the file .exe name
 
Last edited:
  • Like
Reactions: Sarkath

Durgeth

Newbie
Oct 18, 2021
40
30
If obedience and affection are maxed, is it safe to remove the collar from a slave without them running off?
 

Sarkath

Active Member
Sep 8, 2019
510
855
Then To edit the .bat file I just opened notepad then clicked open file then chose to see all files and clicked on the .bat file and it worked for me
I got this to paste in the notepad, from Sarkath but it didn't work for me
"C:\Program Files\Java\jre1.8.0_321\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar
Turns out I had a newer java 8, so I changed the file path to the version I had, so the notepad just had
Ah yeah, sorry about that! I should have mentioned that the exact directory will vary depending on which version of Java 8 you have installed.

Complete Bullshit I had to jump through these hoops to get this game to run, if this happens again I'm not bothering with it, does anyone know if Innoxia is addressing the problem? The bat file seems like a bandaid
Inno's actually doing the correct thing here: bundling a known-good version of Java with the game (that's all the "EXE version" is, honestly). Every Java app I use on a regular basis (Minecraft, the JetBrains IDE suite, DBeaver, etc.) does the same thing because the Java ecosystem is a bit of a clusterfuck.

Basically, LT relies on something that's only bundled with earlier Java versions (JavaFX and Nashorn), so trying to run it on newer Java versions causes the game to crash on start. Additionally, having newer versions of Java on your system will cause them to load JARs instead of Java 8. That's why forcing a particular version is required, but since the directory changes every time Java installs a security update, making a universal batch file that starts the game on all Windows systems is non-trivial.

Some of this could be worked around if LT were updated to run on newer versions of Java, but that would introduce some other major complications, like bundling JavaFX and natives for all supported operating systems and architectures.

tl;dr the real solution is to use the EXE version, but since producing the JAR version is easy and doesn't require anything to be leaked, that's what we generally get first (yar-har fiddle tee dee, a pirate's life ain't fuckin' easy!).
 

Waaifu

Furry Gamer
Uploader
Donor
Aug 6, 2016
2,196
31,248
Why are you guys installing Java when you can just use the jre included in the exe version with the bat file set to it if you're just only going to use it for this game? You don't have to worry about the updates for Java breaking the game nor needing to config Java to disable the autostart and the browser plugin.

Code:
"C:\Games\Lilith's Throne\jre1.8.0_172\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar
 
Last edited:

DipYourFingersOnMyAss

Active Member
Jan 13, 2019
608
1,291
To edit the .bat file I just opened notepad then clicked open file then chose to see all files and clicked on the .bat file and it worked for me

Still, though the game does not start

Edit: It worked! Finally, I followed the path turns out the path didn't work because I had a newer java 8 341
Here's what i did I download the Java file from the link provided by medassin

Then To edit the .bat file I just opened notepad then clicked open file then chose to see all files and clicked on the .bat file and it worked for me
I got this to paste in the notepad, from Sarkath but it didn't work for me
"C:\Program Files\Java\jre1.8.0_321\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar
Turns out I had a newer java 8, so I changed the file path to the version I had, so the notepad just had

"C:\Program Files\Java\jre1.8.0_341\bin\javaw.exe" -jar LilithsThrone_0_4_4.jar

Saved the changes on the notepad, then clicked the .bat file waited a moment and it worked!

Hopefully, this helps people

Complete Bullshit I had to jump through these hoops to get this game to run, if this happens again I'm not bothering with it, does anyone know if Innoxia is addressing the problem? The bat file seems like a bandaid

Edit Edit: Are we sure this is v0.4.4.5? The File when opened says it's v0.4.4.5 but I can't find the patch notes for that it just shows v0.4.4.0 Innoxia really should make it clearer if it is, at least change the file .exe name
Thanks a lot m8
 

Anderus1984

Member
Jan 3, 2021
192
47
Is there a way to configure game in such manner that transformation aspect of the game will be turned off? You see I kind a want to play as human male during the game with option turned on for femdom and futa on male, the once thing that stand in that way is that in this game characters can pretty much turn you in the opposite sex or event into another race and that pretty much kills the idea of playing as human male in world full dominant women and futas.
 
4.10 star(s) 119 Votes