The game is currently on v 0.97, but the last free update was this current version 0.88, I recommend joining discord and following the patreon page to get more information.
Crazy Forge Studio
Creator of
Recent community posts
Yes, the things that appear when collecting are random, and if you are very unlucky this can happen.
This will be changed in the future, after defeating the enemies in these locations, you will be able to see all the resources the location has and pick only the things you think are most important. Also, after a location is fully looted, the location will not magically respawn resources the next day, which will make it more fun and less repetitive.
SPOILER:
Angelica and Alexis don't have much content yet, they have just arrived at the shelter, they will need several updates focused on the two of them to get there. You still can't see them in the pool or in the bathroom, nor invite them to watch a movie.
Mary is a very important character and hard to conquer, the protagonist will now need to advance in the story for this to happen.
1 - Did this happen once or always?
2 - I will take a look.
3 - Key Special B was fixed in v 0.44. I recommend going to the main menu and loading games from there, loading different saves in the same scene can cause strange things to happen.
If you can help me by showing me the steps you have taken and posting your save file I can more easily find and fix this problem.
IMPORTANT: If you remove any line of code, or remove a <, or set a letter in the number value it will cause an error when the game tries to check the saved files, and you will be unable to load any save to fix it you will need to delete the file with the "corrupt save" or try to fix the save on our own, MAKE A BACK UP OF YOU SAVE FOLDER BEFORE TRYING TO CHEAT.
How to cheat: The saved files are not encrypted, you can open them with your wordpad, and modify the values of the variables.
Infinite resources:
1 - Collect resources in one of the warehouses.
2 - return to shelter and deposit all stuff.
3 - get inside shelter, save and close the game.
4 - open the database.xml with a Wordpad.
5 - At the end of the text or using the search of the Wordpad check for the iron plate, scrap plastic, scrap iron or any collect resources that you have in the shelter.
6 - change the value of <itemQuant>6</itemQuant> the number inside to any value like 9999, like this <itemQuant>9999</itemQuant>
7 - Now you can easily upgrade/build any researched build.
Infinite morale:
1 - open the database.xml with a Wordpad.
2 - Using the search of the Wordpad check for <basePrimeResourcesName>Moral</basePrimeResourcesName> then, right below the line <basePrimeResourcesStock>50</basePrimeResourcesStock> you can change the value of the 50 for any high value.
Infinite Data to Researches:
1 - open the database.xml with a Wordpad.
2 - Using the search of the Wordpad check for <dataAmount>500</dataAmount> then, you can change the value of the 500 for any high value, the value like <dataAmount>696969</dataAmount>
Spawn a Step van in the squad:
In Database.xml:
If you have no vehicles in the squad the line of the code will be written like this:
<vehicles />
Then you replace with this:
<vehicles>
<Vehicle>
<vehicleName>Step Van</vehicleName>
<life>100</life>
</Vehicle>
</vehicles>
Save and close the file.