• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

No sound in newgen (yes mute is unchecked)

Status
Not open for further replies.
Level 4
Joined
Jul 10, 2013
Messages
60
So, I have no sound in world editor.

I made sure the mute editor is unchecked. Volume is up, headphones plugged in, I just have no idea whats going on.
 
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.
 
Status
Not open for further replies.
Top