View Single Post
  #10  
Old 11-10-2011, 06:36 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Okay, I think I found the issue out while messing around with some scripting.

Apparently, setmusicvolume left,right; is somehow stored with the exe(or registry, or something), and not reset when the client is exited. setmusicvolume 0,0; will remove all sound(not just music), and even if you close the editor and never open that level again the setting will persist.

An easy fix is to just make a level and put setmusicvolume 1,1; in an NPC and run the level.

Last edited by DustyPorViva; 11-10-2011 at 06:48 AM..
Reply With Quote