HowTo: Configure SCInterface for Games
From SCInterface Wiki
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:
- 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";
- 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:
- Login to the web UI.
- Select Admin -> SControllers tab.
- Click on the Edit button next to the appropriate SC.
- Change the SConnector to a voice server or game SC.
Additional Useful References:

