Skip to content
Neon edited this page Dec 18, 2019 · 34 revisions

Troubleshooting with adding game server

Choosing game type

  • For Counter-Strike 1.6 - Half-Life or Half-Life WON
  • For Counter-Strike: Global Offensive - Source ( Half-Life 2 )
  • For Garry's Mod - Source ( Half-Life 2 )
  • For Killing Floor 2 - Source ( Half-Life 2 )
  • For Unturned - Source ( Half-Life 2 )
  • For Rust - Source ( Half-Life 2 )
  • For 7 Days To Die - Source ( Half-Life 2 )
  • For DayZ Standalone - Source ( Half-Life 2 ) or Arma 3

My server won't working!!

Before you say that LGSL isn't works:

  1. Make sure your web hosting has open ports and allow to sending requests to game servers.
  2. Make sure you're entered right connection port and query port.
  3. Make sure your server is working now and also server's ports is opened.
  4. 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.

Changing visuals

How do I change style?

  • 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.

How do I change language?

  • 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!

How can I make my own style?

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!

How can I help with .. ?

Any your changes you can suggest to Issues page.