BYOND Tabletop Gaming
| Provides the virtual resources that a game master and his or her players need to enjoy traditional tabletop (pen & paper) roleplaying over the internet. |
|
There are no hardcoded GMs in BYOND Tabletop Gaming. Not even Shadowdarke has special powers or priveledges when on someone else's server. If someone claims that they are a special GM and does something they should not be able to do, then they are abusing a bug and you should report it in the BTG forum so that it can be fixed promptly.
Version 16: 09-18-07
Bug fixes
The Kill command no longer leaves blank spaces in the players list.
Icon fields based on the same icon in different states display properly now.
You can now close Sheet Panels named "Players" and "Dice".
The "May use HTML" flag in player settings works now.
Version 15: 09-07-05
Players may (at game master discretion) have an icon that displays with all their chat and emote messages.
Players may select if they want to view smilies, avatars, and/or timestamps with chat messages.
Sheets now go to the last viewed position when opened or updated, instead of resetting to the top of the page.
Double clicking a sheet now opens and moves to the contents panel of that sheet and opens the sheet's properties control.
Icons have an Alias feature which will put an Alias button in the sheet with the icon. When the button is clicked, the player assumes the name, icon, icon state, and textcolor stored with the icon. (Texter)
Icons and images have a drag option (in the properties page) that allows it to be moved around the sheet. Show and Alias buttons will not function on a draggable image or icon.
Icons and images may be assigned an absolute position on the sheet. To remove absolute positioning, uncheck the drag option and set the position to 0, 0.
New Map field allows you to easily place a grid in a sheet for use with draggable icons and images
New Group field contains other fields like a sheet, but displays the contents as if it were not there. This lets you easily organize and control access to several fields at once without changing the display. The easiest way to move fields into a group is to double click the group (make sure it shows the open folder icon) and drag the other contents fields into it.
Pressing F5 in a sheet window will refresh the sheet.
Version 14: 08-31-05
Recompiled with the BYOND current release version (v341). BTGv13 was compiled with BYOND 3.5 beta 2 and some users may not have been able to use it. (Mastergohan2022)
Version 13: 08-30-05
New Features
New kill GM command allows GMs to boot a player and remove them from the "Logged out" player list. This also keeps them from bypassing the password if they were already logged into your game. (Bunnie)
Banned players no longer report log in and log out messages. (Pladas, Bunnie)
Sound properties allow the user to disable the text report that a sound is playing. GMs will see the report no matter if the option is checked or not, to prevent abuse. (Bunnie, Pladas)
You may drag and drop fields in a sheet or workspace to reorder them. The dropped field will move directly under the field it is dropped on. (Texter)
Extended the default chat length for all players to 1024 characters. (Lummox JR)
Security fixes
All active windows are closed when GM status is stripped.
Changing names now uses html_encode() instead of sd_htmlremove(). GMs and players allowed to use HTML text may use HTML in their names. (Bunnie)
Bug fixes
The background color no longer goes white when you play a sound.
Emotes are now only sent to your current chat channel. You may use the new action command to send an emote directly to other channels that you are not your currently active channel. (Shoobs)