Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florczakraf/gta-iii-radio-for-all-vehicles
Plugin for GTA III that enables radio stations for all vehicles
https://github.com/florczakraf/gta-iii-radio-for-all-vehicles
asi gta gta3 mod plugin reverse-engineering
Last synced: about 18 hours ago
JSON representation
Plugin for GTA III that enables radio stations for all vehicles
- Host: GitHub
- URL: https://github.com/florczakraf/gta-iii-radio-for-all-vehicles
- Owner: florczakraf
- License: mit
- Created: 2022-05-25T21:10:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T18:51:55.000Z (over 2 years ago)
- Last Synced: 2023-02-26T08:47:24.093Z (over 1 year ago)
- Topics: asi, gta, gta3, mod, plugin, reverse-engineering
- Language: C++
- Homepage: https://blog.andr.host/posts/2022/05/26-iii-radio/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GTA III Radio For All Vehicles
This repo contains code to build an ASI plugin that enables radio stations in all vehicles in GTA III.
You can build it from source or download it from the Releases tab.## Installation
Place the `gta-iii-radio-for-all-vehicles.asi` file inside `mss` directory in your GTA III install directory.
## Supported Versions
This code has been tested with the following English versions of the game: 1.0, 1.1, 1.1 Steam, 1.1 Rockstar Games Launcher.
## Thanks
Thanks to ThirteenAG for the basic idea for the plugin (https://www.gtagarage.com/mods/show.php?id=23900).
His version also allowed all vehicles to use Pay 'n' Spray which changes the gameplay.
It also lacked the support for Steam version of the game.Also huge thanks to aquaz, halamix2 and pitpo for the support during the reversing & debugging session. I described the whole journey in [a blog post](https://blog.andr.host/posts/2022/05/26-iii-radio/).