mixxorz / Glass

An immersive and minimalistic chat UI for World of Warcraft
MIT License
21 stars 19 forks source link

WotLK preparch broke loading ( like TBC did ). #153

Open Sinestessia opened 2 years ago

Sinestessia commented 2 years ago

The addon wont show properly or at all once the game version is no longer Classic WoW.

I kinda fixed it by replacing row 12 with Constants.ENV = "classic" from Constants.ENV = "retail" and commenting lines 14,15 and 16 in file constants.lua .

I dont know the propper WoW project nomenclatures so i cant properly fix it but this example does the trick.

tylertylerday commented 1 year ago

This also worked for me in WOTLK. Thank you. Maybe someone can fork this and re-release it?

taikokii commented 1 year ago

local WOW_PROJECT_CLASSIC = WOW_PROJECT_WRATH_CLASSIC

ouagada commented 1 year ago

3.4.1 and the new API seems to have broken it. Any idea how to make it work ?

Sinestessia commented 1 year ago

Not playing classic ATM, tried with @taikokii suggestion? BTW: as far as i know this project was abandoned. Somebody updated it but only for retail. Might be worth asking there for a classic version.

ouagada commented 1 year ago

Sadly the developper has stated that there's no classic version and never will be... Also taikokii suggestion doesn't work anymore.