Skip to content

Windows Linux

Shane Bee edited this page Oct 2, 2024 · 6 revisions

How to install and run on Windows and Linux

Here is how to run McDeob:

App

  • Download the jar from Releases and place it wherever you want to run it.
    I suggest creating a new folder for the jar, as it will create some new files.
  • Double click the jar to run the app.
  • Choose your options like server/client, Minecraft version and whether or not to decompile after remapping. Click start. All files will be put into a new directory "deobf-work" in the same location where the jar is run from.
  • Enjoy!

Console

You can also run the jar file from console, with a few console arguments, if you choose to not run the app.

Argument Options:

  • Help = Shows help and exits
  • Versions = Will print out all available versions
  • Releases = Will print out all available full release versions
  • Snapshots = Will print out all available snapshot versions
  • Version = The Minecraft version you wish to de-obfuscate (ex: 1.15.2)
  • Type = Which file you wish to de-obfuscate ('client' or 'server')
  • Decompile = Add this if you wish to decompile to newly de-obfuscated Minecraft file.

Example:

java -Xms3G -jar McDeob.jar -version 1.15.2 -type server -decompile

(I recommend giving the app at least 3GB of RAM to run)

Output Files

When the app is done running, if you have chosen to decompile, it will output a zip file. Simply unzip that and you will find all the decompiled java files.

Clone this wiki locally