> PCCPatcher created by EpicLegion
> Unreal package decompression tool created by Gildor (gildor.org)

.NET Framework 4.0 required

Patches:
	1. Console unlock (does not require Coalseced.ini edit)
	2. In-game property editor
	Add this section above [SFXGame.SFXGameModeDefault]
	[SFXGame.SFXGameModeCheatMenu]
	Bindings=( Name="Up", Command="IPEForward" )
	Bindings=( Name="Down", Command="IPEBack" )
	Bindings=( Name="W", Command="IPEUpAction" )
	Bindings=( Name="S", Command="IPEDownAction" )
	Bindings=( Name="LeftShift", Command="IPELeftTrigger" )
	Bindings=( Name="RightShift", Command="IPERightTrigger" )
	Bindings=( Name="Escape", Command="EndIPE" )
	Bindings=( Name="Left", Command="IPELeftShoulder" )
	Bindings=( Name="Right", Command="IPERightShoulder" )

	Use StartIngamePropertyEditor command to open it (works only in menu)
	
	3. ActorType
	Add these properties in [SFXGame.SFXGame] section:
	
	MaleActorType="BIOG_Male_Player_C.Human.human_male"
	FemaleActorType="BIOG_Female_Player_C.Human.human_female"
	
Changelog:
	1.0
	 + First public release