Hello everyone. I am playing The Walking Dead: No Man's Land recently and become interested in the game structure. Then I found this file called 'sharedasset0.asset'. I opened this file with Notepad++ and found some interesting part:
...
"ActorLevels": [
{
"$id": "1557",
"ActorDefinitionID": "WalkerNormal",
"Level": 1,
"Health": 40,
"Damage": 15,
"SPGain": 5
},
...
This seem to store the damage/sp gain/health for each level and each kind of walker. However I tried to modify this and put it back to the device, then the game won't load whatsoever.
I wonder if iOS apps have some kind of protection mechanism from this kind of behaviour and I curious if there is any chance this mechanism can be by passed. Thanks.
In short, I modified a very small variable in a game file and put it back, then the game won't load. How to solve this kind of problem.
The file is located in twd.app/Data/
Also if you want to download the file, use the following link:
https://www.dropbox.com/s/e2bxcsurxoivove/sharedassets0.assets?dl=0