Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Reve's full-sized avatar

Alexandru Gheorghita Reve

  • Bucharest, Romania
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<title>WebSocket Client</title>
<style>
#output {
border: solid 1px #000;
}
</style>
</head>
@Reve
Reve / Crucible Server Tutorial.md
Last active May 30, 2021 21:48
Crucible Server Tutorial

'''The EVEmu project is a developing EVE Online server suite and as yet does not support most features offered in the game.'''

'''EVEmu Crucible is compatible with EVE Crucible Client v1.6.5 build 360229.'''

= 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. [[:New Users Guide|For users who are new]] to build servers and would like some background information on what they are doing for learning please go [[:New Users Guide|here]]'''.

There is a video guide [http://www.youtube.com/watch?feature=player_embedded&v=6-1WyPIbptw here]. Evemu did NOT make this guide and it is different to the instructions listed below.