Speed Limit

Is there a speed limit in Saints Row 2?
I changed the max speed of some fast vehicles, but they are not faster.
It seems to be at 100 units, that is the speed of the fastest car (Attrazione), the fastest boat (Hurricane) and the fastest plane (Snipes57).
Can I remove this limit?
 
Is there a speed limit in Saints Row 2?
I changed the max speed of some fast vehicles, but they are not faster.
It seems to be at 100 units, that is the speed of the fastest car (Attrazione), the fastest boat (Hurricane) and the fastest plane (Snipes57).
Can I remove this limit?
I've never edited the speed limit but if it's a .xtbl file than scroll down after table and check the speed limit entry. Usually, xtbl files tell you the minimum and maximum values under tables.
 
I opened .xtbl for the vehicle and changed the maximum speed value, So where should i look? Tables is the main cathegory which contains almost every stuff of the .xtbl.
Keep scrolling down untill you find the entry near the end of the file named
>/Table<, under this you will find a bunch of entries named >Element<. just look for the entry you edited to change the speed limit. You will find all options under >choice< just read them all and you will now know the minimum and maximum values.
 
Code:
    </Table>

<TableTemplates>
    </TableTemplates>

<TableDescription source="vehicle_table_description.xml">
    </TableDescription>

<EntryCategories>
    <Category>
        <Name>Car - sports</Name>
        </Category>
    </EntryCategories>
</root>

That's everything I can find.
 
Code:
    </Table>

<TableTemplates>
    </TableTemplates>

<TableDescription source="vehicle_table_description.xml">
    </TableDescription>

<EntryCategories>
    <Category>
        <Name>Car - sports</Name>
        </Category>
    </EntryCategories>
</root>

That's everything I can find.
Oh. Well then I'm not sure.
 
Nope, that is definitely the wrong file. The file you're looking for is called "traffic_lanes.xtbl" , it's located in the "common.vpp_pc" file located in your main SR2 install directory.
What the heck, I went through extracting my file so you don't have to. Change the speed in the file to whatever you like then put it in the "1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE" folder of your GoTR then rebuild patch ;)

Psst: Don't set the speed too high or you'll find yourself flying high in the sky or get killed lol.
 

Attachments

Back
Top