No description
Find a file
2017-11-13 21:42:27 +01:00
code adding comment on ceriticate generation 2017-11-13 21:42:27 +01:00
dist remove comment for manager 2017-11-13 21:36:34 +01:00
.dockerignore adding new method to start server (in container) 2017-10-09 22:11:54 +02:00
.editorconfig Editor config script 2015-09-19 17:15:06 +02:00
.gitignore ignore temporary file in git 2017-10-11 20:46:08 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2017-03-20 18:53:09 +01:00
LICENSE Revert "mise a jour de RC" 2017-03-15 20:43:10 +01:00
README.md update README 2017-08-29 23:30:09 +02:00

Ryzom Core Build Status

Ryzom Core is the open-source project related to Ryzom Game. Written in C++, Ryzom Core contains the whole code (client, server, tools) used to make the commercial MMORPG Ryzom. Ryzom Core is a toolkit for the development of massively multiplayer online universes. It provides the base technologies and a set of development methodologies for the development of both client and server code.

Ryzom Core is open source and released under the terms of the GNU Affero General Public License 3.0 (GNU/AGPLv3) for the source code and the Creative Commons Attributions-ShareAlike 3.0 (CC-BY-SA) for the art assets. Which means you can create your own game using Ryzom Core, for more information on doing so check out Creating Your Own Game Using Ryzom Core.

Modification par la Team Khaganat

Clone repo

git clone https://git.khaganat.net/aleajactaest/khanat-code.git

git clone https://git.khaganat.net/khaganat/khanat-ressources.git

git clone https://git.khaganat.net/khaganat/khanat-data-client.git

BUILD

(use docker)

archi x64_86:

command :

./dist/docker/builder/debian/jessie/x86_64/build.sh -c -r -j 4 -a '-DWITH_SYMBOLS=ON' -m '-m 20g' -d

result:

package : ./code/build/builder_khanat_debian_jessie_x86_64/ryzomcore-*.tar.gz

log build : ./code/build/builder_khanat_debian_jessie_x86_64/build.log

all file generated on build : ./code/build/builder_khanat_debian_jessie_x86_64/

COMPIL SERVER and START

Compil server :

(prepare server / initialize khanat / database / patch)

./dist/docker/server/debian/jessie/x86_64/server.sh -b -t -q -z -k -n

Start server :

(You need tape Enter when application ask to start server)

./dist/docker/server/debian/jessie/x86_64/server.sh

Connect server with ssh (only if server is started)

./dist/docker/server/debian/jessie/x86_64/server.sh --ssh