Butters!, on Aug 3 2009, 08:09 PM, said:
OK, I reigned myself to re-installing the whole game, but I still can't get it to load the first mission. if anyone else has problams like mine could they let me know on here so I know whether it's just me.
From what I gather you can run all over before setting foot into the RED RING OF DEATH? You might should try going into the police station and saving a game. This will at least give you the option to load a game instead of starting off new all the time. There are other save locations at other police stations the only bug (see below) is all the way over in Las Venturas.
I am getting mixed reviews, some say they are playing it no problem others are looking a bit puzzled.
Over on the "other forum" someone said they had issues with the audio "SCRIPT" file and it played after the original was put back. So on the GTA Garage you will find the optional download of the raw audio wav libraries. Try running Alci's GUI for SAAT on the original SCRIPT.
I hate to go there but I know you are a VISTA user, and I don't know if VISTA/XP is the difference? But if you are willing, try to do the following to see what happens:
1. Run Alci's GUI on my SCRIPT to decompile it into wav. Did it work?
2. Add the libraries from the GTA Garage. Did that work?
3. Run Sanny Builder on the MAIN.SCM to decompile and recompile. Did it work?
For anyone debugging the main script:
I managed to track down one bug and ALL bugs will be fixed in PRO if I get as much input from people as possible.
BUG: Randomly crashing entering the Las Venturas Police Station.
BUG FIX: I missed loading and checking a Banshee model in the impound. To repair the file edit the following in Sanny Builder:
Search for this line:
0674: set_car_model #BANSHEE numberplate "_JOSHUA"
Pop this in right above it:
Model.Load(#BANSHEE)
:IMPND_JOSH_CAR
wait 0
if
Model.Available(#BANSHEE)
jf @IMPND_JOSH_CAR
Otherwise a "work around" solution, is you will need to arrive in a Banshee at the station for the model to be available or not go there at all.
Hey I am not perfect...
JAB