Dead Rising 2: Off the Record
0 of 0

File information

Last updated

Original upload

Created by

KnockingOn Studios

Uploaded by

Nippleson

Virus scan

Safe to use

Tags for this mod

About this mod

This mods puts every unique boss weapon into the Safehouse in Room #1

Permissions and credits
This mods puts every unique boss weapon into the Safehouse in Room #1

Unique Boss Weapons Are:
Katana Sword (from Twins fight)
Pink Chainsaw (
from Randy fight)
Six Shooter (from Security Guard fight)
Snow Cannon (
from Clown fight)
Magician Sword (
from Magician fight)

**EASY INSTALLTION**
1. Download the zip by clicking "manual" on the top right.
2. Go into the zip and pull out the .big file.
3. Go into your Dead Rising OTR folder, open "data" and replace your .big file with the one provided in the zip. 


**MANUAL INSTALLTION**

1. When you have access to your .big file. Scroll to find the "safehouse.txt" document.

2. When opened scroll all the way down to the bottom. Add the following line of code:

Code:
cItemPlacement SixShooter
{
IsDispenser = "true"
ItemName = "SixShooter"
Location = "-5.262,-1.0,-16.464"
Rotation = "0,0,0,1"
}
cItemPlacement StiltWalkerCannon
{
IsDispenser = "true"
ItemName = "StiltsSnowballCannon"
Location = "-3.262,-1.0,-16.464"
Rotation = "0,0,0,1"
}
cItemPlacement KatanaSword
{
IsDispenser = "true"
ItemName = "KatanaSword"
Location = "-5.262,-1.0,-14.464"
Rotation = "0,0,0,1"
}
cItemPlacement GiantPinkChainsaw
{
IsDispenser = "true"
ItemName = "GiantPinkChainsaw"
Location = "-3.262,-1.0,-14.464"
Rotation = "0,0,0,1"
}
cItemPlacement MagicianSword
{
IsDispenser = "true"
ItemName = "MagicianSword"
Location = "-5.262,-1.0,-12.464"
Rotation = "0,0,0,1"
}


3. When added, hit " ctrl+s " then close out of it, repack the .big, then copy and paste the .big back into OTR's data folder.