From this post: http://forums.epicgames.com/showpost...&postcount=117
This may annoy some of the preorder people (i think thats how you get teh character codes), but the information is out there so I figured I'd share with you guys here.
(I don't really consider this kind of information bad form myself, but if one of the forum admins thinks it is, feel free to delete thread, i'll understand)
You can unlock all but Kensai using "unlockallchars" (sans quotes) in the console (press F10 to open the console). Kensai requires digging in the CustomChar.ini file after his name and removing "true" from his 2 "bLocked=" entries. Code in the bottom of the post.
This is how Kensai's portion of the code should look, it's just 2 true statements that needs to be changed, but I put the whole segment here for convenience.
Code:
Characters=(CharName="Kensai",Description="<String s:UTGameUI.CharLocData.Kensai_Description>",CharID ="F",bLocked="false",Faction="TwinSouls",PreviewIm ageMarkup="<Images:UI_Portrait.Character.UI_Portra it_Character_TwinSouls_Male_Head04>",CharData=(Fam ilyID="TWIM",HeadID="A",TorsoID="C",ShoPadID="E",b HasLeftShoPad=true,bHasRightShoPad=true,ArmsID="B" ,ThighsID="C",BootsID="D"))
Code:
Characters=(CharName="Kensai",Description="<String s:UTGameUI.CharLocData.Kensai_Description>",CharID ="F",bLocked="false",Faction="TwinSouls",PreviewIm ageMarkup="<Images:UI_Portrait.Character.UI_Portra it_Character_TwinSouls_Male_Head04>",CharData=(Fam ilyID="TWIM",HeadID="A",TorsoID="C",ShoPadID="E",b HasLeftShoPad=true,bHasRightShoPad=true,ArmsID="B" ,ThighsID="C",BootsID="D"))
(I don't really consider this kind of information bad form myself, but if one of the forum admins thinks it is, feel free to delete thread, i'll understand)