CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Der Maskierte

Newbie
Jun 25, 2019
61
50
All these corporations need is "plausible deniability"

For example, if you code the story in a way that you can manually input your relationshipo with a sexable character and nothing in the narrative specifically hints any relation outside what the user inputs, if people inputs "mom" or "sister" it's on the user

If you make a game highly modable, you can't be made responsible if people make a shady mod

You can't even blame de mods devs if they made their mods so customizable that someone adds a 'dark side' to something like whicked whims

In the case of a game like Lilith's Throne, modding is so easy that anything that gets banned could be stripped and the community can easily bring it back without making the dev responsible
 
  • Like
Reactions: EmDotRand

EmDotRand

Active Member
Sep 7, 2020
831
1,351
All these corporations need is "plausible deniability"

For example, if you code the story in a way that you can manually input your relationshipo with a sexable character and nothing in the narrative specifically hints any relation outside what the user inputs, if people inputs "mom" or "sister" it's on the user

If you make a game highly modable, you can't be made responsible if people make a shady mod

You can't even blame de mods devs if they made their mods so customizable that someone adds a 'dark side' to something like whicked whims

In the case of a game like Lilith's Throne, modding is so easy that anything that gets banned could be stripped and the community can easily bring it back without making the dev responsible
Not sure how we got here, but I'm not complaining.
 
Oct 12, 2023
435
1,401
After consulting with the magic 8 ball, it looks like it will be another minor side-quest,
Bet it's gonna be that Owl quest lmao.

a shop that sells something no one wants,
Or better yet, a item that is completely useless (blueberries) or hard to get! (Dragon Tfs, which can be completely circumvented with slime tfs) OR a new service that does jackshit (Dolls)
 

AloeVerah

New Member
Jun 10, 2020
10
7
on my first run for some reason every npc was level 10 and since i didnt get the observant skill i was softlocked at brax. i reset the game and it fixed itself but im not sure why that happened. anyone else get that bug?
 
Sep 16, 2017
62
59
I got this error when trying to run the game via the command line. (double-clicking does nothing) is java installed incorrectly on my computer or something?
1716942908217.png
 

jamasty

New Member
Mar 15, 2021
4
12
she's making $5715/month as of today at 05:00 UTC May 24, 2024

as of 02:44  UTC February 6, 2024 she was making $5809 a month.
Geez, if they make this, kind of, much, maybe I should at least try to make my own game in this genre. It may sound silly, but I'm actually thinking about making some concept to show here at f95 and get some feedback if it worth to continue.

The only thing is that I've watched their code, and as a Java dev myself, my head got hot from trying to understand how this even works with all of these Response classes. Anyway, I think will be nice for me to get better with Java & JavaFX by doing this. And I probably don't wanna copy-paste any of their code to not get into trouble with DMCA shit...
 

DarthSion98

Member
May 31, 2020
406
450
Geez, if they make this, kind of, much, maybe I should at least try to make my own game in this genre. It may sound silly, but I'm actually thinking about making some concept to show here at f95 and get some feedback if it worth to continue.
If you do plan on making something, feel free to give me a shout through PM. I've always wanted to make a game like LT or BDCC or TITS but I'm only a good writer, I can't program to save my life.

The only thing is that I've watched their code, and as a Java dev myself, my head got hot from trying to understand how this even works with all of these Response classes. Anyway, I think will be nice for me to get better with Java & JavaFX by doing this. And I probably don't wanna copy-paste any of their code to not get into trouble with DMCA shit...
There's no point in copy-pasting their code anyway since its a confused mess. One of things I've heard from the other devs on the discord is that one of the reasons why development slowed down so much is that the code is an absolute nightmare to work with.
 

ohbrianErr

Newbie
Apr 21, 2021
83
91
okay im at page 9 11, And what i see is a mess?


Context: i found this game recently on Tfgames, and started playing, than i just wanted to see some reviews that's why i chose F95.

anyway can someone Sum up in short what in tarnation happening here with this game ?
 

Pandect

Newbie
Mar 12, 2021
81
165
okay im at page 9 11, And what i see is a mess?


