# The following parameters determine the starting size of the client window. # Default is WinWidth = 610 and WinHeight = 512. # I find that 664 is a good height for my 1024*768 screen and activated windows taskbar. # The starting position cannot be changed (yet?). # You can readjust the width as you like, too, but be warned: # Scaling of the main screen will result in unnecessarily smooth and blurry images. WinWidth = 610 WinHeight = 512 # Next comes your identity. Remove the #'s and insert your own name and password. # You can leave it as it is, but then you will not bypass the small login window. # Room is where you start (it no longer needs to be the manager in ARMfeld). # The Game parameter is supposed to work for starting rooms with games in them, # but I have not played around with it to examine its details. # Nation determines the language of some text output, it can be "de" or "en". # Name = tobelli # Password = iwonttellyou Room = C10 # Game = ManitouBoard Nation = en # Now if you want to rename yourself often because you are AwayFromKeyboard, # You could edit and uncomment this: # MenuName-afk = */name ******@afk # MenuName-normal = */name ****** -p iwonttellyou # MenuName-ping = */name ******@ping # What you see here is already the interesting part: User defined Menues. # The lines above will produce a menu with the title "Name" above the main screen, # with three entries labelled "afk", "normal" and "ping". # You can thus write these hard-to-type commands into an easily accessible menu, # where you just need to click to have the command executed and rename yourself. # Useful commands for current games: MenuGame-Reset-R = */reset MenuGame-Join-J = */join MenuGame-Start-S = */start MenuGame-Accept-A = */accept MenuGame-Refuse-F = */refuse MenuGame-Remove-V = +/remove # Useful commands for Info and communication: MenuCommands-Save = */save MenuCommands-Info-I = +/info MenuCommands-Tell-T = +/tell MenuCommands-Whereis-W = +/whereis MenuCommands-Who = */who MenuCommands-Friends = */friendsonline MenuCommands-Listrooms-L = */listroom MenuCommands-Englishguys = */wwho -c EnglishTown # Note the shortcut letter after some menu entries. # For example, the /reset command can be executed via the menu or by pressing Ctrl-R. # Also note the "*" and "+" signs before the actual command. # "*" means the text is a finished command that can be processed directly. # "-" means the text will simply be added to the end of the main chatline. # "+" means the text will be put into the chatline, overwriting its old content. # Or if you are lazy when searching for rooms and like to have some in your menu: MenuRooms-Backgammon = */game C10-9 MenuRooms-Bazaar = */game C10-10 MenuRooms-CantStop = */game C10-13 MenuRooms-Carcassonne = */game C10-0 MenuRooms-Carcassonne = */game C10-14 MenuRooms-CCErweiterung = */game C10-28 MenuRooms-Fuersten = */game C10-23 MenuRooms-KuK = */game C10-4 MenuRooms-LostCities = */game C10-7 MenuRooms-LostCities = */game C10-33 MenuRooms-Manhattan = */game C10-15 MenuRooms-Meuterer = */game C10-22 MenuRooms-Ra = */game C10-34 MenuRooms-Siedler = */game C10-1 MenuRooms-Siedler = */game C10-5 MenuRooms-Tichu = */game C10-6 MenuRooms-Tichu = */game C10-14 MenuRooms-Transamerica = */game C10-33 MenuRooms-Vabanque = */game C10-20 MenuRooms-Verraeter =*/game C10-16 # I have made a separate menu for games that are not available in EnglishTown. # You can make them appear in the same menu by removing the "2"s. # Feel free to alter your menus anyway you like. MenuRooms2-Bluff = */game C32-0 MenuRooms2-BohnDuell = */game C26-19 MenuRooms2-Doppelkopf = */game C30-9 MenuRooms2-Dvonn = */game C31-12 MenuRooms2-Geister = */game C22-7 MenuRooms2-Halali = */game C21-20 MenuRooms2-Intrige = */game 5-55 MenuRooms2-Manitou = */game C24-23 MenuRooms2-TurnIt = */game C9-10 # MenuRooms-Attribut ..... well, playing Attribut is pointless if you don't speak German. # Assigning the Function Keys follows a similar pattern as designing menus, # except they do not appear in menus and they will not only work with Ctrl-, # but pressing it with a combination of Shift or Ctrl can be checked independently. # You could use it for anything: navigation, information, communication, game preference... # So these are just examples, find your own way! # Small warning: Some F-keys, when pressed in combination with Ctrl alone, will currently # duplicate other key combinations. This is being worked upon and should disappear soon. # FKey1 = */who # FKey2 = */room 42 # FKey3 = */hook tobelli # FKey4 = +/kick # FKey6 = +/whereis # FKey9 = -tobelli # ShiftFKey1 = */gwho # CtrlFKey1 = */listroom # ShiftCtrlFKey1 = */twho # FKey5 = */whowants RA # ShiftFKey5 = */wanted RA # CtrlFKey5 = */forget RA # ShiftCtrlFKey5 = */listfree RA