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

Help: Can't Buy Dungeons

A topic by Nt_1 created May 26, 2023 Views: 777 Replies: 2
Viewing posts 1 to 3
(1 edit) (+1)

No matter what I do I cannot buy dungeons whenever I press the purchase button it does nothing. I forgot all my dungeons and it did nothing, I disabled all my mods and it didn't help. I am out of ideas, please help.


Edit: It seems to be something related to extended mod loader but I don't know what

(+2)

Machine translation.

Since I could not solve the problem with the other methods, I will note my solution.

I do not recommend this method because I do not understand the logic. If you do this, please make a backup.

In line 984 of input_handler.gd, replace active in active_location.descript and active_location.classname with selected, respectively.

Next, in ExplorationModule.gd, at line 2152 and below, replace all selected_area with active_area.

Finally, rewrite the selected_area in line 893 of InteractiveMessageModuleAnimated.gd to active_area so that dungeons can be purchased.

(+1)

I solved this by overwriting the game files with a fresh unpacking from the zip folder. Just drop it into the existing game folder and overwrite all files.


Although, working around this was an interesting challenge too; you can still get dungeons through quests, and their scarcity makes them more valuable.