Manual UpdateMD5 #225
mojontwins
started this conversation in
Ideas
Replies: 1 comment
-
|
That already exists as the "Update reobfuscation hashes" button in the GUI. In v1.2, this is hidden in the other tasks menu as too many people were using this task erroneously. CLI task is simply named "updatemd5". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe I'm missing the option and I can't find it. Sorry, if so.
I'm developing stuff for the original Modloader or even porting Modloader to different versions. In the original MCP, you had your modified sources, ran "UpdateMD5" and voie la, you had your base version. Further modifications where treated as modifications to that new base version, so for instance you can code your ModLoader, hit "UpdateMD5", and build a mod on top of that. Reobfuscating just exports your mod, not the ModLoader.
To do so with RetroMCPJava you have to run a separate instance, configure vanilla, patch the downloaded jars, and decompile the modded version. Further modifications (i.e. the creation of a mod) get exported correctly using build.
But an "UpdateMD5" button would come handy. Is that feature planned?
Or am I just being stupid and it is already there?
Beta Was this translation helpful? Give feedback.
All reactions