https://github.com/faithvoid/adf2mp3
Grand Theft Auto ADF audio file to MP3 converter using Python.
https://github.com/faithvoid/adf2mp3
Last synced: about 1 year ago
JSON representation
Grand Theft Auto ADF audio file to MP3 converter using Python.
- Host: GitHub
- URL: https://github.com/faithvoid/adf2mp3
- Owner: faithvoid
- Created: 2025-04-26T09:34:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T17:16:49.000Z (about 1 year ago)
- Last Synced: 2025-05-07T12:56:10.749Z (about 1 year ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADF2MP3
Grand Theft Auto: Vice City .ADF to MP3 (or vice versa) converter using Python. Requires FFMPEG to convert to .WAV (PC) or .WMA (Xbox).
## Usage:
- Copy "adf2mp3.py" to the folder containing the .ADF files you'd like to convert
- Run the script & select the format you'd like to convert to (ie; ADF to MP3, MP3 to ADF, ADF to WAV, ADF to WMA, etc.)
- Wait for it to convert the files
- Profit!
## TODO:
- Add game-specific & platform-specific conversion options (ie; convert VC radio stations to GTA 3)
- Figure out how to modify .GXT files to replace radio station names automatically.