Evil empire Posted May 28, 2017 Share Posted May 28, 2017 Hello everybody! I already made a search and didin't find anything. I found this delevery job quite cool but unfortunately the game doesn't allow the player to replay it once successful. So I would like to know if there's any mod to replay it at will. Link to comment Share on other sites More sharing options...
ZAZ Posted May 28, 2017 Share Posted May 28, 2017 Theoretical should it be possible, just by changing one digit from 1 into 0, but actually i can't test it.1. make backup copy of data\main.scm2. open data\main.scm with sannybuilder3. scroll to line number 189991 and change $389 = 1 into $389 = 0 4.save the script text and then click on compile+copyThis should also work with existing savegames CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Evil empire Posted May 28, 2017 Author Share Posted May 28, 2017 (edited) Theoretical should it be possible, just by changing one digit from 1 into 0, but actually i can't test it. 1. make backup copy of data\main.scm 2. open data\main.scm with sannybuilder 3. scroll to line number 189991 and change $389 = 1 into $389 = 0 4.save the script text and then click on compile+copy This should also work with existing savegames Thanks for your reply but the only thing I see in this line is hex. I didn't find any $389 as is by the way ; all the $389 I found are in a 4 numbers chain. Edited May 28, 2017 by Evil-Empire Link to comment Share on other sites More sharing options...
ZAZ Posted May 29, 2017 Share Posted May 29, 2017 have you used Sannybuilder or Hexeditor? CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Evil empire Posted May 29, 2017 Author Share Posted May 29, 2017 (edited) Sannybuilder I can't open main.scm if I don't activate the skip_scm_header and ignore_unknown options by the way. Edited May 29, 2017 by Evil-Empire Link to comment Share on other sites More sharing options...
ZAZ Posted May 29, 2017 Share Posted May 29, 2017 Sannbuilder starts in San Andreas mode by default change to VC mode, click to game icon at lower right corner and select VC icon CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Evil empire Posted May 29, 2017 Author Share Posted May 29, 2017 I applied the change but it doesn't work. Link to comment Share on other sites More sharing options...
ZAZ Posted May 30, 2017 Share Posted May 30, 2017 (edited) Oh yes, of course. You already got that "marker" $389 = 1, stored in your savegame, after you've passed the Submission. Either load an earlier savegame before the mission was done, or modify the conditional check of the mission starter script. If you wanna modify the mission starter script, then don't modify line number 189991 (must be original version $389 = 1) and then go to line number 4740 and change $389 == 0into $389 == 1Note: in this case it isn't possible to play this mission by loading earlier savegames Again: Your newest savegame contains this "marker" $389 = 1 So the mission starter script avoids the mission start It needs to modify the mission starter script at line number 4740 Then only newer savegames can be loaded to play pizza mission Savegames, done before pizza mission was passed contain this "marker" $389 = 0 It makes sense to modify the mission passed code at line number 189991 Then earlier as well all following savegames can be loaded to play pizza mission But your actually newest savegame will be useless You must decide if you wanna continue the story line on your newest savegame or on an earlier savgame Edited May 30, 2017 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Evil empire Posted May 30, 2017 Author Share Posted May 30, 2017 (edited) I cancelled the changes on line 189991, applied the changes on line 4740, used a save with the pizza delivery job already completed and I can play it again. Thanks! Does it mean I can replay this sub-mission the number of times I want? Edited May 30, 2017 by Evil-Empire Link to comment Share on other sites More sharing options...
kaetsyth Posted May 30, 2017 Share Posted May 30, 2017 Yes because the game will now trigger the mission only if you have already finished it, while it was only starting it if you didn't before the change. Link to comment Share on other sites More sharing options...
Evil empire Posted May 30, 2017 Author Share Posted May 30, 2017 Cool! Link to comment Share on other sites More sharing options...
Evil empire Posted May 31, 2017 Author Share Posted May 31, 2017 (edited) As I wrote I only edited the line 4740 and once I reached level 10 I always received 10 new deliveries to do everytime I completed the previous ones. Is it normal? Note that it's not a big problem, I'm just curious. Edited May 31, 2017 by Evil-Empire Link to comment Share on other sites More sharing options...