Help->Update Client
will check for a new release. If a new release exists it will download the installer from GitHub and start the installer for you. It will know the correct 32-bit/64-bit one based off of what you previously installed. NOTE: Once the installer has finished downloading it will close the client. If you are currently in a game be aware of this.
- The backslash key
\
will select the entire input box if you press it. - The
up
anddown
arrow keys will cycle through the history of your commands. - Typing
#
will pull up a list of hash commands to choose from, continuing to type will filter the list. - Typing
#go
will pull up built in directions that are stored in the Directions tab. - Pressing
Page Up
orPage Down
will show you the back buffer panel.Escape
will hide it (or if you page all the way to the bottom) - Pressing
Escape
will clear the input box of any text in it. Control+I
anywhere while on the main window will put the focus on the main input box.
- The client will save your settings when you exit the client. It does not auto-save currently. If you want to exit the client without saving you can use
File->Exit Without Save
. - In the
Settings->Client Settings
you can change theSaveDirectory
setting to change where profiles save. I've found it handy to have my profile save into a cloud storage folder (e.g. Dropbox, Box, OneDrive) folder which is then available on all of my computers. This has the added benefit of acting as a backup so you can restore old versions of your profile. - If you download any shared triggers and aliases and make changes to them you can use the
Lock
feature to lock them. You will still be able to manually update them but auto-updates will skip these. This means you can alter the stock triggers and make sure your changes are the ones that stay (but also be able to update the rest of them). - To add a new record in the
Aliases
,Triggers
orDirections
tab scroll to the bottom of the grid and begin adding in the last row. Note: In the future we will also have custom entry forms that will be more robust. - If you have a large amount of text to to the game, like a note, you can use the
Tools->Send Text to Game
. This will send your text line by line with a small pause in between each line to prevent disconnections in the case where some muds disconnect you for spamming too many commands at once (which is common Diku muds). - If the
#echo
hash command is used to echo to a terminal, it can be coupled with supported color codes in Lopes format.
Control+Alt+A
will open the edit aliases window.Control+Alt+T
will open the edit triggers window.Control+Alt+M
will open the edit macros window.Control+Alt+D
will open the edit directions window.Control+Alt+V
will open the edit variables window.Control+D
will open a special search window with directions. This direction list will only list directions that work from the current room you're in. TheRoom
variable having to be set in some capacity. In typical Diku/Merc/Smaug/Room muds this can either be put into the prompt of your game or scraped from the in game input with a trigger.Control+I
will put the focus on the input box.Control+Tab
will switch between the main tabs at the top.Control+F
will put the focus on the search text box on supported windows.Control+1
,Control+2
,Control+3
will jump to each of the custom tabs.Page Up
andPage Down
will activate and scroll through the back buffer when the input box is active.Escape
will clear the input box as well as close the back buffer.Control+Alt+L
will open the editor for the last trigger or alias you edited.Control++
Control and the plus key will make the terminal font size larger.Control+-
Control and the minus key will make the terminal font size larger.Tab
While in the main input box will auto complete from the command history. Example. Typingun
and tab might complete tounread
if it was previously entered as a command.Control+Tab
While in the main input box will auto complete from the aliases list. If no alias is found it will then search the command history as a fallback.Shift+Tab
While in the main input box will auto complete from a list of previously used words if the auto completion feature is enabled in the settings.