balakethelock / SuperWoW

1.12.1 WoW client mod that expands on API functionalities
Other
41 stars 3 forks source link

[SUGGESTION] Add wowreeb section to "Compatibility with other mods" #2

Closed veechs closed 5 months ago

veechs commented 5 months ago

I've tested SuperWoW with wowreeb and it works great. Here are instructions for the Compatibility with other mods wiki page.

wowreeb:

If you're already using the wowreeb launcher, loading SuperWoW is easy. Just add this line to the <Realm> section of the wowreeb config file (editing the path appropriately):

<DLL Path="path\to\SuperWoW\SuperWoWhook.dll" />

You can leave the <DLL /> tags for VanillaFixes and/or nampower if you're using them, as SuperWoW won't conflict.

balakethelock commented 5 months ago

Thank you very much 54e5169