No description
This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2005-12-12 13:46:07 +00:00
.gitattributes Add Tic-Tac-Toe User game 2005-05-26 02:29:33 +00:00
AUTHORS initial upload of GamesServ for NeoStats 3.0 2005-01-30 07:48:44 +00:00
bomb.c use core boolean type rather than additional local ones 2005-10-18 22:25:50 +00:00
bomb_help.c help system update 2005-05-25 17:41:26 +00:00
ChangeLog Add Tic-Tac-Toe User game 2005-05-26 02:29:33 +00:00
common.c allow chan owners/protected/halfops etc to start kick games when set to chanops only 2005-12-11 12:09:06 +00:00
configure fix up all version numbers properly this time hopefully :) 2005-12-12 13:46:07 +00:00
configure.in fix up all version numbers properly this time hopefully :) 2005-12-12 13:46:07 +00:00
COPYING initial upload of GamesServ for NeoStats 3.0 2005-01-30 07:48:44 +00:00
gamesserv.c fix up all version numbers properly this time hopefully :) 2005-12-12 13:46:07 +00:00
gamesserv.h fix up all version numbers properly this time hopefully :) 2005-12-12 13:46:07 +00:00
gamesserv.vcproj update Win32 build to VS2005 2005-11-14 22:35:49 +00:00
gamesserv_help.c update copyright and ./configure 2005-03-27 14:59:59 +00:00
hilo.c use core boolean type rather than additional local ones 2005-10-18 22:25:50 +00:00
hilo_help.c help system update 2005-05-25 17:41:26 +00:00
install-sh initial upload of GamesServ for NeoStats 3.0 2005-01-30 07:48:44 +00:00
LICENSE initial upload of GamesServ for NeoStats 3.0 2005-01-30 07:48:44 +00:00
Makefile.in Add Tic-Tac-Toe User game 2005-05-26 02:29:33 +00:00
modconfig.h.in fix up all version numbers properly this time hopefully :) 2005-12-12 13:46:07 +00:00
modconfigwin32.h update copyright and ./configure 2005-03-27 14:59:59 +00:00
NEWS initial upload of GamesServ for NeoStats 3.0 2005-01-30 07:48:44 +00:00
README.GamesServ change file formats from windows to *nix 2005-02-23 15:33:40 +00:00
RELNOTES fix up all version numbers properly this time hopefully :) 2005-12-12 13:46:07 +00:00
russian.c use core boolean type rather than additional local ones 2005-10-18 22:25:50 +00:00
russian_help.c help system update 2005-05-25 17:41:26 +00:00
ttt.c scope fixes 2005-10-18 22:13:38 +00:00
ttt_help.c help fixes and few tidy ups 2005-10-18 21:42:34 +00:00

GamesServ Manual
_________________________________________________________________

   1. Prerequisites and Installation.

        1.1. Compiling and Installation

   Welcome  to  the  GamesServ Manual. This document will aid you in
   setting up and running GamesServ on your IRC network.

   GamesServ is a Game Service, for multiple small games.

1. Prerequisites and Installation.

   GamesServ is designed to run on Top of NeoStats 3.0
   Please  refer  to  the  NeoStats website  for more
   information on the requirements for NeoStats.

   GamesServ requires the following:
     * NeoStats 3.0 or Higher correctly installed and Running
     * The time to read this entire document.


1.1. Compiling and Installation

   As  long  as  you  have  successfully setup NeoStats, and installed it
   correctly,  Compiling  GamesServ is very simple and straight forward. First
   you  must  extract  the  files  from  the download package. This is as
   simple as:
bash$ tar -xzf GamesServ-<ver>.tar.gz

   This  should  then  create  a  directory  called  GamesServ-<version>
   where <version> is the Version of GamesServ. Then Proceed to Change
   into the GamesServ directory, and run Configure as follows:
bash$./configure [--with-neostats=<dir>]

   --with-neostats=<dir> should be used if your neostats directory is not
   in a standard location (~/NeoStats3.0/). Replace <dir> with the full path
   to your NeoStats installation directory (NOT SOURCE DIRECTORY)

   If  the  configuration did not produce a error, you may then move onto
   Compiling  GamesServ.  Compiling  is simply just issuing the "make" command
   (or "gmake" if you are running BSD):

   Again,  check  for  Error  messages.  As  long  as there are not error messages,
   "make install" (or "gmake install" if you are running BSD) will install GamesServ,
   this README file, and any auxiluary files needed into your NeoStats directory:

   Once  Installation  is  complete, you can either configure NeoStats to
   load GamesServ when it starts, or load GamesServ via IRC.

   To  Configure  NeoStats  to automatically load GamesServ when it boots, add
   the  following  line  to  your  "neostats.conf"  file  in  the NeoStats
   directory:

   LOAD_MODULE GamesServ

   To  load  GamesServ  via  IRC,  you must make sure you have the appropriate
   permissions and issue the following command:

   /msg neostats load GamesServ

   Thats  it.  GamesServ  is  now  loaded  and ready for use.
   /msg GamesServ help