https://github.com/computerspieler/mapper
Mapper is a python script which generates Enigma mappings from MCP's old and recent mapping
https://github.com/computerspieler/mapper
enigma java mapping mcp minecraft python
Last synced: 5 months ago
JSON representation
Mapper is a python script which generates Enigma mappings from MCP's old and recent mapping
- Host: GitHub
- URL: https://github.com/computerspieler/mapper
- Owner: computerspieler
- License: gpl-3.0
- Created: 2023-08-09T10:22:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T12:58:57.000Z (over 2 years ago)
- Last Synced: 2025-03-03T01:41:44.159Z (10 months ago)
- Topics: enigma, java, mapping, mcp, minecraft, python
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
# Mapper
Mapper is a python script which generates Enigma mappings from MCP's old and recent mapping
## Requirements
* Python 3
* A copy of MCP
* A copy of the target minecraft.jar and minecraft_server.jar
## Installation
Clone the repository using the following command :
```
git clone --recurse-submodules https://github.com/computerspieler/Mapper.git
```
Then copy minecraft.jar and minecraft_server.jar in the same directory as the script, as well as the content of the conf directory of MCP.
And finally configure and run the script, you should obtain two files : "client.deobf" and "server.deobf", those files are your mappings !
## Tested version
| Client | Server | MCP |
|---|---|---|
| Alpha 1.2.6 | 0.2.8 | 2.5 |
| Alpha 1.1.2_01 | 0.2.0_01 | 1.6 |
| 1.5.1 | 1.5.1 | 7.4.4 |