Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheUnpunished/tmxtool
tmx sound file encoder and extractor for NFS games
https://github.com/TheUnpunished/tmxtool
Last synced: about 2 months ago
JSON representation
tmx sound file encoder and extractor for NFS games
- Host: GitHub
- URL: https://github.com/TheUnpunished/tmxtool
- Owner: TheUnpunished
- License: mit
- Created: 2023-09-04T19:17:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T19:15:10.000Z (10 months ago)
- Last Synced: 2024-05-10T22:05:55.991Z (8 months ago)
- Language: Java
- Size: 367 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-modding - NFS TMXTOOL - TMX audio files encoder for NFS ProStreet, Undercover & World. (Need for Speed Games / Starfield)
README
# NFS TMXTOOL
This tool allows to encode TMX audio files for NFS ProStreet/Undercover/World games. Learn more here: [NFSMods](https://nfsmods.xyz/mod/4999)
## Compiling from source
In order to compile tmxtool, you'll need JDK 11 and Maven. After that navigate to the folder with the source code, where _pom.xml_ is located and run:
```
mvn clean package
```
After that, compiled jar will be located in _target_ folder. Enjoy!## Changelog
- 1.1: Initial public release
- 1.1.1: Fixed an issue where Half Throttle and Full Throttle GIN's were in reverse positions
- 1.2: Added translations, changed "Launch GINTool" logic## Contributing
If you want to contribute to the project (add a translation, etc.), don't hesitate to make pull requests. Example messages file can be seen here: [messages_en.properties](../main/src/main/resources/i18n/messages_en.properties)