Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
Untick mute editor, and then restart the editor. The changes won't apply until you restart it.
If that does not work, then you may want to consider opening your jngp folder, and finding loadmpq.lua (open with notepad). Add a comment to the loading of "nosound.mpq":
Code:
if (grim.getregpair("HKEY_CURRENT_USER\\Software\\Grimoire\\","Mute editor sounds") == "on") then
-- loadmpq(16,"nosound.mpq")
end
Like that^. Comments in Lua start with --. Save it as loadmpq.lua, and restart the editor.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.