liamedwards12 Posted April 27, 2016 Share Posted April 27, 2016 Greetings GTAForums, i was wondering if anyone out there has ever managed to get the PS2 alarm sound for the mission Black Project (When you enter the base interior),on PC it's slow and on PS2 it's faster. Here's a comparison between the two (Kudos to Vadim M): In the mission "Vertical Bird" (When you alert the guards in the ship) the faster alarm sound is played on both platforms but a simple sound ID (Vertical Bird sound file to Black Project) swap in main.scm doesn't work (And also tried 50 other random things, to no avail), so it appears to be somewhere in the missions code that is manipulating the speed that the alarm is played back. I also tried swapping "load_wav" id's but it doesn't seem to anything either. (Except messing up voices ) I know what code triggers the playback in both missions: In Black project 097A: play_audio_at 0.0 0.0 0.0 event 1005 In Vertical bird 097A: play_audio_at 0.0 0.0 0.0 event 1161 Like i said, swapping these ids from their respective missions changes nothing. So if anyone out there with a brighter/more creative mind than me has managed, or would like to help find out (Looking at Black Project/Vertical Bird mission code from main.scm would be a good place to start, or if you already know what it is, share it ) what is different about controlling the alarm playback speed on PC in Black Project, I'd appreciate it. Just to show fast alarm works on PC in Vertical Bird, proving that this is (Likely) possible: Vertical Bird on PC (When alarm starts) And on PS2 (When alarm starts) Thanks StuntGames 1 Link to comment Share on other sites More sharing options...
ZAZ Posted April 28, 2016 Share Posted April 28, 2016 load_wav 1809 first, look here Sweet Bellic 1 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
liamedwards12 Posted April 28, 2016 Author Share Posted April 28, 2016 In a stock PS2/PC SCM this code is identical on the PS2/PC version (Left is PC, Right is PS2) Is this what you're talking about? Link to comment Share on other sites More sharing options...
liamedwards12 Posted April 30, 2016 Author Share Posted April 30, 2016 Okay guys, i found the solution after tireless hours: All you have to do is replace 1 line of code (The one selected in black) with 1824 instead of 1809 and you're done, compile your SCM and test. i.e. Replace "03CF: load_wav 1809 as 3" with "03CF: load_wav 1824 as 3" Seems that Rockstar changed the sound file (Or forgot to update a beta one) for 1809 to a slower version for PC for some reason. I'll also add this in the ps2 features to PC thread. Thanks Link to comment Share on other sites More sharing options...
usman89gamer Posted June 23, 2016 Share Posted June 23, 2016 How do you do that Link to comment Share on other sites More sharing options...
MetadetH19 Posted March 31, 2021 Share Posted March 31, 2021 On 4/30/2016 at 7:32 AM, liamedwards12 said: Okay guys, i found the solution after tireless hours: All you have to do is replace 1 line of code (The one selected in black) with 1824 instead of 1809 and you're done, compile your SCM and test. i.e. Replace "03CF: load_wav 1809 as 3" with "03CF: load_wav 1824 as 3" Seems that Rockstar changed the sound file (Or forgot to update a beta one) for 1809 to a slower version for PC for some reason. I'll also add this in the ps2 features to PC thread. Thanks link to download? Link to comment Share on other sites More sharing options...
StuntGames Posted March 31, 2021 Share Posted March 31, 2021 (edited) 18 hours ago, JackGamer said: link to download? https://gtaforums.com/topic/749193-san-andreas-ps2-features-to-pc/ Edited March 31, 2021 by StuntGames RyanDri3957V 1 Link to comment Share on other sites More sharing options...
MetadetH19 Posted March 31, 2021 Share Posted March 31, 2021 2 hours ago, StuntGames said: https://gtaforums.com/topic/749193-san-andreas-ps2-features-to-pc/ I have it, but i want to modify the life's a beach 4000 to 2500 point but i cound't Link to comment Share on other sites More sharing options...
StuntGames Posted April 1, 2021 Share Posted April 1, 2021 On 3/31/2021 at 6:26 PM, JackGamer said: I have it, but i want to modify the life's a beach 4000 to 2500 point but i cound't https://drive.google.com/uc?id=1l28JaDpZTbq1prHBdH2cyPSsnXTZ0jBT&export=download&authuser=0 Cheers. Link to comment Share on other sites More sharing options...
MetadetH19 Posted April 2, 2021 Share Posted April 2, 2021 18 hours ago, StuntGames said: https://drive.google.com/uc?id=1l28JaDpZTbq1prHBdH2cyPSsnXTZ0jBT&export=download&authuser=0 Cheers. Still in 4000 Link to comment Share on other sites More sharing options...
StuntGames Posted April 2, 2021 Share Posted April 2, 2021 1 hour ago, JackGamer said: Still in 4000 Yes. Link to comment Share on other sites More sharing options...
MetadetH19 Posted April 2, 2021 Share Posted April 2, 2021 2 hours ago, StuntGames said: Yes. I want it in 2500, i can't do it by myself because the compilation crash Link to comment Share on other sites More sharing options...
StuntGames Posted April 3, 2021 Share Posted April 3, 2021 1 hour ago, JackGamer said: I want it in 2500, i can't do it by myself because the compilation crash But what are you doing is edited scm? but of course it will crash you need the San Andreas ps2 feature, it makes no sense to put 2000, 2500 or 4000. Link to comment Share on other sites More sharing options...
MetadetH19 Posted April 3, 2021 Share Posted April 3, 2021 2 hours ago, StuntGames said: But what are you doing is edited scm? but of course it will crash you need the San Andreas ps2 feature, it makes no sense to put 2000, 2500 or 4000. what i need specifically?? Link to comment Share on other sites More sharing options...
MetadetH19 Posted April 3, 2021 Share Posted April 3, 2021 (edited) 2 hours ago, StuntGames said: But what are you doing is edited scm? but of course it will crash you need the San Andreas ps2 feature, it makes no sense to put 2000, 2500 or 4000. Fixed, a sanny builder error, just put 2500 and works Edited April 3, 2021 by JackGamer Link to comment Share on other sites More sharing options...
StuntGames Posted April 3, 2021 Share Posted April 3, 2021 19 hours ago, JackGamer said: Fixed, a sanny builder error, just put 2500 and works Good. Link to comment Share on other sites More sharing options...
MetadetH19 Posted April 4, 2021 Share Posted April 4, 2021 1 hour ago, StuntGames said: Good. i use the 3.1.4 version Link to comment Share on other sites More sharing options...
StuntGames Posted April 4, 2021 Share Posted April 4, 2021 8 minutes ago, JackGamer said: i use the 3.1.4 version Yes this version is very old but I tried to use a new version my avira detects that it has virus in the auto-installer this version is considered good than the resente has to remove the code that is active from mission big smoke. Link to comment Share on other sites More sharing options...
NoReplys Posted May 20, 2021 Share Posted May 20, 2021 These two just spam and flood the thread with unnecessary things on a forum instead using their head properly with direct messaging features. Link to comment Share on other sites More sharing options...
ArhumMK51 Posted November 28, 2021 Share Posted November 28, 2021 On 4/3/2021 at 7:06 AM, MetadetH19 said: Fixed, a sanny builder error, just put 2500 and works Does your version of the file have 2500 points for Life's a Beach and Fixed Alarm sound? Could you please link your file here? Thanks. 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