Introduction
EVEmu is a work-in-progress server emulator for the house MMO EVE On-line. That is an academic venture. Please see the disclaimer beneath for particulars.
ChangeLog
EVEmu Software program Improvement Equipment
The EVEmu venture maintains a set of pre-configured instruments and environments which assist organising a brand new devlopment station. Check them out
Extra particulars on the SDK is available on the wiki.
docker-compose
Quickstart
EVEmu will be run with Docker Compose:
git clone https://github.com/EvEmu-Mission/evemu_Crucible.git
cd evemu_Crucible
docker-compose -p evemu up --build -d
NOTE: Add --build
to the docker-compose up
command to pressure a rebuild of the supply. That is helpful when making code modifications.
By altering construct:
to picture:
in docker-compose.yml
, you need to use the prebuilt photos obtainable.
Configuraiton information are saved within the evemu_config
quantity. These will be modified and can persist throughout restarts.
To shutdown EVEmu:
docker-compose -p evemu down
Constructing with Docker
EVEmu can now be constructed with docker to make sure a constant dependency base. This may be carried out by executing docker construct .
within the root listing.
It’s extremely instructed to construct EVEmu from the most recent launch obtainable on the releases web page.
Communication / Contact
Try the brand new EVEmu Project website, our Discord and Forums!
Disclaimer
EVEmu is an academic venture.
This implies, our major curiosity is to be taught and train us
and our customers extra about C++ venture growth in a big
scale. Our software program just isn’t supposed for operating public servers,
and we don’t assist that. We aren’t accountable for what others
do with the supply code downloaded from this venture.
Authorized
------------------------------------------------------------------------------------
LICENSE:
------------------------------------------------------------------------------------
This file is a part of EVEmu: EVE On-line Server Emulator
Copyright 2006 - 2021 The EVEmu Group
For the most recent data go to https://evemu.dev/
------------------------------------------------------------------------------------
This program is free software program; you'll be able to redistribute it and/or modify it underneath
the phrases of the GNU Lesser Normal Public License as revealed by the Free Software program
Basis; both model 2 of the License, or (at your possibility) any later
model.
This program is distributed within the hope that it will likely be helpful, however WITHOUT
ANY WARRANTY; with out even the implied guarantee of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser Normal Public License for extra particulars.
It is best to have acquired a replica of the GNU Lesser Normal Public License together with
this program; if not, write to the Free Software program Basis, Inc., 59 Temple
Place - Suite 330, Boston, MA 02111-1307, USA, or go to
http://www.gnu.org/copyleft/lesser.txt.
------------------------------------------------------------------------------------