- Dec 13, 2017
- 562
- 404
Unsure whether this is intended or exploit, but a Mage master with 9 magic aff actually reduces stress with Invigorate.
So I tried that, got the same error. I remember having a mods folder in the main game folder with the game application and everything else that gets extracted from the zip. The oddity about this is that it prevents me from accessing any shop in game which is odd, I haven't messed with any file either.Try to use the attached file, I don't know if it will work though.
If it doesn't work, maybe temporarily remove the progressdata file from the user folder.
download the portraits (and body pack if u want gave ur slave bodies ) extract them, and put them in "c>user>AppData>Roaming>strive"after that run the game and click on slave>customization>portraitsdoes anyone know how to make the portaits work on slaves. there are no pictures available when I go into the portait tab. it says import but then nothing in that inport folder in game though i see items there out of game in the folder itself.
I make use of Maid and Butler uniforms a lot (as in, every girl wears one), and a lot of Interactions (During the "meet" phase, getting the love stat up increases Obedience, and during sex phase I think you can increase loyalty a bit).what's the fastest way to increase obedience?
Take them onto the streets, chat, kiss and hug until joy is high enough above stress, then french kiss. This works so well there's enough turns left over to take them to the garden for a few teaching sessions. That's assuming Obedience isn't capped by rebelliousness or Uncivilized trait. The fastest way to remove rebelliousness is an amnesia potion, the fastest way to remove Uncivilized is an elixir of regression.what's the fastest way to increase obedience?
You can have multiple Tamers and the chance for them to fix up the savage stacks up. Headmaid can work on everyone regardless of their job, Jailer on slaves staying in the dungeon and other slaves can do it if they have the same job as the uncivilized one. With 2 Tamers working at a time the fixup time is usually faster than the 5 days required to Nurture them in the guild after using regression potion, and they are not locked meaning you can work on their other things in the meantime.The only other way to remove Uncivilized is with a Tamer specialist, but this is far from the fastest.
The fastest way would be to use the spell "Domination", which increases Obedience by 100 and Loyalty by 25 to 50 (times the obedience and loyalty modifier on said slave, so your results may vary). Do note that you should have Magic Affinity above 5 so you dont blow a hole in their brain (lowers all social stats between -1 to -25 points). Also, Domination runs a random number check between 100 and 175, and that number is compared to your slaves Confidence + Wits, so if that value exceeds the RNG number, it will fail and lower both Obedience and Loyalty (obed by -25 to -50 and loyalty -15 to -25).what's the fastest way to increase obedience?
The only other way to remove Uncivilized is with a Tamer specialist, but this is far from the fastest. If you don't have Ayneris' shop unlocked to buy elixirs, then the torchable caches in the Elven Grove have a decent drop rate for them.
Unsure whether this is intended or exploit, but a Mage master with 9 magic aff actually reduces stress with Invigorate.
I'm running windows 10, and I'm not even getting an error message. All I get is the command promt quickly opening, then closing again.Exactly, what are your errors and your OS? Linux users may experience some issues because in their release some assets are missing, seeYou must be registered to see the links.
Trying to make a milkdrow farm, not for maximal production output, but maximum daily mana.
Not sure what version you're using, but newsexsytem.gd in 523b doesn't have those lines. sexuals.dg has this:That is...brilliant.
Could you do me a favor and check your "new sex system.gd" for this line:
if i.person.race == 'Dark Elf':
mana = round(mana*1.2)
if slave.race == "Drow" || (partner.race == "Drow" && partner != globals.player):
managain = managain*1.2
if slave.spec == 'nympho':
managain += 2
Not sure what version you're using, but newsexsytem.gd in 523b doesn't have those lines. sexuals.dg has this:
combat.gd was missing assassin's damage bonus; thanks for the heads up.Code:if slave.race == "Drow" || (partner.race == "Drow" && partner != globals.player): managain = managain*1.2 if slave.spec == 'nympho': managain += 2
Not sure what version you're using, but newsexsytem.gd in 523b doesn't have those lines.