ArmanCan Posted January 31 Share Posted January 31 I have huge suspicions that Cesar's Courier Phonecall is causing crashes during San Fierro missions and pretty much annoying to answer this phonecall in the middle of action. I'm pretty much amateur in Sanny Builder but i can help you to create this script. My question is.. How can i disable this sh*t from my game FOR GOOD? Thanks in advance and have a nice day Link to comment Share on other sites More sharing options...
ZAZ Posted January 31 Share Posted January 31 decompile main.scm, go to line 1110 and change this 001A: 10 > $SYNDICATE_TOTAL_PASSED_MISSIONS to this 001A: 0 > $SYNDICATE_TOTAL_PASSED_MISSIONS CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
ArmanCan Posted January 31 Author Share Posted January 31 (edited) I'm using "Fixed Main.scm" from Dominik_ - OrionSR.. Can i also do it to this file? Edit: Well.. I did compile and now i'm gonna test it.. I'm gonna write the results here soon Second Edit: I tried to test the changes on my "Green Sabre" and it seems this has been solved but in order to make it sure i'm gonna start a new game and complete until YKBB.. Edited January 31 by ArmanCan Link to comment Share on other sites More sharing options...
ZAZ Posted January 31 Share Posted January 31 yes, looks indentical CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
ArmanCan Posted February 2 Author Share Posted February 2 @ZAZ you saved my life.. finally i could play san fierro missions without crashes and these annoying phonecalls Ich würde gern dir Augustiner Helles und Pommes anbieten, wenn ich mit dir irgendwo und irgendwann treffen könnte Link to comment Share on other sites More sharing options...
ZAZ Posted February 2 Share Posted February 2 2 hours ago, ArmanCan said: @ZAZ Ich würde gern dir Augustiner Helles und Pommes anbieten, wenn ich mit dir irgendwo und irgendwann treffen könnte sorry, ich muß auf meine figur achten, es geht nur noch Grüner Salat und Wasser ArmanCan 1 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
ArmanCan Posted February 2 Author Share Posted February 2 6 minutes ago, ZAZ said: sorry, ich muß auf meine figur achten, es geht nur noch Grüner Salat und Wasser dann komm nach Türkei und probier mal unsere "Veggie"gerichte.. na ja.. Ihr habt ja am besten Kohl (Cabbage) und Spargel (Asparagus) in der Welt aber ihr kriegt leider, mehr Alternativen zu finden. Link to comment Share on other sites More sharing options...
ZAZ Posted February 2 Share Posted February 2 I has been in Istanbul 3 times last year(7 weeks altogether), the food is mostly meet La Terra Restaurant İskele Park Cafe & Restaurant YILDIZ KÖŞK Meşhur Erzurum Cağ Kebap but in my hotel there was a sensational salat buffet ArmanCan 1 CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
OrionSR Posted February 3 Share Posted February 3 (edited) These notes are for anyone that would like to try implementing this modification using cleo or SCM coding. It's not a complete script, and the codes haven't been tested. { Disable Cesar's Badlands Calls - BCESAR* disabled: 001A: 0 > $545 enabled: 001A: 10 > $545 SB 545=Syndicate_Total_Passed_Missions R* 545=flag_synd_mission_counter } /* Constants useful for detecting script versions */ const SCMoffset = 0xA49960 // PCv1 exe Offset_to_Size_Of_Main = 0xA5690C Size_Of_Main_v1 = 194146 Size_Of_Main_v2 = 194125 end 0A8C: write_memory 0xA585B8 size 1 value 0 virtual_protect 0 // PCv1 script 0A8C: write_memory 0xA585A3 size 1 value 0 virtual_protect 0 // PCv2 script /* SCM implementation (data used for SCM to Base offset calc) */ {Global No_BCESAR // Standard Offset Offset Version} $15126 = 0x08840200 // 0x0884020A 0x00EC58 60504 PCv1 $15120 = 0x0004001A // 0x0A04001A 0x00EC40+3 60480+3 PCv2 Edited February 3 by OrionSR ArmanCan 1 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