immibis / bearded-octo-nemesis

Now 99.9% fat free!
128 stars 31 forks source link

Option to change from old-school mappings to srg mappings instead of deobfuscating #19

Closed Kilobyte22 closed 11 years ago

Kilobyte22 commented 11 years ago

Most is already said in title. basicly i want a way to get srg-mappings for mods where authors refused to use srg mappings. Should be possible to implement

Myrathi commented 11 years ago

I'm curious why you would want to do that? (not saying it's useless or a bad thing... I'm simply curious)

Kilobyte22 commented 11 years ago

basicly its a pain if some mods don't use srg mappings and you wanna use them. Example: TC isn't using srg mappings and Azanor is on vacation for 2 weeks. so we can't expect an update for 1.5.1 within those 2 weeks. This feature would allow us to make TC compatible with 1.5.2

immibis commented 11 years ago

You can do it from the command line, something like this: java -cp BON.jar immibis.bon.cui.MCPRemap -mcp path/to/mcp/dir -in thaumcraft.jar -out thaumcraft_srg.jar -side UNIVERSAL -from OBF -to SRG -ref minecraft.jar

Kilobyte22 commented 11 years ago

Nice. still, would be nice if you would add that functionality to the gui too :P i mean, after all you got a mode selection dropdown box where you could add it :)