A loading screen for Garry's Mod
- Download web into your php webserver into a folder called
CxLoad
- Edit
config.php
and put your Steam API key and allowed SteamIDs (64) - Go to
/CxLoad
on your webserver - Login and edit the loading screen
- Put
cxloadaddon
intogarrysmod/addons
- Edit
cxload_config.lua
- Set
sv_loadingurl
to your webserver/CxLoad/load.php
- Added another loading style
- Simple Player: only shows player information
- DarkRP Support
- Lua addon which allows for communication with CxLoad
- Sends player's DarkRP money upon spawn (Doesn't show up on FIRST join)
- Gamemode Support
- New config option to toggle gamemode display and features
- Style Changes
- Automatic background detecting
- Added style selecting
- Fixed spelling/grammar is some places
- Made code more readable
- Changed folder structure
- Changed default loading style
- Added default value checking for settings (seen in
./inc/utils.php
) - Changed License to AGPL-3.0
- Initial Release