I looked under southbeatz profile, but I don't see this ini that is mentioned a few posts above and I'm really interested in the command for the armor locker
I currently use these 5, but I'd be happy to add the armor locker also

My crouch is a button toggle rather than only when holding it down.
Bindings=( Name="G", Command="set SFXPawn_Player bWantsToCrouch false" )
Bindings=( Name="C", Command="set SFXPawn_Player bWantsToCrouch true" )
Bindings=( Name="NumPadone", Command="set SFXPawn_Player bUseCasualAppearance true" )
Bindings=( Name="NumPadtwo", Command="set SFXPawn_Player bUseCasualAppearance false" )
Bindings=( Name="NumPadThree" , Command="streamlevelin BioH_SelectGUI" )
Bindings=( Name="NumPadZero", Command="Shot" )
Alot of excellent commands have been figured out for this game. All I need is the armor locker
I load up normandy, start in c.i.c. (press numpad 2) switch zone from c.i.c. to captains cabin and set my armor (Using armor appearance on SR-2 rather than casual. (Great for cutscenes and screenshots)
Having the actual command instead of always going to the captains cabin would be easier.
http://social.biowar...040507/#profile=====================================================================================
Thanks for the commands, finally this works and sticks so long as you don't leave the normandy. Once you leave for a mission, upon your return you are wearing casual wear. Then you must repeat these steps...
start in c.i.c. (press numpad 2) switch zone from c.i.c. to captains
cabin and set my armor

Edit: Found the code needed for on the fly switching
-Armor selection screen anywhere
New bindings
;Toggle stand up
Bindings=( Name="G", Command="set SFXPawn_Player bWantsToCrouch false" )
; Toggle crouch
Bindings=( Name="C", Command="set SFXPawn_Player bWantsToCrouch true" )
;Use casual Appearance Uniform
Bindings=( Name="NumPadone", Command="set SFXPawn_Player bUseCasualAppearance true" )
;Use Armor
Bindings=( Name="NumPadtwo", Command="set SFXPawn_Player bUseCasualAppearance false" )
;Select party members anywhere
Bindings=( Name="NumPadThree" , Command="streamlevelin BioH_SelectGUI" )
;Take a screenshot
Bindings=( Name="NumPadZero", Command="Shot" )
;Open the armor selection (captains cabin from anywhere)
Bindings=( Name="Decimal" ,Command="OnlyLoadLevel BioD_Nor_000Cabin | OnTap 2.0 showmenu | OnTap 3.0 OpenGUI Personalization" )
Modifié par DemonSlayer_1, 05 juin 2010 - 12:02 .