Log in

View Full Version : Client from the ground up?


keeblerkoder
06-23-2026, 02:16 PM
I'm building a reverse engineered open source EQEmu client from the ground up for educational purposes.

Do you know of any similar clients or projects out there? I didn't find any in a cursory search, but thought this would be a good place to double check.

Cheers,
K

keeblerkoder
07-06-2026, 03:28 PM
My automation friendly game client - https://github.com/djhenry/eqoxide - reverse engineered from the Titanium and ROF2 clients and EQEmu project. This client does not provide any copyrighted game content, so you have to provide your own (scripts to convert original s3d and serve it to the client https://github.com/djhenry/eqoxide_asset_server , either run locally or as a sidecar for your EQEmu server).

STILL UNDER DEVELOPMENT! USE AT YOUR OWN RISK!!