Skip to content

Almamu/evemu_server

 
 

Repository files navigation

EVEmu - An EVE Online Emulator

Introduction

EVEmu is a work-in-progress server emulator for the space MMO EVE Online. This is an educational project. Please see the disclaimer below for details.

ChangeLog

ChangeLog

TODO (Systems requiring implementation and rework)

  • Missions / Agents
  • Fleet
  • POS
  • Planetary Interaction

docker-compose Quickstart

EVEmu can be run with Docker Compose:

git clone https://github.com/evemuproject/evemu_server.git
cd evemu_server
docker-compose -p evemu up -d

NOTE: Add --build to the docker-compose up command to force a rebuild of the source. This is useful when making code changes.

By changing build: to image: in docker-compose.yml, you can use the prebuilt images available.

Configuraiton files are stored in the evemu_config volume. These can be modified and will persist across restarts.

To shutdown EVEmu:

docker-compose -p evemu down

Building with Docker

EVEmu can now be built with docker to ensure a consistent dependency base. This can be done by executing docker build . in the root directory. It is highly suggested to build EVEmu from the latest release available on the releases page.

Releases

Communication / Contact

Check out the new EVEmu Project website, our Discord and Forums!

Disclaimer

EVEmu is an educational project. This means, our primary interest is to learn and teach us and our users more about C++ project development in a large scale. Our software is not intended for running public servers, and we do not support that. We are not responsible for what others do with the source code downloaded from this project.

Legal

------------------------------------------------------------------------------------
LICENSE:
------------------------------------------------------------------------------------
This file is part of EVEmu: EVE Online Server Emulator
Copyright 2006 - 2021 The EVEmu Team
For the latest information visit https://evemu.dev/
------------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
Place - Suite 330, Boston, MA 02111-1307, USA, or go to
http://www.gnu.org/copyleft/lesser.txt.
------------------------------------------------------------------------------------

About

MAIN SERVER DEVELOPMENT

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 62.6%
  • C# 30.6%
  • C 3.3%
  • Hack 2.4%
  • CMake 0.7%
  • Python 0.2%
  • Other 0.2%