Context: i found this game recently on Tfgames, and started playing, than i just wanted to see some reviews that's why i chose F95.

anyway can someone Sum up in short what in tarnation happening here with this game ?
Bitch milks idiots for thousands of quid a month while doing no work and sometimes crying about money problems, sometimes goes radio silent for months at a time, and then makes halfhearted apologies about about missing the deadline for the fifth time in a row. cucks and apologists accept this as normal due to the sunk-cost fallacy.
 

Ricstab

Newbie
Mar 24, 2021
79
26
Bitch milks idiots for thousands of quid a month while doing no work and sometimes crying about money problems, sometimes goes radio silent for months at a time, and then makes halfhearted apologies about about missing the deadline for the fifth time in a row. cucks and apologists accept this as normal due to the sunk-cost fallacy.
It has reachead a point where we're lucky to have an update every year, like, how tf can you get so much money, still be in financial crisis, and somehow forget to fucking work.
 

dolemonoe

New Member
Jun 12, 2023
5
6
I got this error when trying to run the game via the command line. (double-clicking does nothing) is java installed incorrectly on my computer or something?
View attachment 3681144
If you're on Linux you're probably using OpenJDK which doesn't include JavaFX by default. The game also requires some kind of script engine that doesn't come with any version of Java any more. I spent a couple hours trying to get the proper version of OpenJDK and OpenJFX installed and eventually just gave up and found a download for Java 1.8.0, dumped the folder in with the jar, and ran the game with ./jre1.8.0_411/bin/java -jar LilithsThrone_0_4_9_9.jar
 

bigguy_foryou

Well-Known Member
Jun 8, 2018
1,150
1,056
If you're on Linux you're probably using OpenJDK which doesn't include JavaFX by default. The game also requires some kind of script engine that doesn't come with any version of Java any more. I spent a couple hours trying to get the proper version of OpenJDK and OpenJFX installed and eventually just gave up and found a download for Java 1.8.0, dumped the folder in with the jar, and ran the game with ./jre1.8.0_411/bin/java -jar LilithsThrone_0_4_9_9.jar
Idk about other distros but the easiest way on Arch based systems is to install the `java8-openjfx` AUR package (which will automatically pull the `jre8-openjdk` package) then launch the game by invoking `/usr/lib/jvm/java-8-openjdk/jre/bin/java -jar LilithsThrone*jar` from inside the game's root directory.
 

DarthSion98

Member
May 31, 2020
406
450
Bitch milks idiots for thousands of quid a month while doing no work and sometimes crying about money problems, sometimes goes radio silent for months at a time, and then makes halfhearted apologies about about missing the deadline for the fifth time in a row. cucks and apologists accept this as normal due to the sunk-cost fallacy.
Fear not, for I have assembled the resistance, with help from jamasty.
 
  • Like
Reactions: Zenoxus and jamasty

McBrerbo

Newbie
Jul 9, 2018
86
106
okay im at page 9 11, And what i see is a mess?


Context: i found this game recently on Tfgames, and started playing, than i just wanted to see some reviews that's why i chose F95.

anyway can someone Sum up in short what in tarnation happening here with this game ?
Nearly every update for years has followed the same cycle from the developer. Step 1 is the developer announces an incoming update and gives a release window. Step 2 is the developer waits until at or after the release window to then tell everyone they're having life problems or for some reason couldn't complete the update, while always throwing in a poor apology to try to make themselves look good. Step 3 is they then do release said update way late, and the update is almost always nothing but extremely minor bug fixes and gameplay changes, while almost never adding new or meaningful content. I'd say the game is hardly any different from what it was 3 or 4 years ago.
 

MSGTNP

Member
Feb 5, 2020
427
390
Naw, not really lol

I don't think I've ever done a evil playthrough, let alone not as hopeless romantic who ends up getting married to a single slave and start having a family.
Fear not, for I have assembled the resistance, with help from jamasty.
If I knew coding or took coding and programming like I should have ten years ago, I def would have started on something by now like LT. Making a Pokemon RPG maker game is already of a challenge enough XD
 
4.10 star(s) 123 Votes