Amhran

Member
Mar 22, 2022
234
585
192
The folder is empty
Sorry, I set it to automatically expire after a certain amount of time:

It's just as well, since I ended up messing around with and tweaking it some more anyways (lengthened the eyebrow to cover the wider eye, and there's now a half-shaded corner like the right eye has).
 
Last edited:
  • Like
Reactions: fire2244

illol

Newbie
Aug 2, 2023
63
15
141
go to data/saves
open the save you want to edit with notepad++
search for id value="PlayerCharacter"
under it should be your character name and other stuff but a couple of lines below you will find an entry perkPoints value="0"
that's what you want to modify

good luck
i want to do that as well but i cant find the saves, where do i see them?
 

Furabia

Well-Known Member
Donor
Jun 23, 2019
1,036
1,432
215
No it isn't. The game had monthly updates for a long time.
Keyword: had, monthly updates. The game keeps growing and getting more content, so every new addition has to be tested and checked against everything that came before. It's not just randomly write a few words and add it into the game like you're imagining. New content has to be in line with the context of all the different systems, events and storylines that are already present, all of which becomes more complex with every update.

I was one of those who were pessimist and thought that the preggo update would take ages, but it wasn't that bad. I'd love if updates were still a monthly thing, but like the poster said, that is unrealistic now, given the size of the game. I simply can't see a 2 or 3 month period for updates as being a bad thing at all, given Vrel's (and collaborators) spectacular consistency in delivering chunky content through all of these years. Yes I may be a groupie, sue me.
 

chichong

Member
May 7, 2020
241
385
73
i want to do that as well but i cant find the saves, where do i see them?
Noidcreid illol fraazx
I apologize, what I posted was for the game Lilith's Throne. (Mostly because here are called Feats, not Perks)

For this one you need to use other methods. Simplest one is to edit the game itself. Close the game, go in the game folder and open the .html file with notepad++.

(make sure you are using regular expression search - bottom left in search window)
Search for setupFeats Ignore first entry, what you need it the second one. Second entry should look like this
Code:
<<widget "setupFeats">>
What you need to edit is upgradeDetails which can be found a couple of lines below. Edit the cost of the feats to be 1. Don't mess with the limits, you will not get certain traits if you set them too high. If you feel really adventurous set the cost to 0. Never tried tbh, so I don't know if it works. In theory it should.

Then save, close everything, and start a new game.

PS It goes without saying that you should make a backup of the .html file before you edit it.
 
Sep 22, 2017
77
94
241
Keyword: had, monthly updates. The game keeps growing and getting more content, so every new addition has to be tested and checked against everything that came before. It's not just randomly write a few words and add it into the game like you're imagining. New content has to be in line with the context of all the different systems, events and storylines that are already present, all of which becomes more complex with every update.

I was one of those who were pessimist and thought that the preggo update would take ages, but it wasn't that bad. I'd love if updates were still a monthly thing, but like the poster said, that is unrealistic now, given the size of the game. I simply can't see a 2 or 3 month period for updates as being a bad thing at all, given Vrel's (and collaborators) spectacular consistency in delivering chunky content through all of these years. Yes I may be a groupie, sue me.
The pregnancy system slowed everything down because they had to figure out a new system, now that it's made it doesnt magically make random content take longer because games are based off checks and values, not how much content exists. I didn't look at the code but if Vrel and collaborators are good coders then the sex system is just called for for the scene so they don't have to do that again, pregnancy is a check done by the sex system so they don't even have to code that for every scene. to make sure it make sense then they just have to run "if" statements beforehand. And they have multiple people working on the game at a time. The fact that it did take a long time means the code should be a framework and easily made to be expanded upon. Hell I could argue that updates should come out faster if they have several people improving the code to a point where you just check a few values then write a scene.

Events : if then. (if promiscuitiy >= 50 and if Char love >= 90), if event x = 0 then, or if even x = 1 then.
consequences : =+ 1 to stat, or event happened = 1

plus I'm talking about smaller events. If theyre doing major overhauls to main characters then fine, but still events around the city or a new area shouldn't take 3 months.
 
  • Like
Reactions: Amarinth12

Settum

Well-Known Member
Jan 10, 2019
1,040
976
298
I guess the lack of an update every month is due to the pregnancy system only having the basics, being new and lacking in some aspects, thus, rather than just slap a location a new NPC a dozen events for said NPC and same amount of random events, they have to tinker and understand how everything new and old interracts with this new system, add possibly hundreds of new events, and polish it. That's without taking into account bugs and graphics.
 

illol

Newbie
Aug 2, 2023
63
15
141
Noidcreid illol fraazx
I apologize, what I posted was for the game Lilith's Throne. (Mostly because here are called Feats, not Perks)

For this one you need to use other methods. Simplest one is to edit the game itself. Close the game, go in the game folder and open the .html file with notepad++.

(make sure you are using regular expression search - bottom left in search window)
Search for setupFeats Ignore first entry, what you need it the second one. Second entry should look like this
Code:
<<widget "setupFeats">>
What you need to edit is upgradeDetails which can be found a couple of lines below. Edit the cost of the feats to be 1. Don't mess with the limits, you will not get certain traits if you set them too high. If you feel really adventurous set the cost to 0. Never tried tbh, so I don't know if it works. In theory it should.

Then save, close everything, and start a new game.

PS It goes without saying that you should make a backup of the .html file before you edit it.
thank you
 

fraazx

Member
Feb 6, 2018
484
799
317
Noidcreid illol fraazx
I apologize, what I posted was for the game Lilith's Throne. (Mostly because here are called Feats, not Perks)

