# Masin RPG Fullbirth v1.49 -- Save Code Editor + Generator
Hey everyone - this is a little personal project that i decided to share. I really wanted to figure out how many of these custom games are using local save files and save codes. More importantly, I wanted to generate my own!
The map's JASS is heavily obfuscated and took some time to reverse engineer the save code format. Props to the map dev who implemented it. They really did NOT want people ever doing this.
The missing piece was the JASS PRNG implementation. Fortunately someone ripped that out of the engine so the final piece was complete.
!!! Warning -- the Masin RPG community is very active and will ban you if your are caught. Bans include adding your battlenet name to the next version of the map which prevents you from ever playing it. Of course Battlenet names are client side in wc3....so...
Don't be a jerk with this -- but enjoy not having to take up a 2nd job playing Masin! Also I don't agree with them gating certain characters and such behind a "donation" paywall.
## Features
* Load a code to dump the data it contains. Hero level, items, stats, etc
* Modify the .py directly to set your own values -- then generate your own valid code in game! use -the ingame load command or replace the code in one of your local save files
## !Very Experimental!
This tool is experimental. usage requires editing the python script. It's very easy but some people not familiar with python may struggle. The code is also A COMPLETE MESS. This code was iterated over many times trying to get the encoding/decoding bit-for-bit working with the JASS code. So it's not clean. But it works.
Finally - the `SharedSlot` editor is mostly incomplete. It should work but i never mapped the bits to actual value fields.
Most item IDs are not mapped identified, same with hero IDs. Ya'll figure it out.
Future Updates
The map dev will certainly respond to this by tweaking the algorithm. But the pieces are here for the next lad to fix it. Maybe i'll come back and fix it myself, idk.
Masin RPG Fullbirth v1.49 -- Save Code Editor + Generator
Moderator: Cheaters
-
- Newcomer
- Posts: 1
- Joined: August 25th, 2025, 1:56 am
- Been thanked: 1 time
Masin RPG Fullbirth v1.49 -- Save Code Editor + Generator
You do not have the required permissions to view the files attached to this post.