0 of 0

File information

Last updated

Original upload

Created by

OcularRiver57

Uploaded by

OcularRiver57

Virus scan

Safe to use

About this mod

Allows you to shoot unlimited trap rivets and deploy unlimited turrets.

Permissions and credits
Changelogs
I made this for Bioshock 2 remastered on steam.
Using UE-Explorer (link below), I was able to edit the hex code to change the 30 trap rivet limit to something over 4000. It also Does the same for Deployable Turrets.
https://github.com/UE-Explorer/UE-Explorer
|
|
WARNING:
THIS MIGHT NOT BE STABLE! Please back up your save game.
The game probably had a limit of 30 rivets and 4 turrets for a reason, and placing too many trap rivets or turrets could have unpredicable results. Use at your own risk.
|
|
INSTALL:
1. go to "SteamLibrary\steamapps\common\BioShock 2 Remastered\Build\Final\BakedScripts\pc"
2. rename "ShockGame.U" to "ShockGame.U.bak" or back it up some other way.
3. Do the same for ShockAI.U.
4. extract "unlimited Rivets.zip"
5. drag "ShockGame.U" and "ShockAI.U" from "Unlimited Rivets" into folder from step 1
6. Done!
|
|
If anyone wants to test how to install this on a non-steam version or non remastered version and comment the file paths, I will add them to the instructions.
How I did it:
1. I spent probably over an hour looking for where the limit was in the files using UE explorer.
2. I found it in file: ShockGame.U, Class: ShockGameInfo under the default properties at the bottom of the class.
3. Then I clicked "view" in the top right corner
4. "View defaultproperties"
5. "view buffer"
6. If you hover over a hex number, it will highlight its section and give you a pop-up with what is translates to in English
7. I found "MaximumNumberOfRivetTraps" in the hex and slid over the numbers until it gave me the value of "30"
8. I changed the hex from 30 to 4135 with the help of an online decimal to hex converter
you may be asking why 4135... IDK I think I made a typo.