Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How to cheat. Sticky Locked

A topic by Crazy Forge Studio created Jul 25, 2020 Views: 13,770
This topic is locked
Viewing posts 1 to 1
Developer

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.