jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,667
Totally possible to do it, using the method I outlined. Statuses can be configured to do periodic changes and do repeat application of the effects. Ironically, the Wiki you referenced specifically says that the Leitha Charm uses a status effect to apply its changes. How about that?
true, I guess now I need to figure out the magic behind status effects. If this works maybe I can also create a cattle tag that slowly turns you into a feral cow. :p
 

jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,667
That's well within possibility, so long as you know where to look and have a plan to follow.

Just as a simple example, your status effect for your item can start with a simple piece of code like this:
Code:
<applicationCondition><![CDATA[[
#npc.getClothingInSlot(IS_PIERCING_EAR).getName()=="cattle tag"
]]></applicationCondition>

<!-- If the character is wearing the cattle tag, return "true" and afflict the Status Effect -->

<applyEffect interval="3600"><![CDATA[
[#npc.setHornType(HORN_TYPE_CURVED)]
]]></applyEffect>

<!-- Applies a transformative effect every 3600 seconds (one hour) to give the character curved demon horns, while the effect is active. -->
There are other basic functions like "setHornType" located and organized by body part within the game system's "GameCharacter.java" file, along with many other functions. The other half of this is figuring out how to find possible values of what to you want to use, so you'd look at things like "liliths-throne-public/src/com/lilithsthrone/game/character/body/valueEnums" to see possible values.

Innoxia (and whomever is helping them) has written up a bunch of example tutorial files that explain things in further detail.
It also helps to just glance at other modders' work to see examples in action.
true I am doing that now.
I guess the domain specific language in the cdata parts is basically

Code:
basic if statement

#IF(<some comparison here>)
 body code
#ENDIF

complex if

#IF(<some comparison here>)
 body code
#ELSE
other body code
#ENDIF

call function
[#<some functioon with args>]

also call function?

[##<some function with args>]
 

jfmherokiller

Well-Known Member
May 25, 2020
1,181
1,667
ill look into that in a short bit rn applying a few java 11 warning issues and possibly some kotlin changes
 

thisreally

Newbie
Oct 13, 2017
15
5
Would someone kindly explain how the Lolilith's Throne mod works? Do I just drop it into the main game folder and replace the files or is it an entire separate game?
I'm not a bright man.
 

DirtyMare88

Member
Jun 26, 2020
133
245
Would someone kindly explain how the Lolilith's Throne mod works? Do I just drop it into the main game folder and replace the files or is it an entire separate game?
I'm not a bright man.
in the "Res" folder there's a "mods" folder, if there isn't you create one. Then you download the mods and dump them in that folder labeled by mod author names, don't need to dump them into the game files.
 

CallMeNothing

Newbie
Apr 7, 2020
44
11
I feel like the Npcs should react to when you steal stuff from them or touch there clothes like for example you pulling up there bra or shirt
 

DirtyMare88

Member
Jun 26, 2020
133
245
I feel like the Npcs should react to when you steal stuff from them or touch there clothes like for example you pulling up there bra or shirt
You are supposed to only be able to do that with NPC's who you have either defeated (so they can't stop anyways) or npc's who you have a high affinity with/slaves.
 
  • Like
Reactions: mrttao

EmDotRand

Active Member
Sep 7, 2020
942
1,604
I used "where can I find mods", "are there mods" and just "mods" in the search results and all instances I was able to find an answer almost immediately. Should that fail, you can always click on the post with the same question as you (you will be directed to that page) and see if someone else replied to that person. Sometimes I feel like people just don't know how to use the search function and then blame it for being inefficient...
I did. Even clicked on the seemingly irrelevant posts, increased shown posts to 100, and used CRTL+F to look around. Don't know what results you clicked on, but I was there for half an hour before loosing patience and beginning my previous response.

When searching for something, on a specific thread, you have the option to narrow it down to the thread you're in, the particular sub-forum where the thread is located or the entire forum.
I noticed option the switch on the top search bar and used "Everywhere" in the first part of that misadventure I described. An option to switch between sub-forums from the search bar instead of jumping to the home page would be nice, though I doubt this is the right place to express such wishes.

Thread-specific searches must be made on the thread it self, NOT ON THE RESULT PAGE! If you make a new search in the result page, you will receive generalized results from all over the forum.
Found that out during the aforementioned misadventure, but I'll take the late advice.

QUOTE="IvoryOwl, post: 7121556, member: 12019"]
Alternatively, there is a spreadsheet for (all?) mods posted on Discord, . You can either narrow it down by category (clothes, tattoos, etc) or use CTRL+ F and type in your keywords.
[/QUOTE]

Huh. Thought it was in this thread somewhere. I'll admit was my mistake. Should be in an FAQ of sorts on here.
 
  • Like
Reactions: IvoryOwl

DietrichGRU

Newbie
Nov 21, 2020
15
48
How Do you Increase your AP or what are the ways to increase your AP?
It's not possible right now, at least without extensive modding. Everyone has the same 3 points.
The only way to affect AP cost is to move certain action into "combat moves" list in the "phone" menu.
 

Mistik

Newbie
Jun 3, 2018
55
48
How Do you Increase your AP or what are the ways to increase your AP?
Through a status effect or code. This is a common mod.
I did. Even clicked on the seemingly irrelevant posts, increased shown posts to 100, and used CRTL+F to look around. Don't know what results you clicked on, but I was there for half an hour before loosing patience and beginning my previous response
I entered into the search on this page the word Mod. Everything is ready. All results on this topic with the word mod.
 

thisreally

Newbie
Oct 13, 2017
15
5
in the "Res" folder there's a "mods" folder, if there isn't you create one. Then you download the mods and dump them in that folder labeled by mod author names, don't need to dump them into the game files.
Alright, but the Lolilith's Throne mod seems to be the entire game, which is making me confused.
 

PussyPassAnon

Member
Dec 18, 2018
186
271
Seems there's an issue with creating Combat encounters.

If you flee the encounter, the NPCs you added don't get removed since there's no dialogue system available to allow you to code that outcome into the encounter.
There's only "<nextDialoguePlayerVictory>" and "<nextDialoguePlayerDefeat>" tags available. I assume there will be a "<nextDialoguePlayerEscape>" tag later?

Meanwhile, my NPCs are just standing there in a tile, looking like idiots.
 

DirtyMare88

Member
Jun 26, 2020
133
245
How Do you Increase your AP or what are the ways to increase your AP?
Doesn't the "american tourist" background perk in silly mode basically do this? Haven't used that perk in a long time, but seems like it reduces enemy AP by 1, though it isn't a guaranteed proc. Not that it's particularly necessary by any means, but if you wanted a vanilla means to influence AP ratio's I think that would be it.
 

Dr.Feelgood

Member
Sep 21, 2018
182
230
Doesn't the "american tourist" background perk in silly mode basically do this? Haven't used that perk in a long time, but seems like it reduces enemy AP by 1, though it isn't a guaranteed proc. Not that it's particularly necessary by any means, but if you wanted a vanilla means to influence AP ratio's I think that would be it.
It only decreases your enemies' AP by 1. Pretty sure it was bugged where it wouldn't activate until after the first turn of combat as of 4.1. Does anyone know if it was fixed in one of the recent updates?
 

PussyPassAnon

Member
Dec 18, 2018
186
271
There's also this weird thing,

"Knowing exactly what it is she wants, the centauress cries out for the centauress to keep pounding you as she orgasms, Yes! Cum ~Ooh!~ for you! Don't pull out!"

Code, in my sex manager file, for the relevant characters:
Code:
                <behaviour orgasming="alpha1" target="pc"><![CDATA[CREAMPIE]]></behaviour>
                <behaviour orgasming="alpha2" target="pc"><![CDATA[CREAMPIE]]></behaviour>
The target is the pc, but they don't use pc's pronouns. They use second-person references.
 

Tattletale21

Member
Jan 26, 2020
380
541
Alright, but the Lolilith's Throne mod seems to be the entire game, which is making me confused.
it is, basically. it's the entire game just inherently modded. when you open the file for Lolilith's Throne mod you'll see an executable JAR file. that's the modded game itself - you can't really take the modded changes over to a standard Lilith's Throne so just be warned that if you start a game on the JAR modded version there isn't any save-carrying; especially if the modded version is different than the current LT version.

TL;DR: The Lolilithi's Throne mod is the game just modded, and all you need to do is open it and play.
 
4.10 star(s) 124 Votes