Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wensimehrp/bad-apple-grf
Simple GRF containing the "Bad Apple" animation
https://github.com/wensimehrp/bad-apple-grf
Last synced: 8 days ago
JSON representation
Simple GRF containing the "Bad Apple" animation
- Host: GitHub
- URL: https://github.com/wensimehrp/bad-apple-grf
- Owner: WenSimEHRP
- License: other
- Created: 2024-12-26T10:15:32.000Z (15 days ago)
- Default Branch: master
- Last Pushed: 2024-12-26T21:36:25.000Z (15 days ago)
- Last Synced: 2024-12-26T22:23:33.103Z (15 days ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Bad Apple GRF
Fetches a bad apple video and encodes it to a newgrf.
Building Requirements:
- nmlc
- ffmpeg
- find
- python3
- pillow
- ply
- just (optional)
- internet connectionNote that when using fast-forward the sound will not be fast-forwarded.
The music will continue playing, even if you abandon the game. It will only stop when it ends or you quit the game.Building:
```bash
just clone_nml fetch gen build
```Install NML by running `just clone_nml` or `git clone https://github.com/openttd/nml.git`
Building will take a _very_ long time. 😛