-
Notifications
You must be signed in to change notification settings - Fork 0
dlgg/TCL-Game-Server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
######################################################################## # TCL Game Service ######################################################################## # Index ######################################################################## 1. Description 2. 3. Installation 4. Configuration 5. Games addons 6. Funs addons 7. Credits # 1. Description ######################################################################## TCL Game Service is an unreal 3.2 service who provides many games and fun utilities. Each game and fun utility can be activated independantly # 2. Download ######################################################################## a. Latest stable version ------------------------ There is no stable version for the moment b. Latest live version ---------------------- Download live archive from https://github.com/dlgg/TCL-Game-Server/tarball/master or you can use git : git clone git://github.com/dlgg/TCL-Game-Server.git # 2. Installation ######################################################################## - Extract it - Rename folder - Modify config.tcl - Run it You can add a crontab : * * * * * /path/to/gameserver.sh start # 3. Configuration ######################################################################## You will find below a list of variable which are safe to be changed. Please avoid to modify other variable unless you know what you do or if the developpers ask you to do it. a. General options ------------------ mysock(debug) 0 for no debug / 1 (default) for debug informations in log. mysock(lang) Available for the moment : en fr. mysock(toload) Lists of modules to load. This is the name of files under the games directory whitout the extension. b. Service configuration ------------------------ mysock(ip) IP address of your IRC hub for the connection of the TCL Game Service. mysock(port) Port of your irchub. This need to be a serverport. mysock(password) Password specified un unrealircd.conf for the link. mysock(numeric) Unique identifier on the network of the service. mysock(servername) Full DNS address of the service on the network. mysock(networkname) Name of your IRC Network. Please be careful, this is case-sensitive and need to be the same on all the IRC servers. mysock(hub) Full DNS address of the hub where you connect the TCL Game Service. c. Master Bot Controller ------------------------ mysock(nick) Nickname of the main bot mysock(username) Username of the main bot mysock(hostname) Hostname of the main bot mysock(realname) GECOS of the main bot mysock(adminchan) Logchan for the services mysock(chanlist) Lists of all chans where the main bot needs to be. Don't add the games chans. The bot will join it automatically. The masters bots addons will be active on all chans by default unless they are coded for filtering the chans. mysock(root) Name of the main adminsitrator of the service. For the moment this is the only one person who can use the admin commands. Administrators of the service will be add soon. mysock(cmdchar) Character to use for prefixing the command. For not confusing with other bots or hiding the commands. d. Partyline configuration -------------------------- mysock(plip) IP to listen for the partyline. By default listen on all IP of the system (bind on 0.0.0.0) mysock(plport) Port to listen for the partyline. By default 45000 mysock(plpass) Port to use for authentification on partyline. It is the same for all admins for the moment until admins code is done. e. Unreal link block --- 5008 ----------------- link tcl.hebeo.fr { username *; hostname *; bind-ip 192.168.42.1; port 7029; hub *; password-connect "tclpur"; password-receive "tclpur"; class servers; }; You also need to add the servername of TCL Game Service to ulines block. ulines { services.hebeo.fr; tcl.hebeo.fr; }; # 4. Games addons ######################################################################## TODO # 5. Funs addons ######################################################################## TODO # 6. Credits ######################################################################## TODO
About
A irc server who provides games.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published