Skip to main content

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

Strive: Conquest

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

The Loan Broken

A topic by Baccalon created Jan 14, 2022 Views: 823 Replies: 3
Viewing posts 1 to 3

So, I failed to pay the 1000 gold by the end of week 2, so I lost. Everithing worked fine up to this point.

Realizing that i had stuff to sell to avoid losing the game I loaded a quicksave, turns out this bugged the game and the quest got stuck. I'ts week 5 now and no one is collecting anymore.

I would like to continue the current playthough, so if someone knows a fix it would be greatly appreciated.

So, I failed to pay the 1000 gold by the end of week 2, so I lost. Everithing worked fine up to this point.

Realizing that i had stuff to sell to avoid losing the game I loaded a quicksave, turns out this bugged the game and the quest got stuck. I'ts week 5 now and no one is collecting anymore.

I would like to continue the current playthough, so if someone knows a fix it would be greatly appreciated.

Got a fix you can do:

You can open your save file in a text editor, search for the term "stored_events" and locate what looks like a list of requirements after something that looks like "code":"loan". you will see something along the lines of {"operant": "eq": "type": "date", "value": 14}. Simply change the "eq" bits with "gte" and save.

When you next finish a turn, the game will check if the day is "greater or equal than" 14 instead of just "equal to" 14 and the loan event will trigger.

Thanks! I'll definetely try it