diff options
| author | Franklin Wei <git@fwei.tk> | 2016-04-14 20:21:02 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-04-14 20:21:02 -0400 |
| commit | cfe28eb7eda17e4a604749fe2f027153a2ac5b6e (patch) | |
| tree | 5da61d886606c84c039b4e095ab6a295861f4605 /README.md | |
| parent | 3f0e7a64b91958f951c4e94bbd5b4363a8faa553 (diff) | |
| download | netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.zip netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.gz netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.bz2 netcosm-cfe28eb7eda17e4a604749fe2f027153a2ac5b6e.tar.xz | |
things
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -28,6 +28,22 @@ the CAP_NET_BIND_SERVICE capability on Linux: If running as root, you will need an unprivileged user called 'nobody' on your system in order for things to work. +After granting permissions, if necessary, start the server and run the +initial setup process. + + $ ./build/unix.bin 23 + *** NetCosm 0.5.2 (libev 4.20, OpenSSL 1.0.2g 1 Mar 2016) *** + Welcome to NetCosm! + Please set up the administrator account now. + Admin account name: blah + Admin password (_DO_NOT_ USE A VALUABLE PASSWORD): password here + Add user 'blah' + Listening on port 23. + +Then connect to the server and start playing: + + telnet localhost + ## Todo List * Game scripting @@ -88,7 +104,7 @@ latency. Versions are numbered using the MAJOR.MINOR.BUGFIX scheme. -The latest version is 0.5.1. +The latest version is 0.5.2. Major versions mark major milestones (see below), minor versions mark incremental milestones and compatibility of data files, and bugfix |