Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 2.38 KB

README.md

File metadata and controls

36 lines (31 loc) · 2.38 KB

EQ to WOW Converter

Converts the EverQuest assets from the original game into World of Warcraft 3.3.5

Current State

It is currently still in heavy development and things are changing daily. Currently these features are completed (for classic):

  • Map Geometry & Collision
  • Ladders
  • Water/Lava
  • Zone Lines
  • Fog / Exterior Environment Lighting
  • Vertex Colors (on WMOs)
  • Point Sounds (campfires, running water, etc)
  • Ambient Sounds
  • Music
  • Creatures

Requirements

  • Windows build environment
  • AzerothCore based WoW 3.3.5 server, with the mod-everquest mod installed (https://github.com/NathanHandley/mod-everquest)
  • Installed and unpatched client of the EverQuest Trilogy
  • Installed 3.3.5 WoW client, US version (with nosignature patch)

Instructions

  1. Set all of your paths propertly in Configuration.cs ("Paths and Files" section)
  2. Build and use EQWOWConverter and run the command "Perform Everything"
  3. Deploy your files. Alternately, you can set the configs in Deployment Rules so that they deploy for you
  4. Regenerate map/vmap files for the server

Special Thanks

In no particular order...

  • Dan Wilkins/Nick Gal/(others) for Lantern Extractor (https://github.com/LanternEQ/LanternExtractor) - This saved a lot of time trying to get EQ data exported
  • The people behind https://wowdev.wiki - Navigating the WoW file formats would have been near impossible without this documentation
  • WoW Modding Community Discord - For the one-off problem questions I've run into thus far (special callout to Aleist3r, Titi, Soup Aura)
  • Jarl Gullberg and team working on libwarcraft (https://github.com/WowDevTools/libwarcraft) - Whenever confused by elements outlined in wowdev.wiki, this code worked as a reference sanity check