Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Pokechu22/97bf5bd528eeadef09dcbae8a15b009f to your computer and use it in GitHub Desktop.
Save Pokechu22/97bf5bd528eeadef09dcbae8a15b009f to your computer and use it in GitHub Desktop.

Revisions

  1. Pokechu22 revised this gist Jan 22, 2018. No changes.
  2. Pokechu22 revised this gist Jan 22, 2018. No changes.
  3. Pokechu22 revised this gist Jan 22, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Setting up MCP without a full MCP release.md
    Original file line number Diff line number Diff line change
    @@ -16,4 +16,6 @@ It's possible to use create an MCP installation for versions of Minecraft where

    Note that for this to work, there must be a released SRG file for the version you want. The SRG file is what converts obfuscated names into an intermediate step where names are (mostly) the same between versions; the mappings files convert those intermediate names into the names you see and are used to.

    Note that as always, the MCP license applies, even for development builds. Please read the `LICENSE.txt` included with MCP for more information about what you are and are not permitted to do.
    Note that as always, the MCP license applies, even for development builds. Please read the `LICENSE.txt` included with MCP for more information about what you are and are not permitted to do.

    An additional note: if you're using eclipse, you will need to manually fiddle with build paths due to updated libraries. You will also need to attach the native libraries, found in `jars/versions/${VERSION}/${VERSION}-natives`, to the libraries (e.g. LWJGL) for the game to launch.
  4. Pokechu22 revised this gist Oct 5, 2017. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Setting up MCP without a full MCP release.md
    Original file line number Diff line number Diff line change
    @@ -14,4 +14,6 @@ It's possible to use create an MCP installation for versions of Minecraft where

    7. Run MCP's `decompile.bat` as you normally would.

    Note that for this to work, there must be a released SRG file for the version you want. The SRG file is what converts obfuscated names into an intermediate step where names are (mostly) the same between versions; the mappings files convert those intermediate names into the names you see and are used to.
    Note that for this to work, there must be a released SRG file for the version you want. The SRG file is what converts obfuscated names into an intermediate step where names are (mostly) the same between versions; the mappings files convert those intermediate names into the names you see and are used to.

    Note that as always, the MCP license applies, even for development builds. Please read the `LICENSE.txt` included with MCP for more information about what you are and are not permitted to do.
  5. Pokechu22 revised this gist Oct 5, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions Setting up MCP without a full MCP release.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    It's possible to use create an MCP installation for versions of Minecraft where there hasn't been a full MCP release. It takes a little bit of manual setup, but the end result is highly useful.

    1. Download and extract the most recent MCP build from http://www.modcoderpack.com/website/releases. (Currently, the most recent build is actually a beta build you can get [here](https://twitter.com/SeargeDP/status/798827560381493248), but the process still applies).
    1. Download and extract the most recent MCP build from http://www.modcoderpack.com/. (Currently, the latest build is http://www.modcoderpack.com/files/mcp940.zip)

    2. Edit `version.cfg` in the `conf` folder, and change `ClientVersion` and `ServerVersion` to the version you want (for instance, 1.11.2).
    2. Edit `version.cfg` in the `conf` folder, and change `ClientVersion` and `ServerVersion` to the version you want (for instance, 1.12.2).

    3. Download the SRG zip for the version you want; these can generally be found at `http://mcpbot.bspk.rs/mcp/<version>/mcp-<version>-srg.zip` (for example, http://mcpbot.bspk.rs/mcp/1.11.2/mcp-1.11.2-srg.zip).
    3. Download the SRG zip for the version you want; these can generally be found at `http://mcpbot.bspk.rs/mcp/<version>/mcp-<version>-srg.zip` (for example, http://mcpbot.bspk.rs/mcp/1.11.2/mcp-1.11.2-srg.zip) or at `http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp/<version>/mcp-<version>-srg.zip` (for example, http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp/1.12.2/mcp-1.12.2-srg.zip). (For 1.12.1 and 1.12.2, only the minecraftforge link works)

    4. Extract that zip into the MCP `conf` folder, overwriting files and the contents of the `patches` folder.

  6. Pokechu22 revised this gist Dec 28, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Setting up MCP without a full MCP release.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ It's possible to use create an MCP installation for versions of Minecraft where

    1. Download and extract the most recent MCP build from http://www.modcoderpack.com/website/releases. (Currently, the most recent build is actually a beta build you can get [here](https://twitter.com/SeargeDP/status/798827560381493248), but the process still applies).

    2. Edit `version.cfg` in the `conf` folder, and change `ClientVersion` and `ServerVersion` to the version you want (for instance, 1.10.2).
    2. Edit `version.cfg` in the `conf` folder, and change `ClientVersion` and `ServerVersion` to the version you want (for instance, 1.11.2).

    3. Download the SRG zip for the version you want; these can generally be found at `http://mcpbot.bspk.rs/mcp/<version>/mcp-<version>-srg.zip` (for example, http://mcpbot.bspk.rs/mcp/1.11.2/mcp-1.11.2-srg.zip).

  7. Pokechu22 revised this gist Dec 28, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Setting up MCP without a full MCP release.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,10 @@
    It's possible to use create an MCP installation for versions of Minecraft where there hasn't been a full MCP release. It takes a little bit of manual setup, but the end result is highly useful.

    1. Download and extract the most recent MCP build from http://www.modcoderpack.com/website/releases.
    1. Download and extract the most recent MCP build from http://www.modcoderpack.com/website/releases. (Currently, the most recent build is actually a beta build you can get [here](https://twitter.com/SeargeDP/status/798827560381493248), but the process still applies).

    2. Edit `version.cfg` in the `conf` folder, and change `ClientVersion` and `ServerVersion` to the version you want (for instance, 1.10.2).

    3. Download the SRG zip for the version you want; these can generally be found at `http://mcpbot.bspk.rs/mcp/<version>/mcp-<version>-srg.zip` (for example, http://mcpbot.bspk.rs/mcp/1.10.2/mcp-1.10.2-srg.zip).
    3. Download the SRG zip for the version you want; these can generally be found at `http://mcpbot.bspk.rs/mcp/<version>/mcp-<version>-srg.zip` (for example, http://mcpbot.bspk.rs/mcp/1.11.2/mcp-1.11.2-srg.zip).

    4. Extract that zip into the MCP `conf` folder, overwriting files and the contents of the `patches` folder.

  8. Pokechu22 revised this gist Dec 28, 2016. No changes.
  9. Pokechu22 created this gist Jul 9, 2016.
    17 changes: 17 additions & 0 deletions Setting up MCP without a full MCP release.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    It's possible to use create an MCP installation for versions of Minecraft where there hasn't been a full MCP release. It takes a little bit of manual setup, but the end result is highly useful.

    1. Download and extract the most recent MCP build from http://www.modcoderpack.com/website/releases.

    2. Edit `version.cfg` in the `conf` folder, and change `ClientVersion` and `ServerVersion` to the version you want (for instance, 1.10.2).

    3. Download the SRG zip for the version you want; these can generally be found at `http://mcpbot.bspk.rs/mcp/<version>/mcp-<version>-srg.zip` (for example, http://mcpbot.bspk.rs/mcp/1.10.2/mcp-1.10.2-srg.zip).

    4. Extract that zip into the MCP `conf` folder, overwriting files and the contents of the `patches` folder.

    5. Download the latest daily mappings from http://export.mcpbot.bspk.rs/. Even if they aren't for exactly the version you want, they will generally work.

    6. Extract the mapping zip into the MCP `conf` folder, overwriting files.

    7. Run MCP's `decompile.bat` as you normally would.

    Note that for this to work, there must be a released SRG file for the version you want. The SRG file is what converts obfuscated names into an intermediate step where names are (mostly) the same between versions; the mappings files convert those intermediate names into the names you see and are used to.