U

User_1339663

Guest
Guest
They already told you how to increase your rep. Anyway, it must be 40 or higher to recruit Maple.
In the past, you also had to ask Maple about fairies. Fulfilling Melissa's assignment without talking to her, made you fail Maple's quest. I haven't tested the latest releases, I don't know if the dev has changed the related code.
yeah I figured that out days ago lol but what I did is went with halfkin cat cut down time I needed a bunch only had to do like 20 runs to get what I needed cause I started with better rep
 

crypticjaguar

Newbie
Feb 25, 2019
21
4
Check if the mods you activated support the current game version. Many of the old mods didn't work as intended on the latest version.

If you updated (not fresh install) to the current version make sure you deactivate all of the old mods first then activate your new mods.


Yes I seen that most of the mods work on much older versions of the game, so that's probably the issue, though I dont know where to get any old versions.
 

ruziy

Newbie
Feb 15, 2019
72
48
So I'm on Linux and when starting a new game it stops loading at 41% and the output in the terminal says:
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.
 

redle

Active Member
Apr 12, 2017
626
1,095
What exactly does speed stat do on gear?
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.

Now don't get me wrong, most fights do not go many rounds at all. And attacking first can often mean killing people before they even get a turn. But speed points will only make a difference in the case that the opponents are faster than the player and only by the smallest amount. If the player is already faster it makes no difference. If the opponent is faster by more than the speed boost then it also makes no difference.

Would be much more useful and make more sense if a hero that was twice as fast got twice as many turns to attack (but combat is not the most balanced anyway, so not really worth tweaking things like this unless a big overhaul were to happen). As it is I use speed boost only if I have no better boost to use or if I bring a noob along with an experienced hero. If I have a new level 1 person that I want to level up some (and my main is up at level 5+ or some other random level), basically the lvl1 hero is completely ineffective in battle. So with these noobs giving them a weapon that boosts damage or something still leaves them completely ineffective. Plus they lower my team speed average. So I put a dagger +5 speed or something into their hands. They still end up being just as useless in the team, but at least the speed boost changes them into more of simply a wasted space party member instead of a negative penalty.
 
  • Like
Reactions: bogialenhe

Remzis

Member
Feb 3, 2019
135
201
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?
 

Remzis

Member
Feb 3, 2019
135
201
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.
Good points! Forgot about post battle mana gain.
 

Mossrock

Member
Jul 23, 2018
166
521
I remember reading something about this game being discontinued? Seems to me it's still in development, yes?
 

Reinyn

Newbie
May 22, 2017
99
129
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.
 

redle

Active Member
Apr 12, 2017
626
1,095
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.
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.

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)
 

Ankmairdor

Member
May 1, 2019
267
148
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:
Code:
    if currentline.has('sebastianslave'):
        currentline.sebastianslave['@subpath'] = 'person'
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 i['@subpath'] == '':
            i['@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.
 
  • Like
Reactions: scrumbles

Reinyn

Newbie
May 22, 2017
99
129
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.

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: REINYN
Still trying to figure out how this quoting works but you ar right in what you say. This is what i found out.
Other saves work perfectly fine but if you order something from Sebastian, pick up your order, save the game and then reload or quit entirely and reload after saving you end up with no slaves at all. That means there should be something wrong with the Sebastian code. ( I think )
 

Reinyn

Newbie
May 22, 2017
99
129
There seems to be some errors with save file processing. Your problem is likely due to these lines in globals.gd:
Code:
    if currentline.has('sebastianslave'):
        currentline.sebastianslave['@subpath'] = 'person'
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 i['@subpath'] == '':
            i['@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.
EDIT: REINYN
Hi, thanks for answering my question, but where do i find these codes?
 
4.30 star(s) 51 Votes