Title: ULib Readme *ULib v2.01 (released 01/02/07)* ULib is a developer library for GMod 10 (). ULib provides such features as universal physics, user access lists, and much, much more! Visit our homepage at . You can talk to us on our forums at or in IRC at irc.gamesurge.net in #ulysses. Group: Author ULib is brought to you by.. * Brett "Megiddo" Smith - Contact: * Spbogie - Contact: Group: Requirements ULib requires a working copy of garrysmod 10, and that's it! Group: Installation To install ULib, simply extract the files from the archive to your garrysmod folder. When you've done this, you should have a file structure like this-- /lua/ULib/init.lua /lua/ULib/server/util.lua /lua/autorun/ulib_init.lua /data/ULib/users.txt etc.. Please note that installation is the same on dedicated servers. Group: Usage Server admins do not "use" ULib, they simply enjoy the benefits it has to offer. After installing ULib correctly, scripts that take advantage of ULib will take care of the rest. Rest easy! Group: Changelog v2.1 - *(01/02/07)* * [FIX] Importing from garry's default user file * [FIX] All users receiving "you do not have access" message. v2.0 - *(01/01/07)* * Initial version for GM10 Group: Developers To all developers, I sincerely hope you enjoy what ULib has to offer! If you have any suggestions, comments, or complaints, please tell us at . If you want an overview of what's in ULib, please visit the documentation at All ULib's functions are kept in the table "ULib" to prevent conflicts. Revisions are kept in the function/variable documentation. If you don't see revisions listed, it hasn't changed since v2.0 If you write a script taking advantage of ULib, stick the init script inside ULib/modules. ULib will load your script after ULib loads, and will send it to and load it on clients as well. Some important quirks developers should know about -- * autocomplete - You have to define the autocomplete on the client, so if you pass a string for autocomplete to ULib.concommand, it will assume you mean a client function. There's also a delay in the sending of these to the client. Group: Credits Thanks to JamminR, who is always there to offer help and advice to those who need it. Group: License This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/ or send a letter to Creative Commons 543 Howard Street 5th Floor San Francisco, California 94105 USA