razzer.exe Posted March 25 Share Posted March 25 Hey guys, anyone knows how to make the alarm from Black Project fast just like on PS2 ? I've tried myself and I actually know the "codes" for this script to work. Using SannyBuilder 3.8, opening main.scm, searching for "097A: play_audio_at 0.0 0.0 0.0 event 1005" replacing it with "097A: play_audio_at 0.0 0.0 0.0 event 1161" and the second part is searching for "03CF: load_wav 1809 as 3" and replacing it with "03CF: load_wav 1824 as 3". I've done it correctly but the problem is that SannyBuilder saves everything in .txt file. And I tried copying the code from the .txt into main.scm - it crashed; Then I tried renaming main.txt into main.scm in order to replace the orignal - it crashed as well. Anyone knows what I've done wrong ? If you're curios about the main.txt file, here it is https://www.mediafire.com/file/xdl2me5f1rh5i7v/main.txt/file Also you might say that there's a script in this post And yeah that's true, but I have two major problems with this script 1. Mission "Life's a Beach" needs to 4000 points to complete. 2. After completing "Key to her heart" Millie calls you and informs you about the key card and you can go right away and steal it, which it's too easy tbh... If someone can help me, I'd appreciate this a lot :)) Link to comment Share on other sites More sharing options...
TheoTTG Posted March 25 Share Posted March 25 Press F6 to compile the main.scm when done editing in Sanny Builder. Link to comment Share on other sites More sharing options...
razzer.exe Posted March 25 Author Share Posted March 25 1 hour ago, TheoTTG said: Press F6 to compile the main.scm when done editing in Sanny Builder. https://prnt.sc/_sRAUmNQuOjn Getting an error everytime I do this Link to comment Share on other sites More sharing options...
TheoTTG Posted March 25 Share Posted March 25 (edited) 38 minutes ago, razzer.exe said: https://prnt.sc/_sRAUmNQuOjn Getting an error everytime I do this At what part of the code does it give this error. Edited March 25 by TheoTTG Link to comment Share on other sites More sharing options...
razzer.exe Posted March 25 Author Share Posted March 25 21 minutes ago, TheoTTG said: At what part of the code does it give this error. when pressing compiling (pressing F6) Link to comment Share on other sites More sharing options...
ZAZ Posted March 26 Share Posted March 26 (edited) It's a known issue that sannybuilder doesn't accept this empty conditional check you need to find this Label: :SYND4_3650 and change this :SYND4_3650 if jf @SYND4_3672 wait 0 jump @SYND4_3650 or maybe it looks like this :SYND4_3650 00D6: if 004D: jump_if_false @SYND4_3672 0001: wait 0 ms 0002: jump @SYND4_3650 to this :SYND4_3650 //if //jf @SYND4_3672 wait 0 jump @SYND4_3650 btw. read GTA SA Main.scm coding Tutorial Edited March 26 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
razzer.exe Posted March 26 Author Share Posted March 26 3 hours ago, ZAZ said: It's a known issue that sannybuilder doesn't accept this empty conditional check you need to find this Label: :SYND4_3650 and change this :SYND4_3650 if jf @SYND4_3672 wait 0 jump @SYND4_3650 or maybe it looks like this :SYND4_3650 00D6: if 004D: jump_if_false @SYND4_3672 0001: wait 0 ms 0002: jump @SYND4_3650 to this :SYND4_3650 //if //jf @SYND4_3672 wait 0 jump @SYND4_3650 btw. read GTA SA Main.scm coding Tutorial thanks bruv, I'll look it up and tell you if it works Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now