Disable Gold Weapons / Enable Gold Weapons / Add Special Weapons
Tutorial
If anyone wants to add or switch gold weapons to base or the other way around, i just bought the deluxe version and found a way to add gold and base and switch between gold and base.
If your game is open go to the Mainmenu.
Always make backups just in case.
Go to : C:\Users\"your user name"\Saved Games\Flying Wild Hog\Shadow Warrior 2\profiles\steam_"bunch of numbers"\"your save file (for example 1)"
Take the "save_auto.bin" file and rename it to "save_auto.zip"
Extract the zip file with Winrar/7Zip
edit the "bin" file inside with Notepad++ or a different editor.
To change the weapons search for:
item = @"melee_katana_sw"
and
item = @"uzi_sw"
Remove the _sw to get the normal weapons, add _sw to get the gold weapons.
To add weapons to your inventory search for
W99 =
[
Notice if you start with a fresh save, that you got to have Weapons in your Inventory, not the Weapon selection. So Deselect weapons to add them in your inventory if you are missing the "W99="
You could also add the Weapons to your Weapon selection directly but i found it more usefull to add them to your inventory.
add these lines for different weapons:
{
CurrentClip = 0.0,
Upgrades =
{
},
item = @"melee_katana",
},
{
CurrentClip = 90.0,
InventorySeen = true,
Upgrades =
{
},
item = @"uzi_sw",
},
{
CurrentClip = 0.0,
Upgrades =
{
},
item = @"melee_katana_sw",
},
{
CurrentClip = 90.0,
InventorySeen = true,
Upgrades =
{
},
item = @"uzi",
},
{
CurrentClip = 0.0,
InventorySeen = true,
Upgrades =
{
},
item = @"chainsaw_sword_preorder",
},
Open the zip file with winrar and override the bin file or pack the files into a zip file.
Rename the "save_auto.zip" to "save_auto.bin"
Enjoy
This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.