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]
| A library for a HUD system. |
Version 1.1 ·
Date Added: 6/21/09
If you wish to download this library for your Linux/Mac installation, enter the following on your command line:
DreamDownload byond://Psmaun.HeadsUpDisplay##version=2
Emulator users, in the BYOND pager go to File | Open Location and enter this URL:
byond://Psmaun.HeadsUpDisplay##version=2
|
| |
I thank Garthor for reminding me that "you shouldn't be writing libraries unless you really know what you're doing. They have to be designed very well in order to be useful.".
This is a library for a HUD system which can be used in any project.
The library inputs information from you to generate dynamic statistical bars for attributes (set by the developer) which can be updated by calling a proc. You can have as many bars as you wish (depending upon your screen size). A global variable is also defined to start/stop the HUD from within the game.
The library requires no modification and can be directly ported into any project. Read HUD.dm for more information. A demo is also provided.
This library is best used in stand alone, single player games as it uses quit alot of system resources (though it can be used in multiplayer games aswell, if lag isnt a big problem).
Version 1.1
Bug reports can be emailed to psmaun@hotmail.com
Login to post a comment.