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.
- JP+ Tracks-compatible assets
- Fences
- Grass underlay
- Marshalling yards
- Catenary wires
- Extra railroad decorations
- Catenary tensioners
- Automatic buffers (as in CHIPS)
Always maintained:
- en_GB
- zh_CN
These languages are not maintained by the author:
- (none)
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