kyleminto97 / h2m-unlock-all

Console commands to unlock everything in the new H2M mod.
1 stars 0 forks source link

How did you find these commands? #1

Open clarinho opened 2 months ago

clarinho commented 2 months ago

Is there a way any user can dig through the files to reverse these commands? How did you manage to get these?

Furtii commented 2 months ago

i'm interested too, could you also provide codes for the pro perks ? Thanks

kyleminto97 commented 2 months ago

Sorry guys didn't see this until now!

So I looked through the decompiled GSC files and found this table here: https://github.com/S3RAPH-1M/H2M-GSC-Dump/blob/main/mp/allchallengestable.csv

I then looked for any rank-related things through the files and found this which showed me the structure: https://github.com/S3RAPH-1M/H2M-GSC-Dump/blob/main/mp/stats_init.cfg

Finally, I looked for anything related to classes, attachments etc. and found these files: https://github.com/S3RAPH-1M/H2M-GSC-Dump/tree/main/ddl/mp

From there I figured out the command structure with some trial and error and tested until it all worked!

I'm not on my computer at the moment, but I'm sure the pro perk unlocks are in the allchallengestable.csv 💪🏼

Furtii commented 2 months ago

Thanks a lot !