Mercurial > traipse_dev
annotate orpg/templates/default_settings.xml @ 10:73d9286c22cf traipse_dev
Adds some superb CherryPy features! Components can be deleted now too!
author | sirebral |
---|---|
date | Fri, 17 Jul 2009 08:13:50 -0500 |
parents | 4385a7d0efd1 |
children | b633f4c64aae 81d0bfd5e800 |
rev | line source |
---|---|
0
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
1 <ini> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
2 <tab name="General" type="tab"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
3 <tab name="Networking" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
4 <Heartbeat options="bool" value="1" help="This sends a message to the server to keep alive your connection when idle." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
5 <MetaServerBaseURL help="This is the URL that contains the server list." options="URL" value="http://www.openrpg.com/openrpg_servers.php"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
6 <ImageServerBaseURL help="This is the URL that contains the server list." options="URL" value="http://openrpg.digitalxero.net/imgupload/index.php"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
7 <LocalImageBaseURL help="This is the URL that contains the server list." options="URL" value="http://127.0.0.1:6774/webfiles/"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
8 <LocalorRemote help="Decide to load files locally or remotely. CherryPy must be running for local files." options="Local | Remote" value="Local"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
9 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
10 <tab name="Sound" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
11 <UnixSoundPlayer help="This is the path to the executable used by unix clients to play sounds." options="path to executable" value=""/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
12 <SendSound help="Path to sound file played when you send a message." options="Path to file" value=""/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
13 <RecvSound help="Path to sound file played when you receive a message." options="Path to file" value=""/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
14 <WhisperSound help="Path to sound file played when you receive a whisper." options="Path to file" value=""/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
15 <AddSound help="Path to sound file played when a new user joins the room." options="Path to file" value=""/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
16 <DelSound help="Path to sound file played when a user exits the room." options="Path to file" value=""/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
17 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
18 <tab name="System" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
19 <PWMannager help="Setting this to On will make the Password Manager auto start when you start OpenRPG" options="On|Off" value="On"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
20 <LoggingLevel help="Change this via the menu" options="DO NOT CHANGE" value="7"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
21 <TabTheme help="This is set via menu options" options="customflat | customslant | set by menu options" value="slant&colorful"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
22 <TabTextColor help="This is the text color for Tabs" options="color in hex RRGGBB" value="#000000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
23 <TabBackgroundGradient help="This is the background color of tab areas." options="color in hex RRGGBB" value="#f7f3f7"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
24 <TabGradientFrom help="This is the gradient color for BG tabs if you pick the custom setting" options="color in hex RRGGBB" value="#ffffff"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
25 <TabGradientTo help="This is the gradient color for BG tabs if you pick the custom setting" options="color in hex RRGGBB" value="#007dff"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
26 <ColorTree help="This option specifies whether or not your want your Gametree and Player List colored the same as your chat." options="bool" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
27 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
28 <tab name="Auto Updater" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
29 <PackagesURL help="The URL to the package_list.xml" options="URL" value="http://openrpg.digitalxero.net/updates/package_list.xml"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
30 <PackagesType help="The type of package you want to DL, this is usualy set progmaticly" options="text" value="developer"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
31 <PackagesName help="The name of the package you want to DL, this is usualy set progmaticly" options="text" value="OpenRPG+ 1.7.x"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
32 <AutoUpdate help="Wether or not the updater automaticly downloads the files" options="On|Off" value="Off"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
33 <FastStart help="Weather the Patcher will automaticly exit after it updates or if there are no updates to get" options="On|Off" value="On"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
34 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
35 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
36 <tab name="Chat" type="tab"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
37 <tab name="Chat Window" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
38 <player help="This is your name as it appears in chat." options="Any text" value="No Name"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
39 <Show_Images_In_Chat help="Allows Images to be displaied in the chat window." options="bool" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
40 <striphtml help="Set this to 1 to have HTML tags stripped from the chat window." options="bool" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
41 <Chat_Time_Indexing help="Allows messages to be prepended with their arrival time using either of two preset formats or a formated timestring (see time.strftime() in python docs)" options="bool" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
42 <gwtext help="This is attached prior to your group whispers(ie /gw Hello group would send '(GW): Hello group')" options="text" value="(GW): "/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
43 <dcmsg help="This is the message that gets sent when you disconnect from a server." options="text" value="Disconnecting from server..."/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
44 <buffersize help="This is the amount of backscroll allowed." options="int" value="1000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
45 <PurgeAtBuffersizeTimesLines help="This option tells the program when to purge old history.\nWhen the buffer exceeds this number times the buffersize\nall history is removed and you are just left with a history \nas large as the number you set your buffersize to." options="int" value="5"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
46 <AutoPurgeAfterSave catagory="chat" help="When saving your log, this option will either automaticaly purge the buffer or not." options="bool" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
47 <TypingStatusAlias options="Any text" value="Typing" help="This is the text displayed in the Player list under status while you are typing." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
48 <IdleStatusAlias options="Any text" value="Idle" help="This is the text displayed in the Player list under status while you are not typing." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
49 <SuppressChatAutoComplete options="bool" value="0" help="Setting this to 1 will turn off auto complete in chat." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
50 <ShowIDInChat options="bool" value="1" help="Set this to have the Player Id show up next to the player name in chat." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
51 <TimeStampGameLog options="bool" value="1" help="Set this to 1 to have time stamps added to the log." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
52 <GameLogPrefix help="This text is the files name minus the extention of your log file." options="Any text" value="logs/Log "/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
53 <dieroller options="std, wod, d20, hero" value="std" help="This sets the dieroller to use." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
54 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
55 <tab name="Chat Tabs" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
56 <tabbedwhispers help="Set this to 1 to receive whispered messages in separate chat tabs ." options="bool" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
57 <GMWhisperTab help="Creates a tab for all GM whispers, tabbedwhispers being on is required for this too work" options="bool" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
58 <GroupWhisperTab help="Creates a tab for all Group whispers, tabbedwhispers being on is required for this too work" options="bool" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
59 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
60 <tab name="Chat Toolbars" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
61 <Toolbar_On help="Turns the toolbar on or off" options="bool" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
62 <DiceButtons_On help="Show the dice buttons in the toolbar?" options="bool" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
63 <FormattingButtons_On help="Show the Formatting Buttons (Bold, italic, underline, color) in the toolbar?" options="bool" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
64 <AliasTool_On help="Show the Alias Tool in the toolbar?" options="bool" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
65 <aliasfile help="This is the filename of your last loaded Alias Lib" options="filename" value="sample" /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
66 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
67 <tab name="Chat Macros" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
68 <F1 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F1 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
69 <F2 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F2 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
70 <F3 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F3 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
71 <F4 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F4 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
72 <F5 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F5 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
73 <F6 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F6 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
74 <F7 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F7 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
75 <F8 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F8 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
76 <F9 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F9 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
77 <F10 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F10 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
78 <F11 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F11 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
79 <F12 help="What you enter here will be sent to chat when this function key is pressed." options="text" value="/me found the F12 macro key"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
80 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
81 <tab name="Chat Styles" type="tab"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
82 <tab name="Chat Colors" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
83 <bgcolor help="This is the background color of the chat window." options="color in hex RRGGBB" value="#ffffff"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
84 <textcolor help="This is the default color used when text is printed into the chat window." options="color in hex RRGGBB" value="#000000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
85 <mytextcolor help="This is the color of your text in the chat window." options="color in hex RRGGBB" value="#000080"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
86 <syscolor help="This is the color of system messages printed in the chat window." options="color in hex RRGGBB" value="#ff0000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
87 <infocolor help="This is the color of informational messages printed in the chat window." options="color in hex RRGGBB" value="#ff8000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
88 <emotecolor help="This is the color of your emotes in the chat window." options="color in hex RRGGBB" value="#008000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
89 <whispercolor help="This is the color of whisper messages in the chat window." options="color in hex RRGGBB" value="#ff8000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
90 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
91 <tab name="Fonts" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
92 <defaultfont help="Set this to a preferred font to use at startup." options="a font name" value="Arial"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
93 <defaultfontsize help="Set this to a preferred fontsize to use at startup." options="a font size" value="10"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
94 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
95 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
96 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
97 <tab name="Player List" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
98 <ColorizeRoles options="bool" value="1" help="Colorizes roles in the player list." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
99 <GMRoleColor help="Set the color for the GM Role" options="color in hex RRGGBB" value="#FF0000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
100 <PlayerRoleColor help="Set the color for the Player Role" options="color in hex RRGGBB" value="#000000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
101 <LurkerRoleColor help="Set the color for the Lurker Role" options="color in hex RRGGBB" value="#c6c6c6"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
102 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
103 <tab name="Map" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
104 <ImageCacheSize options="int" value="32" help="This sets the number of images to cache." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
105 <AlwaysShowMapScale options="bool" value="0" help="Setting this to 1 will keep the map scale displayed in the upper left corner of the map." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
106 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
107 <tab name="Game Tree" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
108 <LoadGameTreeFeatures options="bool" value="1" help="Setting this to 1 will load the gametree features next time you run OpenRPG." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
109 <treedclick options="use, design, print, chat" value="use" help="This sets the action performed on a node when you double click it in the game tree." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
110 <SaveGameTreeOnExit help="Set this to 1 if you want your game tree to automaticaly be saved when you log out." options="bool" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
111 <gametree help="This is the path on your computer pointing to the xml file\n for your tree." options="URL" value="myfiles/tree.xml"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
112 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
113 <tab name="Sever Colors" type="grid"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
114 <RoomColor_Lobby help="Sets the color used to display the 'Lobby' in the Room List in the Gameserver window" options="hex" value="#000080"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
115 <RoomColor_Empty help="Sets the color used to display empty rooms in the Room List in the Gameserver window" options="hex" value="#bebebe"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
116 <RoomColor_Locked help="Sets the color used to display password protected rooms in the Room List in the Gameserver window" options="hex" value="#b70000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
117 <RoomColor_Active help="Sets the color used to display non-passworded non-empty rooms in the Room List in the Gameserver window" options="hex" value="#000000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
118 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
119 <tab name="Plugins" type="tab"> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
120 </tab> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
121 </ini> |