https://github.com/openttd-china-set/china-set-tracks
Railway Tracks
https://github.com/openttd-china-set/china-set-tracks
Last synced: 4 months ago
JSON representation
Railway Tracks
- Host: GitHub
- URL: https://github.com/openttd-china-set/china-set-tracks
- Owner: OpenTTD-China-Set
- License: gpl-2.0
- Created: 2024-09-02T09:37:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-10-13T17:49:03.000Z (7 months ago)
- Last Synced: 2024-11-13T04:26:21.716Z (6 months ago)
- Language: Python
- Homepage:
- Size: 6.71 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# China Set: Tracks
Chinese track set.
## Building
Requirements:
* Make
* NML
* gcc
* python
* gorender (renderobject)
* sh (Comes with Git on Windows)**Just** is encouraged but not required. You can execute the commands listed in `Justfile` separately.
To compile, simply run
```bash
just
```or
```bash
make -j 8 ;
gcc -E -x c tracks.pnml > tracks.nml ;
nmlc tracks.nml --grf=china-set-tracks.grf
```in your terminal. The graphics should be automatically compiled.
## Contributors
### Graphics
* NACHN
### Code
* WenSim