zocheez / wotlk-arcemu

World Of Warcraft 3.3.5a server package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo Arcemu

Project Status

This project is mostly abandoned since the end of 2014. It is only developed and maintained ocassionally.

Build Status

master_actions Dockerized Linux build with Github Actions

Build status Windows build on AppVeyor

Code Quality

CodeFactor CodeFactor static analysis

Introduction

Arcemu is a World of Warcraft server package. Based on the popular Ascent project (defunct as of 2007) it aims to provide players with a gameplay very close or identical to the real thing as of World of Warcraft version 3.3.5a.

It's a multithreaded C++ application with a relational database as a data storage backend(mysql).

It supports easy extension, and customization with the following scripting languages:

  • Lua
  • Python (experimental)

Installation

For installation instructions see the wiki and the forums.

Development box

You can get yourself a quick and dirty installation by using Vagrant. It will set up a virtual machine for you, with Arcemu installed.

  • Install Vagrant and VirtualBox
  • Create a directory somewhere
  • Check out Arcemu code to that directory
  • Go to the created directory in the command line / shell
  • Issue the command 'vagrant up', and wait until the process finishes.

Vagrant will download an OS for the virtual machine and then build and install Arcemu, this process will take a while. After it is done, you can log in to the box, and switch to the arcemu user using the following commands:

vagrant ssh
sudo su - arcemu

Links

About

World Of Warcraft 3.3.5a server package

License:GNU Affero General Public License v3.0


Languages

Language:C 39.4%Language:Python 32.1%Language:C++ 26.3%Language:XSLT 1.0%Language:Lua 0.5%Language:HTML 0.2%Language:CMake 0.2%Language:PHP 0.1%Language:JavaScript 0.1%Language:Common Lisp 0.0%Language:PLSQL 0.0%Language:Roff 0.0%Language:Shell 0.0%Language:CSS 0.0%Language:Dockerfile 0.0%Language:Batchfile 0.0%Language:Assembly 0.0%Language:PowerShell 0.0%Language:VBScript 0.0%