How to force the Attrazione to spawn

I am no advanced Saints Row The Third modding expert, ( still in the learning & discovering stage )
but in order to help in the quest to help others and share some SR3 modding info, I can contribute this basic modding procedure that will enable the Attrazione exotic sports car to spawn in parking spaces.;)

index.php



Archive to be Unpacked
misc_tables.vpp_pc ------- Unpack using GibbsVolitionSR3 Tools
----------
Files to be Edited
car_2dr_exoticsports01_veh.xtbl --- edit with notepad
-----------

car_2dr_exoticsports01_veh.xtbl
Step 1-
First check in your SR3 root directory ( the folder that has the saintsrowthethird.exe in it )
to see if the file car_2dr_exoticsports01_veh.xtbl is in there.
( some of you may have installed the car handling mod for the Attrazione that uses this file )
If the file is already there you can skip step 2.
Step 2-
Make a copy of the file car_2dr_exoticsports01_veh.xtbl located within the misc_tables folder
and drag it into your SR3 root folder ( the folder that has the saintsrowthethird.exe in it )

Step 3-
Open it with Notepad and then scroll down untill you see the following code ;
<ParkingSpawn>0</ParkingSpawn>

Step 4-
To enable this car to spawn in parking spaces, change the 0 to 1
( as shown below )
<ParkingSpawn>1</ParkingSpawn>

Step 5 -
Now save the change and close the file.
----------------------------------------------------
That's it.
The file you just edited above will enable the Attrazione to spawn in parking spaces.
They are most likely to spawn in the neighborhood "New Baranec" around the
store called "Let's Pretend".
---------------------------------------------------
You may see this pictured below.
index.php
 
Back
Top