Allow Large Vehicles at Rim Jobs

ss_allow_large_vehicles_at_rim_jobs.png

This mod allows you to retrieve and modify large land vehicles (such as Cheetah and El Train) at any Rim Jobs.
They tend to shake a lot during customization due to low ceiling but, at least, it can still be customized.

Download: allow_large_vehicles_at_rim_jobs.zip

=== Install ===
To install, place "garage_sr2_city.xtbl" to optional_mod_stuff\1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE folder in Gentlemen of the Row mod folder.
Then execute "Create_Custom_GotR_v1.9.2.bat", create a patch (P), and copy everything inside the MY_CUSTOM_PATCH folder to your Saints Row 2 installation folder.

=== Manually editing "garage_sr2_city.xtbl" ===
If you are using a mod that already has a modded "garage_sr2_city.xtbl", you can follow these steps:
1. Open your garage_sr2_city.xtbl with any text editor.
2. Find lines that look like this:
Code:
       <Flags>
           </Flags>
       <Vehicle_Type>cars</Vehicle_Type>
3. Add "<Flag>allow_large_vehicles</Flag>" between "<Flags>" and "</Flags>" like this:
Code:
       <Flags>
           <Flag>allow_large_vehicles</Flag>
           </Flags>
       <Vehicle_Type>cars</Vehicle_Type>
4. Repeat steps 2-3 until all garages have an "allow_large_vehicles" flag.
5. Save, create GotR patch, copy the patch to SR2 folder. Done.
 

Attachments

  • allow_large_vehicles_at_rim_jobs.zip
    2.5 KB · Views: 955
Last edited:
Back
Top