Reorganized hak files & removed duplicates. Added @rafhot's PRC spell & ability level scaling expansion. Further script integration. Full compile.
75 lines
8.7 KiB
Plaintext
75 lines
8.7 KiB
Plaintext
2DA V2.0
|
|
|
|
Key Value Variable TypeID Type Description
|
|
0 ColorGroups 11 MK_NUMBER_OF_COLOR_GROUPS 1 INTEGER "Number of color groups. Changing this value would require a modified 'mk_colorgroups.2da'"
|
|
1 ColorsPerGroup 16 MK_NUMBER_OF_COLORS_PER_GROUP 1 INTEGER "Number of colors per group. Changing this value would require changing number of color groups as well"
|
|
2 ColorCloseTag "</c>" 14435 4 TOKEN "!!! Don't change that !!!"
|
|
3 ColorHighlight "<cþ¥ >" 14436 4 TOKEN
|
|
4 ColorBack "<cþ þ>" 14437 4 TOKEN
|
|
5 ColorModelName "<c ¿þ>" 14438 4 TOKEN
|
|
6 ColorMakeChanges "<cþþ >" 14439 4 TOKEN
|
|
7 ColorAction "<c þ>" 14480 4 TOKEN
|
|
8 ColorMaterialToDye "<c ¿þ>" MK_TOKEN_COLOR1 3 STRING
|
|
9 ColorMaterial "<c¥¥¥>" MK_TOKEN_COLOR2 3 STRING
|
|
10 PortraitDelay 0.2 MK_PORTRAIT_DELAY 2 FLOAT "Pauses the CCOH dialog, so changes to the portrait can be seen in the dialog window"
|
|
11 PortraitIgnoreGender 0 MK_PORTRAIT_IGNORE_GENDER 1 INTEGER "Scanning the portraits will ignore gender"
|
|
12 PortraitIgnoreRace 1 MK_PORTRAIT_IGNORE_RACE 1 INTEGER "Scanning the portraits will ignore race"
|
|
13 Max2DAHoleSize 150 MK_2DA_MAX_HOLE_SIZE 1 INTEGER "After reading a set number of empty rows the CCOH will go to row no 0 again"
|
|
14 MaxHeadID 220 MK_HEAD_MAX_ID 1 INTEGER "Maximum head ID"
|
|
15 RestoreBodyDelay 0.5 MK_RESTOREBODY_DELAY 2 FLOAT "Pauses the dialog for restoring body parts"
|
|
16 EnableModifyPlotItems 1 MK_ENABLE_MODIFY_PLOT_ITEMS 1 INTEGER
|
|
17 DisableModifyArmor 0 MK_DISABLE_CRAFT_01 1 INTEGER
|
|
18 DisableModifyHelmet 0 MK_DISABLE_CRAFT_03 1 INTEGER
|
|
19 DisableModifyCloak 0 MK_DISABLE_CRAFT_05 1 INTEGER
|
|
20 DisableModifyShield 0 MK_DISABLE_CRAFT_07 1 INTEGER
|
|
21 DisableModifyWeapon 0 MK_DISABLE_CRAFT_09 1 INTEGER
|
|
22 DisableModifyPortrait 0 MK_DISABLE_CRAFT_11 1 INTEGER
|
|
23 DisableModifyHead 0 MK_DISABLE_CRAFT_12 1 INTEGER
|
|
24 DisableModifyPhenotype 0 MK_DISABLE_CRAFT_13 1 INTEGER
|
|
25 DisableModifyBody 0 MK_DISABLE_CRAFT_14 1 INTEGER
|
|
26 DisableModifyTail 0 MK_DISABLE_CRAFT_15 1 INTEGER
|
|
27 DisableModifyWings 0 MK_DISABLE_CRAFT_16 1 INTEGER
|
|
28 DisableModifyColor 0 MK_DISABLE_CRAFT_17 1 INTEGER
|
|
29 DisableSaveBody 0 MK_DISABLE_CRAFT_19 1 INTEGER
|
|
30 DisableRiding 1 MK_DISABLE_CRAFT_20 1 INTEGER
|
|
31 2DA_ValidHorses "MK_HORSES" MK_2DA_VALID_HORSES 3 STRING
|
|
32 2DA_ValidHeads **** MK_2DA_VALID_HEADS 3 STRING "Filter for valid head IDs"
|
|
33 2DA_ValidTails **** MK_2DA_VALID_TAILS 3 STRING
|
|
34 2DA_ValidWings **** MK_2DA_VALID_WINGS 3 STRING
|
|
35 2DA_ValidPhenotypes **** MK_2DA_VALID_PHENOTYPES 3 STRING
|
|
36 EnableRenameItems 1 MK_ENABLE_RENAME_ITEMS 1 INTEGER
|
|
37 EnableEditDescription 1 MK_ENABLE_EDIT_DESCRIPTION 1 INTEGER
|
|
38 DisableEditCharDesc 0 MK_DISABLE_CRAFT_23 1 INTEGER
|
|
39 ItemNameMaxLength 50 MK_ITEM_NAME_MAX_LENGTH 1 INTEGER
|
|
40 EditorUseChatEvent 0 MK_EDITOR_USE_CHAT_EVENT 1 INTEGER "0: editor uses GetPCChatMessage(), 1: editor uses GetLocalString (should be set in the OnPlayerChat event)"
|
|
41 DisableHideArmor 1 MK_DISABLE_HIDE_ARMOR 1 INTEGER
|
|
42 DisableHideHelmet 0 MK_DISABLE_HIDE_HELMET 1 INTEGER
|
|
43 DisableHideCloak 0 MK_DISABLE_HIDE_CLOAK 1 INTEGER
|
|
44 DisableHideWeapon 1 MK_DISABLE_HIDE_WEAPON 1 INTEGER
|
|
45 DisableHideShield 1 MK_DISABLE_HIDE_SHIELD 1 INTEGER
|
|
46 KeepTempItemProps 0 MK_KEEP_TEMP_ITEM_PROPS 1 INTEGER "Tempory item properties might cause problems when modifying items."
|
|
47 NWNversion AUTO MK_NWN_VERSION_DETECTION 3 STRING "AUTO: AutoDetection, ****=current, n.mm=Version n.mm"
|
|
48 LightEffectDuration 120.0 MK_LIGHTEFFECT_DURATION 2 FLOAT "duration of light effect for nwn original"
|
|
49 VFXperPage 10 MK_VFX_PER_PAGE 1 INTEGER
|
|
50 DisableGlowingEyes 0 MK_DISABLE_CRAFT_24 1 INTEGER
|
|
51 DisableLightEffects 0 MK_DISABLE_CRAFT_25 1 INTEGER
|
|
52 DisableUserVFX1 0 MK_DISABLE_CRAFT_26 1 INTEGER
|
|
53 DisableUserVFX2 0 MK_DISABLE_CRAFT_27 1 INTEGER
|
|
54 DisableApplyVFX 0 MK_DISABLE_CRAFT_28 1 INTEGER
|
|
55 2DA_ValidEyes "MK_VFX_GLEYES" MK_VFX_MODE0_2DA 3 STRING
|
|
53 2DA_ValidLight "MK_VFX_LIGHT" MK_VFX_MODE1_2DA 3 STRING
|
|
54 2DA_ValidUser1 "MK_VFX_USER1" MK_VFX_MODE2_2DA 3 STRING
|
|
55 2DA_ValidUser2 **** MK_VFX_MODE3_2DA 3 STRING
|
|
56 DisableSaveItemAppr 0 MK_DISABLE_SAVE_ITEM_APPEARANCE 1 INTEGER
|
|
57 SaveRestoreUseDb 1 MK_SAVERESTORE_USE_DATABASE 1 INTEGER "1=Use Database, 0=Use local strings"
|
|
58 NWNversionDebugMessage 0 MK_NWN_VERSION_DEBUG_MESSAGE 1 INTEGER "Displays messages for NWN version detection tests (if detection is set to 'AUTO')"
|
|
59 DisableEditor 0 MK_DISABLE_TEXT_EDITOR 1 INTEGER "Disables the text editor: also disables 'rename item', 'edit description' and 'edit slotname'"
|
|
60 ACP_Detect_Phenotype MA_TigerFang MK_ACP_PHENOTYPE 3 STRING "To detect ACP installation the CCOH searches 'phenotype.2da' for a specific ACP phenotype"
|
|
61 ACP_Detect_MaxRow 63 MK_ACP_MAX_ROW 1 INTEGER "Maximum no of rows the CCOH searches for ACP phenotype"
|
|
62 ModifyShieldMode 2 MK_MODIFYSHIELD_MODE 1 INTEGER "2: Model/Color-Mode, 1: SimpleModel-Mode, 0: Auto (EE uses 2, 1.69 and older uses 1). SimpleModel-Mode is required for 1.69 and custom shield using color 5-9 (e.g., CEP shields)"
|
|
63 DisableChangeAppr. 0 MK_DISABLE_CRAFT_22 1 STRING "Disables 'Change Appearance'"
|
|
64 UseDelimiter 1 MK_USE_DELIMITER 1 INTEGER "Enables/Disables use of delimiters ('------- ... ---') in the dialog."
|
|
65 DelimiterColor "333" MK_DELIMITER_COLOR 3 STRING
|
|
66 DisabledOptionsColor "333" MK_DISABLED_OPTIONS_COLOR 3 STRING
|
|
67 **** **** **** **** ****
|