• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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