For this one you need to use other methods. Simplest one is to edit the game itself. Close the game, go in the game folder and open the .html file with notepad++.

(make sure you are using regular expression search - bottom left in search window)
Search for setupFeats Ignore first entry, what you need it the second one. Second entry should look like this
Code:
<<widget "setupFeats">>
What you need to edit is upgradeDetails which can be found a couple of lines below. Edit the cost of the feats to be 1. Don't mess with the limits, you will not get certain traits if you set them too high. If you feel really adventurous set the cost to 0. Never tried tbh, so I don't know if it works. In theory it should.

Then save, close everything, and start a new game.

PS It goes without saying that you should make a backup of the .html file before you edit it.
Thanks
 

illol

Newbie
Aug 2, 2023
63
15
141
Noidcreid illol fraazx
I apologize, what I posted was for the game Lilith's Throne. (Mostly because here are called Feats, not Perks)

For this one you need to use other methods. Simplest one is to edit the game itself. Close the game, go in the game folder and open the .html file with notepad++.

(make sure you are using regular expression search - bottom left in search window)
Search for setupFeats Ignore first entry, what you need it the second one. Second entry should look like this
Code:
<<widget "setupFeats">>
What you need to edit is upgradeDetails which can be found a couple of lines below. Edit the cost of the feats to be 1. Don't mess with the limits, you will not get certain traits if you set them too high. If you feel really adventurous set the cost to 0. Never tried tbh, so I don't know if it works. In theory it should.

Then save, close everything, and start a new game.

PS It goes without saying that you should make a backup of the .html file before you edit it.
for some reason the limits got higher like grades is up to 30
 

fraazx

Member
Feb 6, 2018
484
799
317
Noidcreid illol fraazx
I apologize, what I posted was for the game Lilith's Throne. (Mostly because here are called Feats, not Perks)

For this one you need to use other methods. Simplest one is to edit the game itself. Close the game, go in the game folder and open the .html file with notepad++.

(make sure you are using regular expression search - bottom left in search window)
Search for setupFeats Ignore first entry, what you need it the second one. Second entry should look like this
Code:
<<widget "setupFeats">>
What you need to edit is upgradeDetails which can be found a couple of lines below. Edit the cost of the feats to be 1. Don't mess with the limits, you will not get certain traits if you set them too high. If you feel really adventurous set the cost to 0. Never tried tbh, so I don't know if it works. In theory it should.

Then save, close everything, and start a new game.

PS It goes without saying that you should make a backup of the .html file before you edit it.
How about unlocking all of the feats? I did set the cost to 0 but the feats booster was locked (obviously since I played in cheat mode) and I tried searching for the code of feats to unlock them but I can't find it
 

ViviX12

Engaged Member
Jan 5, 2019
3,206
5,029
698
The pregnancy system slowed everything down because they had to figure out a new system, now that it's made it doesnt magically make random content take longer because games are based off checks and values, not how much content exists. I didn't look at the code but if Vrel and collaborators are good coders then the sex system is just called for for the scene so they don't have to do that again, pregnancy is a check done by the sex system so they don't even have to code that for every scene. to make sure it make sense then they just have to run "if" statements beforehand. And they have multiple people working on the game at a time. The fact that it did take a long time means the code should be a framework and easily made to be expanded upon. Hell I could argue that updates should come out faster if they have several people improving the code to a point where you just check a few values then write a scene.

Events : if then. (if promiscuitiy >= 50 and if Char love >= 90), if event x = 0 then, or if even x = 1 then.
consequences : =+ 1 to stat, or event happened = 1

plus I'm talking about smaller events. If theyre doing major overhauls to main characters then fine, but still events around the city or a new area shouldn't take 3 months.
You're assuming the game is built on a proper framework rather than a patchwork continously added onto through last 5 years.
How about unlocking all of the feats? I did set the cost to 0 but the feats booster was locked (obviously since I played in cheat mode) and I tried searching for the code of feats to unlock them but I can't find it
#13510
 

Noidcreid

Member
Oct 6, 2017
330
138
117
Noidcreid illol fraazx
I apologize, what I posted was for the game Lilith's Throne. (Mostly because here are called Feats, not Perks)

For this one you need to use other methods. Simplest one is to edit the game itself. Close the game, go in the game folder and open the .html file with notepad++.

(make sure you are using regular expression search - bottom left in search window)
Search for setupFeats Ignore first entry, what you need it the second one. Second entry should look like this
Code:
<<widget "setupFeats">>
What you need to edit is upgradeDetails which can be found a couple of lines below. Edit the cost of the feats to be 1. Don't mess with the limits, you will not get certain traits if you set them too high. If you feel really adventurous set the cost to 0. Never tried tbh, so I don't know if it works. In theory it should.

Then save, close everything, and start a new game.

PS It goes without saying that you should make a backup of the .html file before you edit it.
thanks!
 

ladguru

Active Member
Oct 18, 2018
967
812
288
Is it beneficial if bystanders film you or take lewd photos of you? Does it have a negative aspect?
Depending on what they are filming, this raises one of the "bad" fames. (Sex/Prostitution/Rape/Bestiality/Exhibitionism)
It's mostly on you if consider that negative.
 
  • Like
Reactions: Foxy35

quanggg

Newbie
Jan 26, 2022
16
3
127
could you add some hair on women shadow need to have some difference between man and women shadow and the woman shadow just have some few scene
 

mattyofflower

New Member
Jul 25, 2020
10
2
38
Does anyone know how to reverse the male / female combat (sex) animations?
I like the penis/vaginal teasing animation when you're playing a woman, but when you're playing a male you see a fairly boring butt with a penis instead of the "quim" teasing..
 
4.50 star(s) 218 Votes