Skip to content

WenSimEHRP/WINS

Repository files navigation

WINS Is Not (only) Stations

wakatime buidling status License: GPL v2


This is not yet JP+ Stations, but I'm working on the sprites - and maybe there will be some advanced stuff added in the future (auto platforms, buffers, also passenger and cargo on station platforms, etc.)

This set features a set of Japanese style platforms. Some of them are not based on Japanese stations though, rather they are based off SkyTrain systems.

Features

  • JP+ Tracks-compatible assets
    • Fences
    • Grass underlay
    • Marshalling yards
    • Catenary wires
  • Extra railroad decorations
    • Catenary tensioners
    • Automatic buffers (as in CHIPS)

Translating

Always maintained:

  • en_GB
  • zh_CN

These languages are not maintained by the author:

  • (none)

Building

Requirements:

  • just
  • gcc
  • git
  • sh (use git bash on windows)
  • aseprite

A shell.nix file is provided to simplify dependencies. If you only want the .grf file, go check the "Actions" tab.

# make the sprites
just sprites

# set up nml dependency
just setup

# build a "release" version of the GRF
just release

# pack
just pack

# or do it in one run
just setup release pack