-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzchecker.cfg
More file actions
106 lines (90 loc) · 2.83 KB
/
zchecker.cfg
File metadata and controls
106 lines (90 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#####
# ZChecker default configuration file.
#####
#
# The file syntax is case-insensitive.
# Single-line comments begin with a "#" character.
#
#
# Define CCMD and add it to the help:
# "ccmd <class:ZCConsoleCommand> [important]"
# Without the "important" flag, help for this command will only be output
# if the "--all" argument is specified in the "zchelp" command.
#
# Add visual separator to the help:
# "ccmdseparator [important]"
# Same remark for the flag: output separator even without "zchelp -a".
#
# Add any class inherited from ZCConsoleClass (usually tooltips) to the help:
# "plaintext <class:ZCConsoleClass> [important]"
# "consoleclass <class:ZCConsoleClass> [important]"
# Same remark for the flag as for the "ccmd" keyword.
#
# Define informational panel:
# "panel <class:ZCBaseInfoPanelPart>"
# "infopanel <class:ZCBaseInfoPanelPart>"
#
#
# Remove CCMD/console class(es):
# "removeccmd [<class:ZCConsoleClass>]"
# "ccmdremove [<class:ZCConsoleClass>]"
# "removeconsoleclass [<class:ZCConsoleClass>]"
# "consoleclassremove [<class:ZCConsoleClass>]"
# Without <class>, all previously defined console classes will be removed.
#
# Remove informational panel(s):
# "removepanel [<class:ZCBaseInfoPanelPart>]"
# "panelremove [<class:ZCBaseInfoPanelPart>]"
# "removeinfopanel [<class:ZCBaseInfoPanelPart>]"
# "infopanelremove [<class:ZCBaseInfoPanelPart>]"
# Without <class>, all previously defined infopanels will be removed.
#
#
### Console commands:
# General actor commands:
ccmd ZCHelpCommand important
ccmd ZCAddCommand important
ccmd ZCRemCommand important
ccmdseparator
plaintext ZCTooltipGeneralCCMDRules
plaintext ZCTooltipGeneralActorMasks
ccmd ZCSummonCommand important
# Actor alteration commands:
ccmd ZCGiveCommand
ccmd ZCTakeCommand
ccmd ZCActorActionCommand
ccmd ZCSetPropertyCommand
ccmd ZCSetStateCommand
ccmd ZCSetFlagCommand
ccmd ZCCopyPasteClass_dummy
# Control and information commands:
ccmdseparator
ccmd ZCInfoPanelControlCommand
ccmd ZCClassInfoCommand
ccmd ZCVariablesControlCommand
ccmd ZCThinkersControlCommand
ccmd ZCExternalInterfaceCommand
# "Everything" map commands:
ccmdseparator important
plaintext ZCTooltipGeneralEverythingMap
ccmd ZCEvmapCommand important
ccmd ZCEvmapCommand_goto
ccmd ZCEvmapCommand_reloadsectors
ccmd ZCEvmapCommand_recreate
ccmd ZCEvmapCommand_warptomap
### Informational panels:
infopanel ZCMainInfoPanel
infopanel ZCMainInteractionInfoPanel
infopanel ZCWorldPositionInfoPanel
infopanel ZCCheatsInfoPanel
infopanel ZCInventoryInfoPanel
infopanel ZCStatesInfoPanel
infopanel ZCSpritesInfoPanel
infopanel ZCSectorsGeometryPanel
infopanel ZCCommonPointersInfoPanel
infopanel ZCInteractionPointersInfoPanel
infopanel ZCDeferredLinksPointersInfoPanel
infopanel ZCOtherPointersInfoPanel
infopanel ZCSpecialsArgsInfoPanel
infopanel ZCFriendPlayersInfoPanel
infopanel ZCSoundDefinitionsInfoPanel