paolofrancioso / SynMUD

SynMUD - A SCI-FI MUD (Project started in 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

How to start

Git Clone or download project. Go to src folder:

  • make clean
  • make

Best way to boot the mud is "nohup startup &" in src directory. 'nohup' is an abbreviation of 'no halt user process', which prevents killing the mud's process when you logoff your user in the shell. You can also type sh qstart from src folder. Default Port is 9500. You can change it in startup file.

For an easier start to get your mud going, there is a premade level 36 administrator named 'admin'. The password is 'admin'.

You should immediately change your name and password. This obviously goes without saying, but. Who knows.

NOTES: Under Players folder please create all the folders to contain characters file as: a b c d ...

About

SynMUD - A SCI-FI MUD (Project started in 2018)

License:Open Software License 3.0


Languages

Language:C 99.6%Language:Makefile 0.2%Language:C++ 0.1%Language:PHP 0.1%Language:HTML 0.0%