Cryingbanshee
Newbie
- Dec 7, 2017
- 42
- 10
- 192
It will increase your MC or slave speed stat when equipped.What exactly does speed stat do on gear?
It will increase your MC or slave speed stat when equipped.What exactly does speed stat do on gear?
Same problem. As it turned out, this is due to an incomplete archive (missing files). The simplest solution is to download archive with Win32 (or 64, it's not matter) version and replace launcher executable.So I'm on Linux and when starting a new game it stops loading at 41% and the output in the terminal says:
From my experience it is a rather meaningless stat. I believe the game determines the average speed of the player's team and the average speed of the opponents speed (or some similar calculation). Whomever is faster goes first in round 1 of combat. After that it is completely meaningless. And at least a few things seem to make it so that the player gets to do 1 hero action before the enemy even when they lose the speed check.What exactly does speed stat do on gear?
It's public now. Which is great news for people with older PCs.Incorrect. 5.24 not public as of yet. Unless you meant if someone wants to provide it... that would be nice.
Very cool, thanks. And, yes, good news for my shitty laptopIt's public now. Which is great news for people with older PCs.
Cheat or have lots and lots and lots of sex.So I finished story with STR+AGI build.
Now I want to try a Wizard run, but mana is so hard to get. Any tips?
Good points! Forgot about post battle mana gain.As anubis1970 said, you need sex.
The number of both sexual and non-sexual daily interactions is equal to the MC's endurance divided by two and rounded to the higher integer.
When having sex, try to combine multiple continuous actions. My MC roughly gets 50 mana when having sex with one slave, 100 with two and 150 with three of them. Also he gets 10 mana for every satisfied desire.
Oh, and you get some mana also when you rape the enemies once defeated: as long as they are bandits and thugs, your rep is not affected. Your companions must have high lewdness though, or they could react badly.
Don't forget to ask for sex when you rescued a bullied citizen.Good points! Forgot about post battle mana gain.
Unfortunately no. You can't change an applied tattoo, but you can change it's transparency.Okay so far changes are nice, is there a way to remove a tattoo if you wanted to apply a different one?
It sounds to me like there is likely something in the save file you tried to load that the game could not process for whatever reason. Questions like... are you using any mods, do other saves load properly, did you try rebooting the game and loading and still get the same error... come to mind.Hi, i have small question. I just got an error with the latest version of the game and don't know what to do. I have included a copy and paste text file of the error. What happened with me was this. I bought a servant from sebastian but i ended up not liking the stats. So i reloaded the game and suddenly my two other servants where gone. Like in none-existing at all.
There seems to be some errors with save file processing. Your problem is likely due to these lines in globals.gd:Hi, i have small question. I just got an error with the latest version of the game and don't know what to do. I have included a copy and paste text file of the error. What happened with me was this. I bought a servant from sebastian but i ended up not liking the stats. So i reloaded the game and suddenly my two other servants where gone. Like in none-existing at all.
if currentline.has('sebastianslave'):
currentline.sebastianslave['@subpath'] = 'person'
if i['@subpath'] == '':
i['@subpath'] = 'person'
EDIT: REINYNIt sounds to me like there is likely something in the save file you tried to load that the game could not process for whatever reason. Questions like... are you using any mods, do other saves load properly, did you try rebooting the game and loading and still get the same error... come to mind.
The only other suggestion I'd make is to upload the actual save file. (I haven't downloaded the latest version, but I can't imagine all saves are just completely broken and no one else has yet noticed/complained)
EDIT: REINYNThere seems to be some errors with save file processing. Your problem is likely due to these lines in globals.gd:
It seems to be an earlier fix for save compatibility, but it wrecks current saves. Simply putting a '#' at the beginning of both lines should fix it. If you happen to have any pregnancies, same thing but the lines are below that.Code:if currentline.has('sebastianslave'): currentline.sebastianslave['@subpath'] = 'person'
It will probably be officially fixed soon. There's a Discord for Strive: discord.gg/VXSx9Zk I recommend that for anyone with questions or issues.Code:if i['@subpath'] == '': i['@subpath'] = 'person'
Looks like an official update has been released. While this is probably the most critical issue fixed in it, I recommend downloading it for the other fixes.EDIT: REINYN
Hi, thanks for answering my question, but where do i find these codes?