All Projects → EQEmu → Server

EQEmu / Server

Licence: gpl-3.0
EQEmu - Open Source EverQuest Server

Programming Languages

lua
6591 projects
perl
6916 projects

Projects that are alternatives of or similar to Server

L2dotnet
A server emulator for Lineage2 Interlude written in C#
Stars: ✭ 98 (-69.28%)
Mutual labels:  mmorpg, gameserver, emulator
server
⛵ LandSandBoat - a server emulator for Final Fantasy XI. Just an X-34 landspeeder out for a drive.
Stars: ✭ 103 (-67.71%)
Mutual labels:  emulator, mmorpg
topaz
💎 A server emulator for Final Fantasy XI.
Stars: ✭ 46 (-85.58%)
Mutual labels:  emulator, mmorpg
Sequelizer
A GUI Desktop App for export sequelize models from database automatically.
Stars: ✭ 273 (-14.42%)
Mutual labels:  database, mysql
Bitnami Docker Mariadb
Bitnami MariaDB Docker Image
Stars: ✭ 251 (-21.32%)
Mutual labels:  database, mysql
Mikro Orm
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
Stars: ✭ 3,874 (+1114.42%)
Mutual labels:  database, mysql
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+921.32%)
Mutual labels:  mmorpg, gameserver
Granite
ORM Model with Adapters for mysql, pg, sqlite in the Crystal Language.
Stars: ✭ 238 (-25.39%)
Mutual labels:  database, mysql
Dbq
Zero boilerplate database operations for Go
Stars: ✭ 273 (-14.42%)
Mutual labels:  database, mysql
Node Orm2
Object Relational Mapping
Stars: ✭ 3,063 (+860.19%)
Mutual labels:  database, mysql
Crud
Relational database library for SQL databases & Go.
Stars: ✭ 296 (-7.21%)
Mutual labels:  database, mysql
Php Crud Api
Single file PHP script that adds a REST API to a SQL database
Stars: ✭ 2,904 (+810.34%)
Mutual labels:  database, mysql
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (-24.14%)
Mutual labels:  database, mysql
UltimaPHP
A modern Ultima Online server written in PHP
Stars: ✭ 123 (-61.44%)
Mutual labels:  mmorpg, gameserver
Gorm Bulk Insert
implement BulkInsert using gorm, just pass a Slice of Struct. Simple and compatible.
Stars: ✭ 241 (-24.45%)
Mutual labels:  database, mysql
Wetland
A Node.js ORM, mapping-based. Works with MySQL, PostgreSQL, SQLite and more.
Stars: ✭ 261 (-18.18%)
Mutual labels:  database, mysql
Laconia
🏺 ‎ A minimalist MVC framework.
Stars: ✭ 307 (-3.76%)
Mutual labels:  database, mysql
Django Migration Linter
🚀 Detect backward incompatible migrations for your django project
Stars: ✭ 231 (-27.59%)
Mutual labels:  database, mysql
Warehouse Inventory System
Open source inventory management system with php and mysql
Stars: ✭ 235 (-26.33%)
Mutual labels:  database, mysql
Pg chameleon
MySQL to PostgreSQL replica system
Stars: ✭ 274 (-14.11%)
Mutual labels:  database, mysql

EQEmulator Core Server

Travis CI (Linux) Appveyor (Windows x86) Appveyor (Windows x64)
Linux CI Build status Build status

EQEmulator is a custom completely from-scratch open source server implementation for EverQuest built mostly on C++

  • MySQL/MariaDB is used as the database engine (over 200+ tables)
  • Perl and LUA are both supported scripting languages for NPC/Player/Quest oriented events
  • Open source database (Project EQ) has content up to expansion OoW (included in server installs)
  • Game server environments and databases can be heavily customized to create all new experiences
  • Hundreds of Quests/events created and maintained by Project EQ

Server Installs

Windows Linux
Install Count Windows Install Count Linux Install Count

> Windows

> Debian/Ubuntu/CentOS/Fedora

  • Install Guide

  • You can use curl or wget to kick off the installer (whichever your OS has)

curl -O https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh install.sh && chmod 755 install.sh && ./install.sh

wget --no-check-certificate https://raw.githubusercontent.com/EQEmu/Server/master/utils/scripts/linux_installer/install.sh -O install.sh && chmod 755 install.sh && ./install.sh

Supported Clients

Titanium Edition Secrets of Faydwer Seeds of Destruction Underfoot Rain of Fear

Bug Reports

  • Please use the issue tracker provided by GitHub to send us bug reports or feature requests.
  • The EQEmu Forums are also a place to submit and get help with bugs.

Contributions

  • The preferred way to contribute is to fork the repo and submit a pull request on GitHub. If you need help with your changes, you can always post on the forums or try Discord. You can also post unified diffs (git diff should do the trick) on the Server Code Submissions forum, although pull requests will be much quicker and easier on all parties.

Contact

Resources

Related Repositories

Other License Info

  • The server code and utilities are released under GPLv3
  • We also include some small libraries for convienence that may be under different licensing
    • SocketLib - GPL LibXML
    • zlib - zlib license
    • MariaDB/MySQL - GPL
    • GPL Perl - GPL / ActiveState (under the assumption that this is a free project)
    • CPPUnit - GLP StringUtilities - Apache
    • LUA - MIT

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].