All Projects → TeamUlysses → Ulib

TeamUlysses / Ulib

Licence: other
ULib: A Lua library for more rapid development on Garry's Mod servers

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Ulib

WorkshopManager
CLI tool to install and update Steam Workshop mods
Stars: ✭ 25 (-60.32%)
Mutual labels:  steam, workshop
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (-9.52%)
Mutual labels:  steam, workshop
2018 Android Architecture Components Workshop
Android Architectures & Architecture Components Hands-on
Stars: ✭ 45 (-28.57%)
Mutual labels:  workshop
Owasp Workshop Android Pentest
Learning Penetration Testing of Android Applications
Stars: ✭ 60 (-4.76%)
Mutual labels:  workshop
Tcpinginfoview Classic
TCP 连接延迟测试
Stars: ✭ 54 (-14.29%)
Mutual labels:  steam
Workshops
Stars: ✭ 47 (-25.4%)
Mutual labels:  workshop
Steamwebpipes
🚀 Pushes Steam changelists to WebSocket clients
Stars: ✭ 56 (-11.11%)
Mutual labels:  steam
Kafka Workshop
Materials (slides and code) for Kafka and Kafka Streams Workshop
Stars: ✭ 44 (-30.16%)
Mutual labels:  workshop
4tu Css
Material for a Computational Social Science (CSS) Workshop hosted by the four Dutch technical universities.
Stars: ✭ 61 (-3.17%)
Mutual labels:  workshop
Frontendmasters Serverless
Source code for the Serverless workshop on Frontend Masters.
Stars: ✭ 54 (-14.29%)
Mutual labels:  workshop
Giveawaycompanion
Saves your time on games giveaway sites.
Stars: ✭ 59 (-6.35%)
Mutual labels:  steam
Personal Influxdb
Import data from various APIs into InfluxDB
Stars: ✭ 51 (-19.05%)
Mutual labels:  steam
Steambridge
A UE4 implementation of the Steamworks API.
Stars: ✭ 48 (-23.81%)
Mutual labels:  steam
Proton Ge Custom Updater
Simple updater for custom Proton distributions
Stars: ✭ 57 (-9.52%)
Mutual labels:  steam
Azuremonitoringhackathon
Operationalize Azure deployments with Azure platform tools​
Stars: ✭ 46 (-26.98%)
Mutual labels:  workshop
Steam Buddy
A web interface for managing Steam remotely
Stars: ✭ 61 (-3.17%)
Mutual labels:  steam
Pwa Workshop Angular Firebase
Build a production ready PWA with Angular and Firebase! This workshop consists of multiple steps for producing a PWA by transforming a regular web app - Ionic Conference App into a PWA, finally deploying it to Firebase.
Stars: ✭ 45 (-28.57%)
Mutual labels:  workshop
Air For Steam
An elegant and customizable skin for Steam
Stars: ✭ 1,044 (+1557.14%)
Mutual labels:  steam
Oxygennotincluded Japanese
Oxygen Not Included 日本語化
Stars: ✭ 54 (-14.29%)
Mutual labels:  steam
Esteemed Innovation
The Esteemed Innovation mod for Minecraft focused around steam power tech and innovative content. Formerly known as Flaxbeard's Steam Power.
Stars: ✭ 62 (-1.59%)
Mutual labels:  steam

ULib

ULib is a developer library for GMod 13 (http://garrysmod.com/).

ULib provides such features as universal physics, user access lists, and much, much more!

Visit our homepage at http://ulyssesmod.net/.

You can talk to us on our forums at http://forums.ulyssesmod.net/.

Requirements

ULib requires a working copy of the latest garrysmod, and that's it!

Installation

Workshop

ULib's workshop ID is 557962238. You can subscribe to ULib via Workshop here.

Classic

To install ULib, simply extract the files from the downloaded archive to your garrysmod/addons folder. When you've done this, you should have a file structure like this:

<garrysmod>/addons/ulib/lua/ULib/init.lua

<garrysmod>/addons/ulib/lua/ULib/server/util.lua

<garrysmod>/addons/ulib/lua/autorun/ulib_init.lua

<garrysmod>/addons/ulib/data/ULib/users.txt

Please note that installation is the same on dedicated servers.

You absolutely, positively have to do a full server restart after installing the files. A simple map change will not cut it!

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!

Credits

ULib is brought to you by..

Changelog

See the CHANGELOG file for information regarding changes between releases.

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 http://forums.ulyssesmod.net/.

If you want an overview of what's in ULib, please visit the documentation at http://ulyssesmod.net/docs/. If you find any bugs, you can report them at https://github.com/TeamUlysses/ulib/issues.

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].