- Sep 7, 2020
- 831
- 1,351
Physically? No. Creatively? Debatable.is innoxia dead or something? this is my favorite game but fuck me the updates are so slow
Physically? No. Creatively? Debatable.is innoxia dead or something? this is my favorite game but fuck me the updates are so slow
Specifically, the "Slovenly" trait can be removed with the help of a watch that you get on a quest from Arthur. They need to be enchanted to "remove slovenly" and applied to the desired NPC.Any way to change slave personality? I really hate lack of class that slovenly personality has and most bandits you capture have slovenly personality.
Thanks in advance.
I think she's just not into the player character.
No. It's also not playable on phone (and never would, for more reason than one).is it playable online ?
Sorry if I replied to something that was posted quite sometime ago but following this advice helped me a lot and I managed to get the game running on my Linux rig.You'll have to start it from Terminal withjava -jar LilithsThrone_0_4_4.jar
However (and you're going to hate this): Lilith's Throne, as distributed, will not work with any version of Java newer than 10 due to it needing some components that were later stripped out (namely, JavaFX and the Nashorn JavaScript engine). There has been anYou must be registered to see the linksfor almost a year at this point and the build system changes still haven't been merged.
You'll have to do something like this to get it to work:
Note that I play LT from within a development environment, so the above directions might be slightly inaccurate. They should be fairly close, though.
- Download the 64-bit Linux build of Java 8 directly from Oracle.
- Extract the .tar.gz somewhere in your home directory.
- Explicitly use that version of Java 8 to launch LT:
/home/username/java8/jre8_blah_blah/bin/java -jar LilithsThrone_0_4_4.jar
- You might need to be in the Lilith's Throne directory for the above to launch the game correctly. Use the
cd
command to navigate through directories if necessary.
#!/bin/bash
# Change into the script's directory.
cd "${0%/*}"
# Try to get the latest version of LT.
jar=
for file in "LilithsThrone_"*".jar"; do
[[ ${file} > ${jar} ]] && jar=${file}
done
# Quick sanity check.
if [[ ${jar} == "LilithsThrone_*.jar" ]]; then
echo "Lilith's Throne JAR file could not be found."
echo
echo "Make sure to put this script in your Lilith's Throne directory."
exit 1
fi
# Change Java8 to wherever you have Java 8 installed.
Java8=/home/jre1.8.0_371/
gamemoderun ${Java8}/bin/java -jar ${jar}
as in actually fucking her? I've ever gotten anal by her as a male.Theres a few scenes with Rose, have been in the game for some time now.
speaking of, have you heard of Loliphile (DrZed) around here? i'm speaking with his associate and they made (and are continuing to make) a version of lilith's throne that's massively optimized, stuff like save loading, new game making and pretty much all the code is 3-4x faster in most places and much more than that in other places, and by using java17's new things.Holy shit, that's a pretty solid improvement.
Yeah, not to mention an eternity of testing. Implementing new features is always a lot more fun than refactoring/rewriting old code. Plus, it's kind of hard to justify to the end user why you need to spend X amount of time rewriting something that "works perfectly fine" (and knowing what I know about many computer users, the damn thing could be on fire and spewing out plumes of radioactive gas and they'd still say it "works fine," lol).
I tried this mod but returned to the original game precisely because of the noticeably worse performance and poor stability. And the new game in the mod refused to start at all for me, and I had to start a new game in the original game, and then transfer the save to the mod folder in order to start playing.new game making and pretty much all the code is 3-4x faster in most places
Yeah, it's come up a few times. I never actually got around to trying it because of how it was advertised (i.e. talking all about the degen shit rather than the practical improvements) and by the time I heard that it had other improvements I'd already gotten bored with LT. I have a very on-again-off-again relationship with this game, lol.speaking of, have you heard of Loliphile (DrZed) around here? i'm speaking with his associate and they made (and are continuing to make) a version of lilith's throne that's massively optimized, stuff like save loading, new game making and pretty much all the code is 3-4x faster in most places and much more than that in other places, and by using java17's new things.
of course, the web rendering stuff is only marginally affected but that's already huge.
right now they're working on the rest of the code but once they're done they'll do a PR without all the non-vanilla stuff for the only purpose of making the game faster
I love how literally every Linux user on here has come up with their own unique solution to run this game.Sorry if I replied to something that was posted quite sometime ago but following this advice helped me a lot and I managed to get the game running on my Linux rig.
I tried using later versions of OpenJDK and using that to run the jar file and I kept getting errors which I don't know what to do with.
And somehow my distro does not have a straightforward way to install JavaFX.
Luckily I came across your post about needing Java 8 and using the script to use that Java 8 to run the jar file.
Here's my script in case anyone needs it to get the game to run on Linux, be sure to change Java8 to wherever you extracted Java 8 to.
Make sure you downloaded the jar version.
Code:#!/bin/bash # Change into the script's directory. cd "${0%/*}" # Try to get the latest version of LT. jar= for file in "LilithsThrone_"*".jar"; do [[ ${file} > ${jar} ]] && jar=${file} done # Quick sanity check. if [[ ${jar} == "LilithsThrone_*.jar" ]]; then echo "Lilith's Throne JAR file could not be found." echo echo "Make sure to put this script in your Lilith's Throne directory." exit 1 fi # Change Java8 to wherever you have Java 8 installed. Java8=/home/jre1.8.0_371/ gamemoderun ${Java8}/bin/java -jar ${jar}
Neither link works for me for some reason?speaking of, have you heard of Loliphile (DrZed) around here? i'm speaking with his associate and they made (and are continuing to make) a version of lilith's throne that's massively optimized, stuff like save loading, new game making and pretty much all the code is 3-4x faster in most places and much more than that in other places, and by using java17's new things.
of course, the web rendering stuff is only marginally affected but that's already huge.
right now they're working on the rest of the code but once they're done they'll do a PR without all the non-vanilla stuff for the only purpose of making the game faster
link to the ATF forum
(warning: the mod also adds a ton of degen shit)
You must be registered to see the links
You don't have permission to view the spoiler content. Log in or register now.
Server's down. He had getting them to boot from this morning at least.Neither link works for me for some reason?
Lilith Delay'em ForeverHow the hell does Innoxia not have time to finish their updates? There's more delays between updates than Duke Nukem Forever