https://github.com/wensimehrp/jppluswins
JP+ Stations, maybe?
https://github.com/wensimehrp/jppluswins
Last synced: 2 months ago
JSON representation
JP+ Stations, maybe?
- Host: GitHub
- URL: https://github.com/wensimehrp/jppluswins
- Owner: WenSimEHRP
- License: gpl-2.0
- Created: 2024-05-27T01:26:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-22T23:38:39.000Z (2 months ago)
- Last Synced: 2025-03-23T00:23:50.797Z (2 months ago)
- Language: Python
- Homepage:
- Size: 3.74 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WINS Is Not (only) Stations

[](https://github.com/wensimehrp/jppluswins/actions/workflows/build.yml)
[](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)---
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](https://github.com/OpenTTD-JPplus/JPplusTracks)-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_CNThese languages are not maintained by the author:
- _(none)_
## Building
Requirements:
- just
- gcc
- git
- sh (use git bash on windows)```sh
# 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
```