HowTo: Configure SCInterface for Games

From SCInterface Wiki

Jump to: navigation, search

The following defines that steps that must take place for game servers after installing SCInterface using the SCInterface Quick Start Guide. This includes choosing the correct UI language file.

Before continuing, you must have the UI, SCM and at least one SC running in order to tune SCInterface specifically for running game servers. Complete instructions can be found within the SCInterface Quick Start Guide.

Set the Game Servers Language File

The game servers language file must be loaded by default in order to have the SCInterface UI show game server specific languages. To do this:

  1. Main Web Interface - With a text editor (such as vi), open the PHP UI's variables.php file located under scinterface/www/include/. Modify the following line and make sure it is set to games (with an 's'):
    $LANG = "games";
  2. PocketSCI (Mobile Web) Interface - With a text editor (such as vi), open the PHP UI's variables.php file located under scinterface/pda/www/include/. Modify the following line and make sure it is set to games (with an 's'):
    $LANG = "games";

Adding an SC - Voice Servers

The following applies to some servers only when managing another specific types of servers with SCInterface:

If you have installed the SC onto the same system as your control panel and added the SC (perhaps a Linux SC) to your SCM, change the SC to an SC labeled Voice Server Linux SC based on the appropriate platform type. To do this:

  1. Login to the web UI.
  2. Select Admin -> SControllers tab.
  3. Click on the Edit button next to the appropriate SC.
  4. Change the SConnector to a voice server or game SC.


Additional Useful References:

Personal tools