Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

How can I change the default option of what to do with defeated enemies back to leave instead of rape? It's very tedious to have to change it back to 'leave' every time.

In ".../Strive/mods/AricsExpansion/customScripts/expansionsettings.gd" you can change the value of capturedSelect to your preference. The comment above that variable explains the values. The Constants mod can be used to easily chance many of the values, but support for that type of value was never added to either mod.

Thank you!