Remnant II

File information

Last updated

Original upload

Created by

AuriCrystal

Uploaded by

AuriCrystal

Virus scan

Safe to use

Tags for this mod

About this mod

No more need to Live View edit to change your characters appearance!

Requirements
Permissions and credits
Commands (Some require GUIConsole to be enabled to see return values):
  • GetSlots: Display Character Indexes and associated ID, you need to use the ID to correctly reference which character to edit.
    • Usage: GetSlots
  • CCBulkImport: Imports a whole set of customizations following ((NameID="",CustomizationID="")) formatting.
    • Usage: CCBulkImport [CharID] [RawInput]
    • Example: CCBulkImport 4 ((NameID="Head",CustomizationID="HeadType1"),(NameID="Voice",CustomizationID="Voice 1"))
  • CCBulkExport: Prints out a whole set of customizations following ((NameID="",CustomizationID="")) formatting. (Needs GUI)
    • Usage: CCBulkExport [CharID]
  • ExportCustomizations: Exports the full Customization string of all characters in a txt file found in the same directory as the lua.
    • Usage: ExportCustomizations
  • CCGet: Prints out the current property value, can't print out structs/arrays/maps, only prints bool/number/enum.
    • Usage: CCGet [CharacterID] [PropertyName]
    • Example: CCGet 3 Gender
  • CCGetCustom: Prints out the full list of Customizations for that character.
    • Usage: CCGetCustom [CharacterID]
    • Example: CCGetCustom 0
  • CCSet: Sets the current property value, can't set structs/arrays/maps, only sets bool/number/enum.
    • Usage: CCSet [CharacterID] [PropertyName] [PropertyValue]
    • Example: CCSet 2 CharacterType 1
  • CCSetCustom: Sets the Customization based on the slot provided, [TypeIndex] is a integer (the end number if you export). [CustomizationSlot] is the Slot to edit, DO NOT include spaces (e.g. FacialHair).
    • Usage: CCSetCustom [CharacterID] [CustomizationSlot] [TypeIndex]
    • Example: CCSetCustom 3 Voice 7
  • CCHelp: In game console help text.
    • Usage: CCHelp



Useful Information:
CustomizationSlot names w/ valid numbers (CCSetCustom Command):
  • Head (1-8), Voice (1-7), Hair (1-10), HairColor (1-10), FacialHair (1-5), SkinColor (1-8), EyeColor (1-6), Scars (1-9), Markings (1-7), MarkingsColor (1-3)
Miscellaneous Properties w/ valid data (CCSet Command):
  • Gender(Male=0, Female=1), CharacterType(Standard=0, Hardcore=1), bDeceased(nil, 1)

Tips:
  • You can use ExportCustomizations to get your current characters appearances in Raw Format, and download a 100% save and import the looks you want very fast.