Skip to content

Lumiahna/suckerserv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* WARNING : This is NOT a stable release, so if you encounter problems,
  please report all of them and don't hesitate to send patches. 
  Bugtracker: https://github.com/SuckerServ/suckerserv/issues *

* Since the v3 authserver has not been entirely ported to v4/5,
 if you want to use it, please install the SuckerServ-v3's one.
 More information at: https://wiki.piernov.org/en:suckerserv:auth *

This server is based on HopMod-v5. http://hopmod.googlecode.com/


== How to build SuckerServ ==

Installation guide : https://wiki.piernov.org/en:suckerserv:installation

Be sure to install all the dependencies needed!
List: https://wiki.piernov.org/en:suckerserv:installation#required_dependencies

= Quick installation =

Make sure the script is marked as executable:
    chmod +x compile.sh
Then run it:
    ./compile.sh

Usage: ./compile.sh [--recompile] [--debug] — Build SuckerServ-v5
          --recompile   — Delete $COMPILEDIR (release_build or debug_build with --debug) before compiling SuckerServ again
          --debug       — Make a debug build

In case the compilation fails with memory allocation error, you can try to 
lower the number of threads used to compile by setting the THREADS variable.
For exemple:
    THREADS=1 ./compile.sh


== Starting and stopping the server ==

To start the server, run:
    ./bin/server start
And to stop it:
    ./bin/server stop


== Configuration ==

The configuration file is located at conf/server.conf


== Help ==

For more informations, read the wiki located at: https://wiki.piernov.org/
You can also contact us at IRC: #suckerserv@irc.gamesurge.net

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.3%
  • C 7.1%
  • Lua 3.1%
  • JavaScript 0.2%
  • CMake 0.1%
  • Shell 0.1%
  • Other 0.1%