Snapshot mirror of gitlab.com/TheGrandLibrary/eqmacemu/Server (TheGrandLibrary, Sept 2025)
Find a file
regneq 3e9145bf8d [Constants] Race constants clean up.
[Content Filtering] Fixed loot drop where gated items were dropping out of era.
updated database.
2025-09-10 07:15:41 -07:00
.devcontainer update devcontainer for login.json 2024-06-27 22:53:39 -04:00
.vscode removed auto fix trailing whitespace or else git diffs look crazy 2024-06-07 10:30:19 -04:00
client_files [Code] Various Global to Sington Cleanups [import from eqemu] 2025-08-13 07:54:24 -07:00
cmake removed curl from dependencies and cmake since it is not needed. 2023-12-21 17:42:30 -08:00
common [Constants] Race constants clean up. 2025-09-10 07:15:41 -07:00
dependencies removed curl from dependencies and cmake since it is not needed. 2023-12-21 17:42:30 -08:00
eqlaunch [Code] Various Global to Sington Cleanups [import from eqemu] 2025-08-13 07:54:24 -07:00
libs Update Cmake to standard c++20 and cmake minimum requirement to 3.12 2024-06-22 10:04:37 -07:00
loginserver [Code] Various Global to Sington Cleanups [import from eqemu] 2025-08-13 07:54:24 -07:00
queryserv [Code] Various Global to Sington Cleanups [import from eqemu] 2025-08-13 07:54:24 -07:00
shared_memory [Code] Various Global to Sington Cleanups [import from eqemu] 2025-08-13 07:54:24 -07:00
submodules [Performance] Server Reload Overhaul 2025-07-16 05:39:51 -07:00
tests [Code] Various Global to Sington Cleanups [import from eqemu] 2025-08-13 07:54:24 -07:00
ucs * removed attributions (import eqemu) 2025-08-27 07:14:31 -07:00
utils [Constants] Race constants clean up. 2025-09-10 07:15:41 -07:00
world [Constants] Race constants clean up. 2025-09-10 07:15:41 -07:00
zone [Constants] Race constants clean up. 2025-09-10 07:15:41 -07:00
.gitattributes update from takp 2024-01-04 15:44:28 -08:00
.gitignore Adds ShowDotDmgMessages rule_type and implements this feature. Dot damage messages were added in Legacy of Ykesha expansion, so this rule is disabled by default. 2024-05-17 10:33:23 -04:00
.vimrc update from takp 2024-01-04 15:44:28 -08:00
changelog.txt Fix odd files 2024-05-18 05:15:46 -07:00
CMakeLists.txt [Quests] Support Multiple Quest and Lua Module Paths 2025-07-23 07:18:35 -07:00
eqmacemu_changelog.txt initial commit 2023-07-24 08:05:50 -07:00
GPL.txt Fix odd files 2024-05-18 05:15:46 -07:00
LICENSE.md initial commit 2023-07-24 08:05:50 -07:00
README.md Update README.md 2024-06-27 09:40:42 -04:00

EQ Mac - The Al'kabor Project

EQMacEmu is an EverQuest server emulating the original Macintosh version called Al`kabor.


For developers, and advanced users, the entire server stack and content is all open source. This project was originally forked from EQEmu but has diverged, however the documentation still has many relevant parts and is overall a good place for information.

  • For a traditional, manual, Windows installation for developing and running the server. You may use EQEmu documentation for a manual Windows install. You would use this if you want to learn the most and don't mind directly installing all dependencies on your Windows computer. You would also follow this if you would like to use Visual Studios for C++ development.

  • For a manual Linux installation you should just follow the scripts used in the Docker Hub or devcontainer repos described below.

  • For an automatic, simplified, process to quickly stand up a server there is a ready-to-play Docker image at Docker Hub Repository. You would use this if you want to quickly stand up a server for local or LAN play. Since this is docker, no dependencies or additional programs are installed on your computer. This supports Windows and Linux environments.

  • For an automatic development environment using vscode there is a preconfigured devcontainer available. You would use this if you want to quickly stand up a development environment that is configured for building and deploying.

 

Additional repositories related to the server stack