-
Notifications
You must be signed in to change notification settings - Fork 49
Home
- Download stable version or latest commit. (*Note that commit can have any bugs)
- Backup your LGSL.
- Extract new LGSL into your LGSL folder with replacing (DO NOT replace lgsl_config.php)
- If everything is good - now you have most latest version of LGSL.
- In other cases just roll back to your backup version.
There are two ways you can enter the Admin panel: (Note that you need to install LGSL first)
- Just typing http://your_website/lgsl_folder/admin.php (For example: http://lgsl-demo.freesite.vip/lgsl6/admin.php)
- Clicking on the top right corner of the page. Cheers, you just found a hidden link, ha-ha.
- For 7 Days To Die - Source Protocol ( Half-Life 2, etc. )
- For Ark Survival Envolved - Source Protocol ( Half-Life 2, etc. )
- For Counter-Strike 1.6 - Half-Life - Steam Protocol
- For Counter-Strike: Global Offensive - Source Protocol ( Half-Life 2, etc. )
- For DayZ Standalone - Source Protocol ( Half-Life 2, etc. ) or Arma 3
- For Garry's Mod - Source Protocol ( Half-Life 2, etc. )
- For Killing Floor 2 - Source Protocol ( Half-Life 2, etc. )
- For Project Zomboid - Source Protocol ( Half-Life 2, etc. )
- For Rust - Source Protocol ( Half-Life 2, etc. )
- For Space Engineers - Source Protocol ( Half-Life 2, etc. )
- For Unturned - Source Protocol ( Half-Life 2, etc. )
Before you say that LGSL isn't works:
- Make sure your web hosting has open ports and allow to sending requests to game servers.
- Make sure you're entered right connection port and query port.
- Make sure your server is working now and also server's ports is opened.
- For some servers uses slightly different query port than connection port. Try to enter query port as "connection port + 1". For example: Connection port 27015, so you trying to enter Query port 27016. That often meets with Killing floor, Unturned and some other servers. Also check that page.
- Go to lgsl_config.php
- Find $lgsl_config['style'] = "breeze_style.css"; and replace at $lgsl_config['style'] = "darken_style.css"; for example.
You can find styles at /lgsl_files/styles/ folder.
- Go to lgsl_config.php
- Find include("languages/english.php"); at very end of file and replace at include("languages/russian.php"); for example.
You can find languages at /lgsl_files/languages/ folder.
Can't find your language? Contribute us your own translation! (You can use Google Translator if you need)
You need to know CSS3 or so.
- Make file your_file_name.css at /lgsl_files/styles/ folder.
- Change style in lgsl_config.php and now you have your own custom style of LGSL!
Any your ideas you can suggest to Issues page. Also you can fork LGSL repository and give a star. Thanks!
- All of map images stores at /lgsl_files/maps/
- Images should be only .png, .gif, .jpg
- Since LGSL v5.10.2 you can add images with various resolutions (but keep in mind that can affects on page loading speed)
For example, we have any CS:GO server with map de_dust2. So to add map image we need to look at game type, game name and map name. CS:GO has gametype "source", game name "csgo" and map name "de_dust2". After we get that we can upload map image called de_dust2.jpg into /lgsl_files/maps/source/csgo/ folder. If it isn't exists - just create! That's all! If you correctly made it default map image will be replaced with yours new.
Most common images you can download from here.