[Help] what is constants.data

deisuke

New User
10
04/18/18
1
Thread Author
Hi my name is deisuke and i was intressted to mod a certain game however the issue was that data folder included a file that was called
constants.data.

First thing what is constants.data and secoundly how do i get the acessability to modify value.

If someone would be kind to explain to me about this stuff would be great and just something to mention i do have experince to code such as javascript + javascript frameworks ,python and C#.

Thank you for your time for reading this.
 
Hi, constants.data can be anything. Look at the code of the game, maybe there is something to write a pseudo-code for opening constants.data, also look at this file in hex, if there aren't any hooks. Usually it can be a binary file or the archive is encrypted.
 
Hi, constants.data can be anything. Look at the code of the game, maybe there is something to write a pseudo-code for opening constants.data, also look at this file in hex, if there aren't any hooks. Usually it can be a binary file or the archive is encrypted.
is their anyway to compile hex to much more understanding code let say hex to java or something like that or can i perhaps using ida pro to open it to make it more readable?
 
Back
Top Bottom