Mercurial > traipse_dev
comparison orpg/templates/default_settings.xml @ 0:4385a7d0efd1 grumpy-goblin
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
author | sirebral |
---|---|
date | Tue, 14 Jul 2009 16:41:58 -0500 |
parents | |
children | b633f4c64aae 81d0bfd5e800 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4385a7d0efd1 |
---|---|
1 <ini> | |
2 <tab name="General" type="tab"> | |
3 <tab name="Networking" type="grid"> | |
4 <Heartbeat options="bool" value="1" help="This sends a message to the server to keep alive your connection when idle." /> | |
5 <MetaServerBaseURL help="This is the URL that contains the server list." options="URL" value="http://www.openrpg.com/openrpg_servers.php"/> | |
6 <ImageServerBaseURL help="This is the URL that contains the server list." options="URL" value="http://openrpg.digitalxero.net/imgupload/index.php"/> | |
7 <LocalImageBaseURL help="This is the URL that contains the server list." options="URL" value="http://127.0.0.1:6774/webfiles/"/> | |
8 <LocalorRemote help="Decide to load files locally or remotely. CherryPy must be running for local files." options="Local | Remote" value="Local"/> | |
9 </tab> | |
10 <tab name="Sound" type="grid"> | |
11 <UnixSoundPlayer help="This is the path to the executable used by unix clients to play sounds." options="path to executable" value=""/> | |
12 <SendSound help="Path to sound file played when you send a message." options="Path to file" value=""/> | |
13 <RecvSound help="Path to sound file played when you receive a message." options="Path to file" value=""/> | |
14 <WhisperSound help="Path to sound file played when you receive a whisper." options="Path to file" value=""/> | |
15 <AddSound help="Path to sound file played when a new user joins the room." options="Path to file" value=""/> | |
16 <DelSound help="Path to sound file played when a user exits the room." options="Path to file" value=""/> | |
17 </tab> | |
18 <tab name="System" type="grid"> | |
19 <PWMannager help="Setting this to On will make the Password Manager auto start when you start OpenRPG" options="On|Off" value="On"/> | |
20 <LoggingLevel help="Change this via the menu" options="DO NOT CHANGE" value="7"/> | |
21 <TabTheme help="This is set via menu options" options="customflat | customslant | set by menu options" value="slant&colorful"/> | |
22 <TabTextColor help="This is the text color for Tabs" options="color in hex RRGGBB" value="#000000"/> | |
23 <TabBackgroundGradient help="This is the background color of tab areas." options="color in hex RRGGBB" value="#f7f3f7"/> | |
24 <TabGradientFrom help="This is the gradient color for BG tabs if you pick the custom setting" options="color in hex RRGGBB" value="#ffffff"/> | |
25 <TabGradientTo help="This is the gradient color for BG tabs if you pick the custom setting" options="color in hex RRGGBB" value="#007dff"/> | |
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"/> | |
27 </tab> | |
28 <tab name="Auto Updater" type="grid"> | |
29 <PackagesURL help="The URL to the package_list.xml" options="URL" value="http://openrpg.digitalxero.net/updates/package_list.xml"/> | |
30 <PackagesType help="The type of package you want to DL, this is usualy set progmaticly" options="text" value="developer"/> | |
31 <PackagesName help="The name of the package you want to DL, this is usualy set progmaticly" options="text" value="OpenRPG+ 1.7.x"/> | |
32 <AutoUpdate help="Wether or not the updater automaticly downloads the files" options="On|Off" value="Off"/> | |
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"/> | |
34 </tab> | |
35 </tab> | |
36 <tab name="Chat" type="tab"> | |
37 <tab name="Chat Window" type="grid"> | |
38 <player help="This is your name as it appears in chat." options="Any text" value="No Name"/> | |
39 <Show_Images_In_Chat help="Allows Images to be displaied in the chat window." options="bool" value="0"/> | |
40 <striphtml help="Set this to 1 to have HTML tags stripped from the chat window." options="bool" value="0"/> | |
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"/> | |
42 <gwtext help="This is attached prior to your group whispers(ie /gw Hello group would send '(GW): Hello group')" options="text" value="(GW): "/> | |
43 <dcmsg help="This is the message that gets sent when you disconnect from a server." options="text" value="Disconnecting from server..."/> | |
44 <buffersize help="This is the amount of backscroll allowed." options="int" value="1000"/> | |
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"/> | |
46 <AutoPurgeAfterSave catagory="chat" help="When saving your log, this option will either automaticaly purge the buffer or not." options="bool" value="0"/> | |
47 <TypingStatusAlias options="Any text" value="Typing" help="This is the text displayed in the Player list under status while you are typing." /> | |
48 <IdleStatusAlias options="Any text" value="Idle" help="This is the text displayed in the Player list under status while you are not typing." /> | |
49 <SuppressChatAutoComplete options="bool" value="0" help="Setting this to 1 will turn off auto complete in chat." /> | |
50 <ShowIDInChat options="bool" value="1" help="Set this to have the Player Id show up next to the player name in chat." /> | |
51 <TimeStampGameLog options="bool" value="1" help="Set this to 1 to have time stamps added to the log." /> | |
52 <GameLogPrefix help="This text is the files name minus the extention of your log file." options="Any text" value="logs/Log "/> | |
53 <dieroller options="std, wod, d20, hero" value="std" help="This sets the dieroller to use." /> | |
54 </tab> | |
55 <tab name="Chat Tabs" type="grid"> | |
56 <tabbedwhispers help="Set this to 1 to receive whispered messages in separate chat tabs ." options="bool" value="1"/> | |
57 <GMWhisperTab help="Creates a tab for all GM whispers, tabbedwhispers being on is required for this too work" options="bool" value="1"/> | |
58 <GroupWhisperTab help="Creates a tab for all Group whispers, tabbedwhispers being on is required for this too work" options="bool" value="1"/> | |
59 </tab> | |
60 <tab name="Chat Toolbars" type="grid"> | |
61 <Toolbar_On help="Turns the toolbar on or off" options="bool" value="1"/> | |
62 <DiceButtons_On help="Show the dice buttons in the toolbar?" options="bool" value="1"/> | |
63 <FormattingButtons_On help="Show the Formatting Buttons (Bold, italic, underline, color) in the toolbar?" options="bool" value="1"/> | |
64 <AliasTool_On help="Show the Alias Tool in the toolbar?" options="bool" value="1"/> | |
65 <aliasfile help="This is the filename of your last loaded Alias Lib" options="filename" value="sample" /> | |
66 </tab> | |
67 <tab name="Chat Macros" type="grid"> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
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"/> | |
80 </tab> | |
81 <tab name="Chat Styles" type="tab"> | |
82 <tab name="Chat Colors" type="grid"> | |
83 <bgcolor help="This is the background color of the chat window." options="color in hex RRGGBB" value="#ffffff"/> | |
84 <textcolor help="This is the default color used when text is printed into the chat window." options="color in hex RRGGBB" value="#000000"/> | |
85 <mytextcolor help="This is the color of your text in the chat window." options="color in hex RRGGBB" value="#000080"/> | |
86 <syscolor help="This is the color of system messages printed in the chat window." options="color in hex RRGGBB" value="#ff0000"/> | |
87 <infocolor help="This is the color of informational messages printed in the chat window." options="color in hex RRGGBB" value="#ff8000"/> | |
88 <emotecolor help="This is the color of your emotes in the chat window." options="color in hex RRGGBB" value="#008000"/> | |
89 <whispercolor help="This is the color of whisper messages in the chat window." options="color in hex RRGGBB" value="#ff8000"/> | |
90 </tab> | |
91 <tab name="Fonts" type="grid"> | |
92 <defaultfont help="Set this to a preferred font to use at startup." options="a font name" value="Arial"/> | |
93 <defaultfontsize help="Set this to a preferred fontsize to use at startup." options="a font size" value="10"/> | |
94 </tab> | |
95 </tab> | |
96 </tab> | |
97 <tab name="Player List" type="grid"> | |
98 <ColorizeRoles options="bool" value="1" help="Colorizes roles in the player list." /> | |
99 <GMRoleColor help="Set the color for the GM Role" options="color in hex RRGGBB" value="#FF0000"/> | |
100 <PlayerRoleColor help="Set the color for the Player Role" options="color in hex RRGGBB" value="#000000"/> | |
101 <LurkerRoleColor help="Set the color for the Lurker Role" options="color in hex RRGGBB" value="#c6c6c6"/> | |
102 </tab> | |
103 <tab name="Map" type="grid"> | |
104 <ImageCacheSize options="int" value="32" help="This sets the number of images to cache." /> | |
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." /> | |
106 </tab> | |
107 <tab name="Game Tree" type="grid"> | |
108 <LoadGameTreeFeatures options="bool" value="1" help="Setting this to 1 will load the gametree features next time you run OpenRPG." /> | |
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." /> | |
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"/> | |
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"/> | |
112 </tab> | |
113 <tab name="Sever Colors" type="grid"> | |
114 <RoomColor_Lobby help="Sets the color used to display the 'Lobby' in the Room List in the Gameserver window" options="hex" value="#000080"/> | |
115 <RoomColor_Empty help="Sets the color used to display empty rooms in the Room List in the Gameserver window" options="hex" value="#bebebe"/> | |
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"/> | |
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"/> | |
118 </tab> | |
119 <tab name="Plugins" type="tab"> | |
120 </tab> | |
121 </ini> |