smirk

Member
Jul 2, 2019
159
215
230
Anyone know how to have slaves/guest move with you and help with fights. I remember it being a thing like a year ago
Content Options -> Gameplay -> Companions.
It is disabled by default for a reason though, as support for companions is discontinued. It'll be a buggy mess at best so I would leave it off.
 
  • Like
Reactions: BaloneyAmone

Ethernetwork

Member
Oct 9, 2018
117
138
141
I'm curious, for its ounces and gallons..... does it use UK units or US units? I'm guessing UK units.
So I'm stuck with either Metric or UK Imperial, sad.

This is one of my favorite games, I just realized this travesty and must complain.
 
Last edited:

valkarians

Newbie
May 28, 2017
35
13
172
Content Options -> Gameplay -> Companions.
It is disabled by default for a reason though, as support for companions is discontinued. It'll be a buggy mess at best so I would leave it off.
Ah, didnt know that. Its been quite a while since i last played it. But thank you for telling me where it is :)
 

BaloneyAmone

Active Member
Mar 3, 2021
661
1,295
267
I'm curious, for its ounces and gallons..... does it use UK units or US units? I'm guessing UK units.
So I'm stuck with either Metric or Imperial, sad.

This is one of my favorite games, I just realized this travesty and must complain.
By default, the game uses Metric units, but Options -> Unit Preferences allows you to choose which of the game's relevant measurements are Imperial or Metric, as well as how time and calendars are expressed.
The "American tourist" job from Silly mode "fixes" (game's own wording) British English spellings to their American equivalents (centre -> center, favourite -> favorite, etc.)
 

Ethernetwork

Member
Oct 9, 2018
117
138
141
By default, the game uses Metric units, but Options -> Unit Preferences allows you to choose which of the game's relevant measurements are Imperial or Metric, as well as how time and calendars are expressed.
The "American tourist" job from Silly mode "fixes" (game's own wording) British English spellings to their American equivalents (centre -> center, favourite -> favorite, etc.)
You didn't answer the question.... I'm assuming the gallons are UK gallons and not US gallons?
 

BaloneyAmone

Active Member
Mar 3, 2021
661
1,295
267
You didn't answer the question.... I'm assuming the gallons are UK gallons and not US gallons?
Messing with transforms a bit, It uses UK gallons instead of US gallons, yes.
American as your job? I don't think I've seen this option.
It requires silly mode to be turned on under Content Options -> Misc., in which it will become available during character creation as an addition to all the other backgrounds.
 

cannon9009

Active Member
Aug 17, 2018
938
1,250
329
I wonder what happened to KeldonSlayer's website... I try to open it up but it says the server's unreachable :whistle:
 
Last edited:

BaloneyAmone

Active Member
Mar 3, 2021
661
1,295
267
I wonder what happened to KeldonSlayer's website... I try to open it up but it says the server's unreachable :whistle:
And the newest main game build is MIA after leaving off with the shortest and most unapologetic delay message yet?
Call me crazy, but I sense shenanigans and intrigue afoot...
 

ebonheart2319

Member
Jul 21, 2017
144
472
276
If Inno can't make a game at least she can entertain us with squabbling and drama
If the Discord excuse makers and Devrooms leaks are to be believed Inno was bullied into finishing commissions.
And by bullied I mean forced Ace to help make her feral code work.
It doesn't seem to be going very smoothly.

When she finally finishes, the subby receptionist who wants to be a literal animal will be finished.
So more Elis sidecontent.
 
  • Thinking Face
Reactions: BaloneyAmone

WhoAmIAgain?

New Member
Nov 8, 2022
9
14
3
any hope of more sex scenes/managers being un-hardcoded and put into files we can edit/tweak, like the meraxis files and lilayal lab/dungeon?

I find many scenes too restrctive and repetetive for no good reason. Sometimes it makes sense (like a character offering oral and not being willing to go furhter, it makes sense to limit position/options). Other times it does not (defeated an enemy, but forced to a single position - example, the two slimes in the tower).

Also, anyone know how to add option for bystanders/follower to join in a scene?
 
  • Like
Reactions: Cumgoblin3543

WhoAmIAgain?

New Member
Nov 8, 2022
9
14
3
Content Options -> Gameplay -> Companions.
It is disabled by default for a reason though, as support for companions is discontinued. It'll be a buggy mess at best so I would leave it off.
It is the best feature of the game and it's a travestsy that it's abandoned. Taking my daughterfu with me on adventures is worth more than all the fetishes and content added in the meantime.
 

Yuusuke353

Newbie
Apr 20, 2020
20
3
37
SO, I am a bit confused. I am running a Linux Mint system and installed java 8.372, but the game still won't run. Is it the wrong java version or does it hav to do with linux? I already searched thes thread, but there are several entries that say different things and i really don't want to install one java after another only for it not to work.
 

smirk

Member
Jul 2, 2019
159
215
230
SO, I am a bit confused. I am running a Linux Mint system and installed java 8.372, but the game still won't run. Is it the wrong java version or does it hav to do with linux? I already searched thes thread, but there are several entries that say different things and i really don't want to install one java after another only for it not to work.
Which Java, Oracle or OpenJDK? I run it with openjdk8 on arch linux and it works fine, but it relies on JavaFX - which might be a separate package on Mint (it is in arch). Try installing openjfx8 or the equivalent for Oracle Java, not sure what it is.

If all else fails, try running it from the command line with "java -jar LilithsThrone_0_4_8.jar" and see what errors it spits out, if any. Also, if you have multiple java versions installed, make sure it uses the correct one. I have made a small script to launch it using openjdk8 since I use newer Java runtimes for a lot of other things.


Bash:
#!/bin/bash
export JAR=LilithsThrone_0_4_8.jar
# Change JAVA_HOME to wherever you have Java installed.
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
gamemoderun ${JAVA_HOME}/bin/java -jar ${JAR}
 

Yuusuke353

Newbie
Apr 20, 2020
20
3
37
Fehler: Hauptklasse com.lilithsthrone.main.Main konnte nicht gefunden oder geladen werden
Ursache: java.lang.NoClassDefFoundError: javafx/application/Application

Sorry, part is in german because the system is.
I installed Openjdk-8-jre.

EDIT:
Ich finally got it! I had to download manually from the JAVA website , extract the archive and use that. Somehow the version installed via the Software Management won't work. Thanks for the help!
It will only work with gamemoderun, but that should be a probem I guess.

Now I only have to get away that error with the res directory.
 
Last edited:
4.00 star(s) 131 Votes