Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Strive for Power

Fantasy Slave Management/RPG Erotic Game · By Strive4Power

[V0.5.25] Bugs

A topic by NuhaadhHasna created Oct 18, 2019 Views: 817 Replies: 2
Viewing posts 1 to 3
(1 edit)

Tisha quest

When looking for Tisha in Wimborn, if Emily is in the combat group:
- the fight is triggered when the MC is still near the dormitory and he hasn't explored the backstreets yet
- Emily is not displayed as intended (see below):

To fix this, in event.gd I replaced line 593 with:

globals.main.dialogue(state,self,text,buttons,sprite)

and I added:

globals.main.get_node("outside").mageorder()

after line 568.

In the same function I also added, inside the block starting with "elif stage==3":

globals.state.reputation.wimborn -= 2

because it's when the MC threatens a harmless girl (also, if there were no penalty, nobody would choose the other options and spend gold or mana to know where Tisha is).

Custom requests

When the MC gives up completing a custom request, there is a warning in the console: something about a non-existing "yesnopopup" node.
I removed line 2609 in Mansion.gd:

    get_node("menucontrol/yesnopopup").hide()

and line 861 in outside.gd:

    main.get_node("menucontrol/yesnopopup").visible = false

Advanced brand

The "advanced brand" button is not disabled if the MC's energy is less than 20. So, if his energy is, like, 12: after the first advanced brand his energy goes to zero; the next advanced brands are free (they just cost 15 mana, but no energy is actually consumed).
I replaced line 388 of slave_tab.gd with:

if globals.resources.mana >= 15 && globals.player.energy >= 20:
(1 edit)

Thanks for the report.  I'll include those in my bugfix patch (currently available on Strive Discord, #mods channel) when I get back from vacation in a few days.

You're welcome and thanks for the bugfixes. Enjoy your holiday!