Skip to content

Marcuzz/MetroLoad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REQUIREMENTS

  • A webserver with PHP installed

INSTALLATION INSTRUCTIONS

EDITING INSTRUCTIONS

config.php

boxes/row1/*.php

boxes/row2/*.php

boxes/row3/*.php

* = anything

  • In config.php you have all the global settings regarding the loading screen. Background colours, background images, music settings, etc.
  • In the row folders you have the settings for each specific box. Example, editing 1-gamemode.php will edit what shows in the blue gamemode/maxplayers box.
  • The 1- represents it's the first box in the row. Make it 3- and the third one 1- and they will switch places. You can add more than 3 files in one row assuming you have enough $size left. If all the boxes sizes equal 12 then you can not add any more boxes.

DEBUGGING

  • If you are getting warning errors make sure error_reporting in your php.ini is set to a PRODUCTION VALUE(EALL & ~E_DEPRECATED)

  • If your loading screen is not working properly ingame please ENSURE that you're using the right sv_loadingurl example: sv_loadingurl "http://yoursite.com/index.php?steamid=%s&mapname=%m"

  • In the browser DO NOT use ?steamid=%s&mapname=%m just simply type in the URL like this: http://yoursite.com/

  • Got any suggestions please open an issue on github or add me on Steam, thanks! :)

About

MetroLoad - A GMod Loadingscreen

Resources

Stars

Watchers

Forks

Packages

No packages published