ok guys i need some help here i gm a game on my own vps server i have the file that needs to be edited with a hex editor i need to figure out how to raise the max amount of gold that the char can carry in his bag the total file is to large to load the hex code to the forum so i will upload the file i need edited an if u could take a look an edit it for me or tell me what needs to be change it would be much appreciated ps the higher the amount the char can carry the better so have fun with it make it a million if u like the max amount a char a can atm is 20000 gold so that is the number that u would start off looking to change like i said i need the max amount raised if only to 200000 it would be nice but i would be happy if my players could carry even 200000 gold… Thank you in advance for any help u make provide. http://www.mediafire.com/download/0j5fy3y28p7uei9/gs now there is a file names gs2 that is the same size as this file not sure if u need to edit both or just this one to change the max amount of gold a character can carry.
To properly change a binary file you need to know the structure of the data. In general you can’t do that by just looking at the hex values since the boundaries of the data fields are unknown. Also the actual values in the actual fields may not be obvious values. So without knowing the structure it is pretty sure you can’t change stuff. I assume this is a propitiatory game if was OS you could look at the source to see the structures
As a secondary issue this feels a lot like you want to cheat. Not knowing the game or rules it is hard to say for sure.
no this is my own personal server us.eternalsagaonline.com come check it out i have all the files to the game so i probly have what we need. i figure the file is server side an idea what i would be looking for.
we are actually looking for coders to help
The data structure still are an unknown when looking at binary data. Special data store like DBF files have the structure definitions as the first part of the file (the file header) But without knowing the structure it is guess and by gally
i only know its possible im quite new to all this ive played 3 other private eso servers not sure how but they all have raised it to 200k but you know how that its they don’t like sharing the info due to compaction.i will look an see what i can find if i find anything that might help ill repost in this thread. the last person i talked to that did it said he had t ohex edit the gs file
now i do have all the database files that came with the server an client if that is what we need
LOL don’t have a clue what is needed. it all depends on how the data is stored. ie what format/structure it is in. A string of binary numbers is just so much garbage unless you know the the key ie structure. You know the structures and you can do most anything. Not that in some cases what you want to do may mean a larger space has to be used to represent the number then the structure may not allw for that so you would have to change the structural definitions to allow larger numbers. If tyou have the source code you can see the structures. In c they are defined as struct statments
i know that in the stash/warehouse u can store 200k gold so im figuring that if they didnt have the structure then they found away to change the amount u can carry by finding the code that controls the amount ur stash can hold
On Sat, 07 Feb 2015 03:46:02 +0000, Korrupted wrote:
> i know that in the stash/warehouse u can store 200k gold so im figuring
> that if they didnt have the structure then they found away to change the
> amount u can carry by finding the code that controls the amount ur stash
> can hold
You’ll have to ask the authors of the software how to make the change.
That’s not something anyone here can help you with. If this is a closed-
source game, then making modifications like this is probably a violation
of the license agreement (most license agreements include a no-reverse-
engineering clause of some sort).
If you can’t find someone who’s made the change to help you - or the
software vendor themselves - then you’re probably out of luck.
Jim
–
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C