View previous topic :: View next topic |
Author |
Message |
MatteoCapoletti
Mafiascene Veteran Modder


Joined: 05 Mar 2013 Posts: 540
1065 Bank Notes
Items
|
|
I believe this was enlightened to me on the old site by Axel Rokus (now Ventilator on this site) it is the technique for adding a drive in mission load to your mod
It was posted on the old site so its nothing new, but I thought I would put it down here again for the record, just so that it doesn't get lost again
step one add your load location as normal but instead of the click to load script use the script that is found in freeride to load to the countryside. You probably want to adjust some numbers
so that detector range is smaller, and the speed you load into the next scene is slower (the number after comma at the end of the load script. This one is set to initiate the load when you get within 5 of the detector, and set you at a speed of 4 mph on entering into the new scene
Everything is pretty much the same as a regular mission load EXCEPT you have to do one more step....you have to tickle the detector a certain way or nothing will happen...I tried for years to do this, until Axel told me the secret... for which you will need an ascii editor
I use XVI32 which was a free download
First locate your script, new ones are down at the bottom and are easy to find
Next Locate the string of numbers down the row from where your script begins
Its always 24 ae xx xx xx xx 01 00
(the xx numbers being unimportant it is the last two sets are important and they are always 01 00)
Its the last set of numbers in the highlighted box you are concerned with
Change that last 0 to a 1 and save the file, your script is now activated and will autoload as you drive within your detect radius
Pictures recreated from memory; original host dead.
-AsaSK
Last edited by MatteoCapoletti on Wed Aug 20, 2014 3:27 pm; edited 2 times in total |
|
Back to top |
|
 |
AsaSK
Mafiascene Veteran Modder


Joined: 24 Feb 2013 Posts: 815 Location: London, England 13073 Bank Notes
Items
|
|
Ah! I had forgotten how to do the hex part of this, thanks for the reminder
Detector_inrange (as well as flt scripts in general) is such a brilliant scripting command, so useful and makes the game so much more dynamic! _________________
The official Mafioso Mod thread |
|
Back to top |
|
 |
AsaSK
Mafiascene Veteran Modder


Joined: 24 Feb 2013 Posts: 815 Location: London, England 13073 Bank Notes
Items
|
|
Matteo has sadly been quasi-AWOL for a couple of years now and his hosted picture URLs died years before that, so the pictures here have been recreated from (vague) memory. Hopefully this should help archival. _________________
The official Mafioso Mod thread |
|
Back to top |
|
 |
Rented91951
New Member


Joined: 15 Jan 2021 Posts: 16 Location: Cairo, Egypt 542 Bank Notes
Items
|
|
Really helpful! Thanks Asa!!  _________________
Rented |
|
Back to top |
|
 |
|
|