Waiting List
There are no players on the waiting list yet. Only Windows users can play this game. If you have an emulator, you can join the waiting list to be informed when a new server is ready to play.
[Login to join waiting list]
| This little utility works with SetConfig and GetConfig to perform some nifty operations |
Version 6 ·
Date Added: 8/15/06
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://Audeuro.AppConfig##version=6
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Audeuro.AppConfig##version=6
|
| |
This library operates on GetConfig and SetConfig to achieve the following effects:
- GetConfig now works with the APP configuration space. Before it'd produce a Bad Config Set error for at least APP/keyban and APP/ipban
- SetConfig ensures that you cannot operate on USER/keyban. I tested out how it operates with it by default, and it properly sets keybans it appears, but you cannot remove them with SetConfig, so I disabled it entirely.
- SetConfig ensures that if you want to add or delete to the APP space, it'll do that and ONLY that.
Version 4
- Fixed a few bugs
- Put the value passed into application/x-www-form-urlencoded format.
- You can now pass a value for APP/admin.
Login to post a comment.