Dungeon Mod V3.3 The Harem Update 2
Original Details
https://f95zone.to/threads/lifeplay-v2-15-vinfamy.11321/post-2768786
What is included
Harem room: You can now have sex with two harem girls, this is just the start. I plan to develop it so you can use harem girl to also train/coerce slaves in the Dungeon. To do this have girl 1 follow the player(follow me option in harem) this will make them a companion. then visit harem girl 2, choose the sex option and you will now have multiple options.
Mod the Dungeon Mod: Ok sounds silly but stay with me. I have made an option so that ANYONE can access the dungeon. Write your base story script, and where you want the kidnap to happen use this
Actor.makePermanent()
Actor.passOn()
followUp(LL_capture_npc)
Then end your script
One caveat: this will not work with temp npc's hence "Actor.makePermanent()" Which means if you call this and there are no spaces in your dungeon, the npc will be loose in the world. I will handle this later.
Obviously "Actor" needs to be replaced with whatever the npc handle is eg companion etc
Now hopefully someone else will write some kidnap scripts
@
sexybastardo
Slaves now have a Var so:
slave = Actor.getActorVar(Slave)
if slave == 1 //Actor is a slave
if slave ==2 //Actor is a harem girl
anything else and it isnt a slave. Hope this helps, Obviously slaves shouldnt be accessing the midwife etc options, but no reason harem girls cant.
What isnt included yet.
Fluff stuff, build cost, conversations, basic filler.
Quirks, each slave will have a random action that has a much greater impact on stats.
To Install
Unpack into the Lifeplay main folder(where Lifeplay.exe is)
End result should look like this "LifePlay\LifePlay\Content\Modules\LL_SlaveTrainer\"
If the "LL_SlaveTrainer" folder isnt in Modules, One of us did something wrong!
Enable LL_SlaveTrainer in the mods menu.
To use
Menu/Crime/Harem - Please build the harem before trying to use it
Menu/Crime/Dungeon - Build and visit your Dungeon
Menu/Crime/Hunt for Slaves - Get more slaves!
Fixed
Fixed Bug found by
zia. Harem girls overwrote each other meaning you could only have 1, sorry about that silly mistake.
Fixed Bug(hopefully)Slaves in the group room no longer dress themselves constantly
Please report all errors (Apart from spellings/Typos as I am still working through those)
View attachment Dungeon ModV3.3.7z