Ghostsoldier

New Member
Oct 7, 2017
2
4
I don't know for any portrait packs for Lilith's Throne, but you can add manually picture to pretty much any NPC. To do so, open character tab and click on "+" sing on upper right.

I made image pack originally for Fort of Chains, but I have expanded it for LT. I am sharing if anyone wish to use it, it's pics mostly from deviantart, some are taken from some other games and some are my meddling with free AI image generators.

Workupload - Fem Human & Fantasy image pack

Pictures are in various styles and mostly focus on latex & bondage. There only female pictures as I don't care for dicks beside mine own.
LT has all kinds of creatures, half of which I have hard time to imagine, let alone to find pictures. But I did menage to find various creatures.

You don't have permission to view the spoiler content. Log in or register now.
It would be quite interesting to add a plugin for stable diffusion, so that on every encounter a fitting character image is created. The performance is already shit (lol) so that won't make any difference
 
  • Like
Reactions: BobaTheOrc

Kallumin

Member
Jan 2, 2018
244
348




Hello again,
As I mentioned in the previous post, I've been working on getting the redesigned main quest content sorted out this week. I've almost got all of the dialogue, characters, and associated framework finished, and I should have all of the writing and everything done within another couple of days. After that, I'm going to be adding the supporting content, which I've already got all planned out and ready to start adding into the game.
Without giving too many spoilers, I want to let you know what kind of content I'm adding. So this next stage of the main quest is going to involve a short mission with the SWORD Enforcers in Elis. The character you confront in that mission (who was the generic succubus before I removed her) is the one who'll be involved in the supporting content I'm adding. Regarding that content, it's going to involve a new race and a new location in Dominion, and will be partly to do with slave mechanics. The core content for this new location will be available from the start of a new game, but the supporting content I'm adding will be a side-quest to find out more about it.
Sorry if that information seems a little vague (I don't want to give specific details in case my plans change); I'll give more details in my next progress news post, which I'll make before the end of next week. I hope to be very far along with progress by then! Thank you all once again for your support and patience. I'll do my best to make this update a good one!
P.S. Sorry about the wiki still being down. I'll get it fixed as soon as I can, but it'll be a low priority until I can get this update finished.
This does sound kind of interesting. No comment on the obvious further delay, that's baked in now.
 

lostanon

Member
Feb 16, 2020
115
130
I could have sworn I heard that the primary addition was going to be feral in the next update, but maybe I misheard. In any case this sounds like it could be good, but relationship stuff needs to maybe take a back seat to main line and locations.
 

crotugar

Newbie
Donor
Oct 28, 2017
66
24
It's possible, but the best way to do so is going to depend on your distro. If you're using a more mainstream distro like Ubuntu or Fedora, grab one of the Java 17 (or 20…shouldn't matter) JRE JFX packages from Azul that match your distro:



You'll want to download the RPM if you're using a Red Hat based distro (e.g. Fedora or CentOS) or the DEB package if you're using a Debian-based distro (Debian, Ubuntu, etc.). I haven't used a mainstream distro in a while (I use Arch btw…and, uh, sometimes Void) but I think Fedora and Ubuntu let you install packages by just double-clicking on them. Just make sure you remove all other Java (OpenJDK, jre-*, etc) packages first, just to make sure Azul is automatically treated as the default.
I think i was able to install it, quite a pain to install -_- but now i cant find it........ the commands given in the install guide dont work at all. im giving up on this, im just gona live with not being able to use java on my damned pc. Anyways thank you for the help!
 

sasha2

Newbie
Nov 3, 2022
74
130
I think i was able to install it, quite a pain to install -_- but now i cant find it........ the commands given in the install guide dont work at all. im giving up on this, im just gona live with not being able to use java on my damned pc. Anyways thank you for the help!
I managed to get it to work by compiling from the repository (bonus points for not having to wait for an official jar).
Here are the steps:
1. Install Java 17 JDK and Maven.
2. Either download the repository, or clone it with git clone https://github.com/Innoxia/liliths-throne-public.git
3. Go to src/com/lilithsthrone/game/dialogue/utils/UtilText.java and near line 230 remove the jdk.nashorn.api imports and uncomment the org.openjdk.nashorn.api imports.
4a. On Windows, compile with mvn clean package -Dtarget.platform=win -Dexclude.platform=linux
4b. On Linux, compile with mvn clean package -Dtarget.platform=linux -Dexclude.platform=win
5. Compilation takes a while, be patient.
6. A new folder will appear, containing a fully working jar for Java 17 that doesn't require any extra stuff.
 

Warthogs308

Member
Jan 25, 2021
129
372
I managed to get it to work by compiling from the repository (bonus points for not having to wait for an official jar).
Here are the steps:
1. Install Java 17 JDK and Maven.
2. Either download the repository, or clone it with git clone
3. Go to src/com/lilithsthrone/game/dialogue/utils/UtilText.java and near line 230 remove the jdk.nashorn.api imports and uncomment the org.openjdk.nashorn.api imports.
4a. On Windows, compile with mvn clean package -Dtarget.platform=win -Dexclude.platform=linux
4b. On Linux, compile with mvn clean package -Dtarget.platform=linux -Dexclude.platform=win
5. Compilation takes a while, be patient.
6. A new folder will appear, containing a fully working jar for Java 17 that doesn't require any extra stuff.
I will follow these instructions, hopefully I don't fuck up because I installed the wrong Java or some shit.
 

Sarkath

Active Member
Sep 8, 2019
535
912
I managed to get it to work by compiling from the repository (bonus points for not having to wait for an official jar).
If you want to compile from source, I'd recommend using IntelliJ IDEA Community Edition. It makes it pretty easy to manage multiple JDKs and run specific Maven actions (plus it has integrated Git support, so it's sort of an all-in-one solution). It's worth noting that it installs JDKs in a separate path so they won't interfere with the system JRE/JDK at all.

Eclipse is another solid free option, but I generally prefer JetBrains IDEs.
 
  • Like
Reactions: jfmherokiller

Warthogs308

Member
Jan 25, 2021
129
372
I will follow these instructions, hopefully I don't fuck up because I installed the wrong Java or some shit.
Fuck this shit, I don't even care anymore. Why do I gotta jump through these hoops to play this game. I don't even have a github account how am I gonna do ANYTHING with this? I don't got the brain power to this type of stuff. I can't even follow these directions. I know nothing about this stuff.
 

crotugar

Newbie
Donor
Oct 28, 2017
66
24
Fuck this shit, I don't even care anymore. Why do I gotta jump through these hoops to play this game. I don't even have a github account how am I gonna do ANYTHING with this? I don't got the brain power to this type of stuff. I can't even follow these directions. I know nothing about this stuff.
You and me both :whistle:
 

Draupnir7

Active Member
Sep 3, 2020
631
910
Why do I gotta jump through these hoops to play this game.
That is what the exe version is for. I have just enough programming experience to know that I am not figuring this shit out without a held hand, but the exe version works fine for me. Probably will for you, too.
Probably.
 

GammaXai

Active Member
Oct 5, 2018
715
368
Why do I gotta jump through these hoops to play this game.
Partly Inno is lazy and partly that Inno is either tech inept or tech briliant. For years you used to need a very old version of Java to compile it yourself perfectly but it would work with 'modern' versions of java, eventually it stopped and so Inno updated to this version picked out of a hat.
 

BobaTheOrc

Newbie
Nov 21, 2018
34
130
It would be quite interesting to add a plugin for stable diffusion, so that on every encounter a fitting character image is created. The performance is already shit (lol) so that won't make any difference
Hell, if they add an "AI generate prose" to keep things fresh, I think this would be my favorite game, despite all its flaws.
 

kentda39

Newbie
Sep 24, 2018
29
21
With how much transformation is a part of the game, running into a girl with six fingers wouldn't be anything all that odd either! It's always funny seeing just how badly AI can mangle an art piece. When I get bored I use one of the free AI picture generators and try and find word combos that will create unholy creations of nature. Sadly, it has a tendency to ignore half the words which would give me an unholy creation!
 
Nov 7, 2020
105
122
If you're like me and don't enjoy playing games without seeing your character, feel free to download these characters I generated using stable diffusion. I created these images with the intention of playing as a succubus.
Did you set it up on your own machine, or are you paying to use another service like NovelAI?
 

stuffinabox

Member
Aug 15, 2018
222
410
The absolute levels of cope people have to defending a game like this is unreal. "Muh see you do better huh?~?" Sure give me a python tutorial, a month's worth of food & rent, I'll churn something out larger than one of these updates. Telling you that from someone who knows nothing. Yes, I am confident MOST people with a brain between their ears could manage this game concept way better.
 
4.10 star(s) 124 Votes