MOD介绍
转载自AuriCrystal No more need to Live View edit to change your characters appearance! unzip place in `steamapps/common/Remnant2/Remnant2/` 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: [code]GetSlots[/code] CCBulkImport : Imports a whole set of customizations following ((NameID="",CustomizationID="")) formatting. Usage: [code]CCBulkImport [CharID] [RawInput][/code] Example: [code]CCBulkImport 4 ((NameID="Head",CustomizationID="HeadType1"),(NameID="Voice",CustomizationID="Voice 1"))[/code] CCBulkExport : Prints out a whole set of customizations following ((NameID="",CustomizationID="")) formatting. (Needs GUI) Usage: [code]CCBulkExport [CharID][/code] ExportCustomizations : Exports the full Customization string of all characters in a txt file found in the same directory as the lua. Usage: [code]ExportCustomizations[/code] CCGet : Prints out the current property value, can't print out structs/arrays/maps, only prints bool/number/enum. Usage: [code]CCGet [CharacterID] [PropertyName][/code] Example: [code]CCGet 3 Gender[/code] CCGetCustom : Print...

