Skip to content

Core DLL for EverQuest to do patching, opt in to features

Notifications You must be signed in to change notification settings

twincannon/eq-core-dll

 
 

Repository files navigation

eq-core-dll

Core DLL for EverQuest to do patching, opt in to features

Requirements

  • Visual Studio 2022 or 2019 (2017 in theory could work but attempting was a lot of linker errors not worth fixing)
  • Windows 10 SDK (You can find it via the Visual Studio Installer program, modify, individual components, if you get an error about it on compile)

Usage

  • Fork this repo (or clone, and make your copy private)
  • Open the eq-core-dll-visualstudio20##.sln file (based on version you have installed)
  • Click Build, verify success
  • Find src/_options.h, and set values to true where you want enabled, or follow instructions for custom values
  • Click Build again, verify success
  • Copy bin/dinput8.dll to your eq client directory

About

Core DLL for EverQuest to do patching, opt in to features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.1%
  • C 12.7%
  • Makefile 0.2%