Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Strive: Conquest

A successor to first Strive For Power game, currently at alpha stage · By Strive4Power

Interactions per day?

A topic by harryholliday created Apr 28, 2020 Views: 3,176 Replies: 5
Viewing posts 1 to 4

Quick question: is there a way to increase Interactions per day?

In the Files folder is a file called variables.gd. This can be edited using any text editor.  Find the line with timeforinteractions. Change the number at the end of the line to whatever you want. Be cautious, there might be a limit.

So ambergrain is right as far as increasing the actions in an interaction but I think you wanted interactions per day. The way to do that is to go into the Mansion.gd file and find the advance_day function and change the state.daily_interactions_left to equal the number of interactions you want. This means that every new day the interaction number will be set to your value instead of 1. A couple of important things to note. It will not change the initial value (on day one) you would need to change the value in the gamestate file to do that. It will also show up as x/1 daily interactions left when you look at it in game. The "1" is hard coded in the InteractionSelectionPanel.gd file and can  be changed to match the desired number. Alternatively if your familiar with coding you could create a new variable for max daily interactions and tie both things to it..

under what directory ? i moded under src and it dont work.

Well I was hoping the way to increase them in like game way. Similar to upgrade bedroom to increase participants. But I guess it's not possible. Thank you for your reply. 

No, it should probably be suggestion for upgrades, or a few other possible courses, like having a head mistress/master frees up more of  you free time allowing you to better focus on interactions, or you aquire magical macguffin that gives you extra spunk. There isn't a in game way at the moment, but we are dealing with a demo and it could be planned, or added.