blackdragon New Member
 member is offline
Joined: Mar 2012 Gender: Male  Posts: 11 Location: dead rising 2 Karma: 0 |  | All Keys Doors Unlocked « Thread Started on Mar 21, 2012, 9:10pm » | |
Code:cMissionDefinition givestuff { Duration = "518400" ExplicitStart = "true" IgnoreWarning = "true" LevelRequiredToStartName = "NONE" MissionType = "12" Module = "0" WaitUntilEnd = "true" cMissionObjective Day2Start { cMissionObjectiveEvent Day2start { EventString = "PawnDay2" }
} cMissionOnEnter StartDay2 { cMissionSetChuckState Give_Keys_Pharmacy { ChuckState = "20" Value = "85000" }
cMissionSetChuckState Give_Keys_Maintenance { ChuckState = "20" Value = "85019" }
cMissionSetChuckState Give_Keys_Underground { ChuckState = "20" Value = "85017" }
cMissionSetChuckState Give_Keys_Lab { ChuckState = "20" Value = "85008" }
cMissionSetChuckState Give_Key_Card { ChuckState = "20" Value = "85018" }
cMissionSetChuckState Give_Keys { ChuckState = "20" Value = "85000" }
cMissionSetChuckState Give_Keys_Shed { ChuckState = "20" Value = "85038" }
cMissionSetChuckState Give_Keys_Train { ChuckState = "20" Value = "85036" }
cMissionSetChuckState Give_Keys_Superbike { ChuckState = "20" Value = "85009" }
cMissionSetChuckState Give_Keys_Sportscar { ChuckState = "20" Value = "85022" }
cMissionSetChuckState Give_Keys_Hummer { ChuckState = "20" Value = "85023" }
cMissionSetChuckState Give_Keys_Chopper { ChuckState = "20" Value = "85024" }
cMissionSetChuckState Bike_Combo_Trailer { ChuckState = "46" }
cMissionSetChuckState GiveKeystoUnderground { ChuckState = "20" Value = "85017" } cMissionSetChuckState GiveKeystoBike { ChuckState = "20" Value = "85009" } cMissionSetChuckState GiveKeystosportscar { ChuckState = "20" Value = "85022" } cMissionSetChuckState GiveKeystocommando { ChuckState = "20" Value = "85023" } cMissionSetChuckState GiveKeystochopper { ChuckState = "20" Value = "85024" } cMissionSetChuckState GiveKeystotrain { ChuckState = "20" Value = "85036" } cMissionSetChuckState GiveLAbKey { ChuckState = "20" Value = "85008" } cMissionSendCommandToProp UnlockDoor1 { PropCommand = "8" PropName = "TIODEntranceDoor" } } } |
|
[spoiler]Full credit to Tommah for this code.This code will give you all keys in the game. Open the mission.txt file add to the very top and leave a space between the end of this code and the next mission and wallah you have all keys.[/spoiler]
|
Just Because Im An Amature Doesn't Mean Im Not Good At What I Do |
|
SWEGTA Full Member
   member is offline
![[avatar] [avatar]](http://cache.ohinternet.com/images/thumb/2/2d/Trollface_HD.png/618px-Trollface_HD.png)
Joined: Feb 2011 Gender: Male  Posts: 142 Karma: 0 |  | Re: All Keys Doors Unlocked « Reply #1 on Mar 23, 2012, 1:29am » | |
Nice!
|
|
|