I unpacked the misc_tables.vpp_pc with minimaul's tools.
I found two files that I wanted to edit:
So I decided to put these entries in the store_weapons.xtbl to make it easier to access (thinking that the store should just automatically load these pre-made weapons). I used this basic template (based on a similar entry already in the table):
Putting the store_weapons.xtbl in the Saints Row IV folder and changing all <Unlocked> values to true, did not hinder gameplay. When I added this new entry, the game crashed whenever I tried to shop at Friendly Fire.
Can anyone help me out with this?
Thanks
I found two files that I wanted to edit:
- weapons.xtbl
- store_weapons.xtbl
So I decided to put these entries in the store_weapons.xtbl to make it easier to access (thinking that the store should just automatically load these pre-made weapons). I used this basic template (based on a similar entry already in the table):
Code:
<Entry>
<Weapon>chainsaw</Weapon>
<Unlocked>true</Unlocked>
</Entry>
Putting the store_weapons.xtbl in the Saints Row IV folder and changing all <Unlocked> values to true, did not hinder gameplay. When I added this new entry, the game crashed whenever I tried to shop at Friendly Fire.
Can anyone help me out with this?
Thanks
Last edited: