Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wensimehrp/jptracks-wemod
https://github.com/wensimehrp/jptracks-wemod
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wensimehrp/jptracks-wemod
- Owner: WenSimEHRP
- License: gpl-2.0
- Created: 2024-06-07T04:57:48.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-22T18:25:50.000Z (7 months ago)
- Last Synced: 2024-06-24T01:04:17.930Z (7 months ago)
- Language: Shell
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Japan Set3: Tracks ~~reMOD~~ weMOD
Original NFO source code: [bundles.openttdcoop.org](https://bundles.openttdcoop.org/jptracks/nightlies/LATEST/)\
GitHub archive: [github.com](https://github.com/WenSimEHRP/jptracks-5867-source)## Difference with JP3 Tracks
- Removed TTD GUI
- Improved tracks fences
- Added extra translations
- Simplified Chinese
- Traditional Chinese
- Japanese
- Changed track and tunnel sprites
- Changed minimum version requirement to OpenTTD 12.0
- Improved GUI (WIP)
- Added Wiiiiiider ballast
- Added extra railtype (WIP)## Building
To build the GRF you would need yagl and gcc. You could get yagl from [https://github.com/unicyclebloke/yagl](https://github.com/unicyclebloke/yagl) or install it via scoop (on Windows) with these commands:
```bash
scoop bucket add openttd-bucket https://github.com/wensimehrp/openttd-bucket
scoop install openttd-bucket/[email protected]
# the whole program is created using [email protected], and the tool has a very
# strict version restriction, so to not cause any troubles you may want to
# specify the version when downloading it.
```You could install gcc by installing [MinGW](https://www.mingw-w64.org/); you could also get it via scoop:
```bash
scoop install mingw
```Afterwards, execute the following commands in your terminal:
```bash
bash build.sh
# of course, you can create your own building script
# or, easiest solution, if you just want the binary
yagl -e jptracks-wemod.grf
```The program would output `jptracks-wemod.grf`.
## Credits
Original graphics by:\
Dandan, Onodera, SanchimaruOriginal NFO code by:\
Dandan, stevenhModification by:\
WenSimTranslation by:\
WenSim\
Keihoku\
Taiyakey (taiyarkey0508)