Published by: Vice City Modding Hub
Read time: 3 minutes
If you are diving back into the neon-drenched world of Grand Theft Auto: Vice City, you might run into a frustrating issue: The radio music is too quiet, or you hear strange crackling/distortion during cutscenes.
You may have seen old forum posts telling you to type something like “Ail set stream volume 8” into the debug console. That command isn't real—but the solution behind it is. Here is the actual fix to set your stream (radio) volume correctly. Ail set stream volume 8 gta vice city
Since Vice City doesn't have a modern slider for "Radio vs. SFX," you have two options:
The main game script (main.scm) contains the initialization code. Blog Title: Fixing Low Music & Perfecting Audio
main.scm using Sanny Builder.Initialise section.0AAB: set_stream_volume 8Ail set stream volume 8 (likely a garbled memory of an internal function name).gta_vc.set to save audio levels. A value of 1.000000 for Stream Volume equals 100%.We experimented with values 0 through 10 while running Vice City on a modern rig.
| Volume Value | Experience | | :--- | :--- | | 0-3 | Almost silent. Useful for debugging modded radio stations. | | 5 (Default) | The engine noise competes with the vocals. Poor immersion. | | 7 | Good balance, but heavy bass songs like "Push it to the Limit" feel weak. | | 8 (Sweet Spot) | Perfect. The radio becomes the primary audio focus, but explosions still have impact. Vocals are crystal clear. | | 9-10 | Clipping occurs. The audio distorts when Maurice Chavez talks fast on K-CHAT. Unusable. | Decompile main
Verdict: Volume 8 is the mathematical and experiential optimum.
If you have tried to apply this command and nothing happened, check for these three common issues:
gta-vc.exe version 1.0 (not 1.1 or 3.0).