Skip to content

Ian321/ss14_tiled

Repository files navigation

Space Station 14 - Tiled

Screenshot showing what is currently possible.

Tooling to use Tiled as map editor for SS14.

Prerequisites

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/

Usage

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.
  • 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.

TODO

  • Import (SS14 -> Tiled)
    • Decals
    • Entities
    • Tiles
  • Export (Tiled -> SS14)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages