Skip to content

EvEmu-Project/evemu_Crucible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d5e206 · Mar 17, 2023
Apr 9, 2021
Dec 19, 2022
Apr 4, 2021
Mar 17, 2023
Jan 20, 2023
Feb 25, 2023
Jan 18, 2023
Apr 6, 2022
Jul 30, 2021
Apr 10, 2022
Jan 17, 2023
Jan 17, 2023
Oct 15, 2021
Mar 27, 2021
Jan 17, 2023

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

EVEmu Software Development Kit

The EVEmu project maintains a set of pre-configured tools and environments which help setting up a new devlopment station. Check them out

Additional details on the SDK is available on the wiki.

docker-compose Quickstart

EVEmu can be run with Docker Compose:

git clone https://github.com/EvEmu-Project/evemu_Crucible.git
cd evemu_Crucible
docker-compose -p evemu up --build -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.
------------------------------------------------------------------------------------