Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wdfeer/earth2mindustry
Python scripts to ease creation of Mindustry maps based on maps of real terrain
https://github.com/wdfeer/earth2mindustry
mindustry
Last synced: 11 days ago
JSON representation
Python scripts to ease creation of Mindustry maps based on maps of real terrain
- Host: GitHub
- URL: https://github.com/wdfeer/earth2mindustry
- Owner: wdfeer
- License: gpl-3.0
- Created: 2024-09-08T17:48:03.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T08:20:16.000Z (2 months ago)
- Last Synced: 2024-09-17T09:48:32.116Z (2 months ago)
- Topics: mindustry
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Earth to Mindustry Converter
## Usage
1. **Install dependencies:**
- If you have [Nix](https://nixos.org/download) installed, run:
```bash
nix-shell
```
- Otherwise install dependencies manually based on the `shell.nix` file.2. **Run the script:**
- Execute:
```bash
python src/main.py
```
- It opens the [Google Map Styler](https://mapstyle.withgoogle.com).3. **Capture the screenshot:**
- Select the **Silver** style, and disable **roads**, **landmarks**, and **labels**.
- Take a screenshot of the desired map region and copy it to the clipboard.4. **Import to Mindustry:**
- Locate `out_1.png` in the `images` folder.
- In Mindustry, create a new map and use the **Import** button to add your map.