Tooling to use Tiled as map editor for SS14.
Only necessary if you want to build the tile sets yourself.
- Git
- Python >= 3.11
- Source code of SS14 (or a fork) somewhere on your system.
git clone https://github.com/space-wizards/space-station-14/
Linux | Windows |
---|---|
# Setup
git clone https://github.com/Ian321/ss14_tiled
cd ss14_tiled
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# Generate or update the tile sets.
python3 -m ss14_tiled /path/to/space-station-14/ |
# Setup
git clone https://github.com/Ian321/ss14_tiled
cd ss14_tiled
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
# Generate or update the tile sets.
python -m ss14_tiled /path/to/space-station-14/ |
- This creates a
dist
directory with all the tile sets.- Alternatively you can download them from the releases page.
- Once you got the tile sets (the
.tsx
files), you can create a new map in Tiled and drag them into "Tilesets" tab.- Make sure the tile size is set to 32x32 (default), cause that's what SS14 uses.
- Import (SS14 -> Tiled)
- Decals
- Entities
- Tiles
- Export (Tiled -> SS14)