Access all hidden weapons (Need help)

I unpacked the misc_tables.vpp_pc with minimaul's tools.

I found two files that I wanted to edit:
  • weapons.xtbl

  • store_weapons.xtbl
I noticed that in the weapons table there were multiple weapons pre-made but not accessible in-game, that I wanted to add to my radial. Some of these were "chainsaw" and the "Special-HomieHaduoken".

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:
I unpacked the misc_tables.vpp_pc with minimaul's tools.

I found two files that I wanted to edit:
  • weapons.xtbl

  • store_weapons.xtbl
I noticed that in the weapons table there were multiple weapons pre-made but not accessible in-game, that I wanted to add to my radial. Some of these were "chainsaw" and the "Special-HomieHaduoken".

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
The chainsaw's model isn't inside the game.
Some of that stuff you found there are leftovers from SR:TT.
 
Back
Top