Mercurial > traipse_dev
annotate orpg/templates/default_ini.xml @ 169:ebe2bb19e18d alpha
Traipse Alpha 'OpenRPG' {091210-02}
Traipse is a distribution of OpenRPG that is designed to be easy to
setup and go. Traipse also makes it easy for developers to work on code
without fear of sacrifice. 'Ornery-Orc' continues the trend of 'Grumpy'
and adds fixes to the code. 'Ornery-Orc's main goal is to offer more
advanced features and enhance the productivity of the user.
Update Summary (Keeping up with Beta)
New Features:
Added Bookmarks
Added 'boot' command to remote admin
Added confirmation window for sent nodes
Minor changes to allow for portability to an OpenSUSE linux OS
Miniatures Layer pop up box allows users to turn off Mini labels, from
FlexiRPG
Zoom Mouse plugin added
Images added to Plugin UI
Switching to Element Tree
Map efficiency, from FlexiRPG
Added Status Bar to Update Manager
New TrueDebug Class in orpg_log (See documentation for usage)
Portable Mercurial
Tip of the Day added, from Core and community
New Reference Syntax added for custom PC sheets
New Child Reference for gametree
New Parent Reference for gametree
New Gametree Recursion method, mapping, context sensitivity, and
effeciency..
New Features node with bonus nodes and Node Referencing help added
Dieroller structure from Core
Added 7th Sea die roller method; ie [7k3] =
[7d10.takeHighest(3).open(10)]
New 'Mythos' System die roller added
Added new vs. die roller method for WoD; ie [3v3] = [3d10.vs(3)].
Includes support for Mythos roller
Fixes:
Fix to Text based Server
Fix to Remote Admin Commands
Fix to Pretty Print, from Core
Fix to Splitter Nodes not being created
Fix to massive amounts of images loading, from Core
Fix to Map from gametree not showing to all clients
Fix to gametree about menus
Fix to Password Manager check on startup
Fix to PC Sheets from tool nodes. They now use the tabber_panel
Fixed Whiteboard ID to prevent random line or text deleting.
Modified ID's to prevent non updated clients from ruining the fix.
default_manifest.xml renamed to default_upmana.xml
Fix to Update Manager; cleaner clode for saved repositories
Fixes made to Settings Panel and no reactive settings when Ok is pressed
Fixes to Alternity roller's attack roll. Uses a simple Tuple instead of
a Splice
author | sirebral |
---|---|
date | Thu, 10 Dec 2009 21:46:29 -0600 |
parents | 4385a7d0efd1 |
children |
rev | line source |
---|---|
0
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
1 <openrpg> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
2 <autoupdate_config catagory="general" options= "0=off, 1=on" help="Turns on/off auto-configfile updating of the ini.xml file" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
3 <player catagory="chat" 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
|
4 <gametree catagory="gametree" help="This is the path on your computer pointing to the xml file\n for your tree (normaly tree.xml in the myfiles directory)." options="URL" value="myfiles/tree.xml"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
5 <SaveGameTreeOnExit catagory="gametree" help="Set this to 1 if you want your game tree to automaticaly be saved when you log out." options="0=no; 1=yes" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
6 <bgcolor catagory="colors" 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
|
7 <textcolor catagory="colors" 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
|
8 <mytextcolor catagory="colors" 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
|
9 <syscolor catagory="colors" 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
|
10 <infocolor catagory="colors" 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
|
11 <emotecolor catagory="colors" 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
|
12 <whispercolor catagory="colors" 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
|
13 <striphtml catagory="chat" help="Set this to 1 to have HTML tags stripped from the chat window." options="0=no; 1=yes" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
14 <tabbedwhispers catagory="tabs" help="Set this to 1 to receive whispered messages in separate chat tabs ." options="0=no; 1=yes" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
15 <GMWhisperTab catagory="tabs" help="Creates a tab for all GM whispers, tabbedwhispers being on is required for this too work" options="0=no; 1=yes" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
16 <GroupWhisperTab catagory="tabs" help="Creates a tab for all Group whispers, tabbedwhispers being on is required for this too work" options="0=no; 1=yes" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
17 <defaultfont catagory="chat" 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
|
18 <defaultfontsize catagory="chat" 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
|
19 <buffersize catagory="chat" help="This is the amount of backscroll allowed. If this number is too large your computer will lag after a while.\nIt is not the same as the history buffer which is infinite unless you set the purge options." options="Any number" value="100"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
20 <MultipleWindows help="Setting this to 1 will break apart the Map, Chat,\nGametree, and player list into their own windows." options="0=off; 1=on" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
21 <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
|
22 <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
|
23 <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
|
24 <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
|
25 <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
|
26 <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
|
27 <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
|
28 <GameLogPrefix help="This text is the files name minus the extention of your log file. You can use\n%d, %m, %y for the log to insert the day, month or year respectively." options="Any text" value=""/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
29 <TimeStampGameLog options="0=no; 1=yes" 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
|
30 <ShowIDInChat catagory="chat" options="0=no; 1=yes" value="1" help="Set this to 1 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
|
31 <AlwaysShowMapScale catagory="map" options="0=no; 1=yes" 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
|
32 <SuppressChatAutoComplete catagory="chat" options="0=no; 1=yes" 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
|
33 <TypingStatusAlias catagory="chat" 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
|
34 <IdleStatusAlias catagory="chat" 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
|
35 <treedclick catagory="gametree" 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
|
36 <dieroller catagory="chat" 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
|
37 <NameSameEmoteColor catagory="chat" options="yes, no" value="No" help="Setting this will display your name in the same color as your emote." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
38 <ImageCacheSize catagory="map" options="Any number" value="32" help="This sets the number of images to cache. A higher number will load a map\nfaster if the map contains images pointing to the same URL. It will also take\nup more memory." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
39 <F1 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
40 <F2 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
41 <F3 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
42 <F4 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
43 <F5 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
44 <F6 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
45 <F7 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
46 <F8 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
47 <F9 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
48 <F10 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
49 <F11 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
50 <F12 catagory="macros" help="What you enter here will be sent to chat when this function key is pressed." options="Any 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
|
51 <EnableSplittersAutoExpand options="0=no; 1=yes" value="0" help="Setting this will invert the size of the splitter with its neighbors." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
52 <PackagesBaseURL options="URL" value="http://openrpg.sourceforge.net/orpg_packages.xml" help="This is a URL pointing where to get updates from." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
53 <Disableupdate options="0=no; 1=yes" value="0" help="Setting this to 1 will render the /update command unavailable and prevent automatic update checking on startup." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
54 <LoadGameTreeFeatures catagory="gametree" options="0=no; 1=yes" 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
|
55 <Heartbeat options="0=off, 1=on" value="0" help="This sends a message to the server to keep alive your connection when idle.\nThis is usefull if your ISP automaticaly disconnects you when you are idle or if\nan OpenRPG server's ISP drops the connection when you are idle." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
56 <ColorizeRoles catagory="chat" options="on,off" value="on" help="Setting this to 1 colorizes roles in the player list. Setting this to 0 disables the colors in the player list." /> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
57 <AutoPurgeAfterSave catagory="chat" help="When saving your log, this option will either automaticaly purge the buffer\n(see PurgAtBuffersizeTimesLines), ask you if you want to purge the buffer,\nor not purge at all." options="ask,yes,no" value="ask"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
58 <PurgeAtBuffersizeTimesLines catagory="chat" 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="Any number" value="2"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
59 <dcmsg catagory="chat" help="This is the message that gets sent when you disconnect from a server. It can be regular text or an emote action (started with /me)." options="max 80 chars of text" value="Disconnecting from server..."/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
60 <RoomColor_Lobby catagory="roomlist" help="Sets the color used to display the 'Lobby' in the Room List in the Gameserver 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
|
61 <RoomColor_Empty catagory="roomlist" help="Sets the color used to display empty rooms (persistant only) in the Room List in the Gameserver window" options="color in hex RRGGBB" value="#bebebe"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
62 <RoomColor_Locked catagory="roomlist" help="Sets the color used to display password protected rooms in the Room List in the Gameserver window" options="color in hex RRGGBB" value="#b70000"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
63 <RoomColor_Active catagory="roomlist" help="Sets the color used to display non-passworded non-empty rooms in the Room List in the Gameserver 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
|
64 <Toolbar_On catagory="toolbar" help="Turns the toolbar on or off" options="1=yes, 0=no" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
65 <AliasTool_On catagory="toolbar" help="Show the Alias Tool in the toolbar?" options="1=yes, 0=no" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
66 <FormattingButtons_On catagory="toolbar" help="Show the Formatting Buttons (Bold, italic, underline, color) in the toolbar?" options="1=yes, 0=no" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
67 <DiceButtons_On catagory="toolbar" help="Show the dice buttons in the toolbar?" options="1=yes, 0=no" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
68 <ToGMsButton_On catagory="toolbar" help="Show the 'To GM(s)' button in the toolbar?" options="1=yes, 0=no" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
69 <dievars catagory="general" help="Replace the ? in die rolls with the value when it is sent to chat" options="1=yes, 0=no" value="1"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
70 <gwtext catagory="chat" help="This is attached prior to your group whispers(ie /gw Hello group would send '(GW): Hello group')" options="Any Text" value="(GW): "/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
71 <Chat_Time_Indexing catagory="chat" 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="0=none, 1=short, 2=long, [timestring]" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
72 <Show_Images_In_Chat catagory="chat" help="Allows Images to be displaied in the chat window. Default is off because large images can crash you client" options="0=Off(Do not display img), 1=On(Display img)" value="0"/> |
4385a7d0efd1
Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
sirebral
parents:
diff
changeset
|
73 </openrpg> |