[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead [phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead Max Entitys and speaker range? - Custom Map Makers
Pretty sure there is no maximum on entities though don't quote me on that, I do know though that the more you put in the longer your map takes to load and the more memory consumptive your map will be, so its best to use them only when you need to.
As for the range once again I don't think there is a range, I think its more done on how loud the .wav file is rather than distance. Distance is a key factor but honestly your just going to have to do tests.
but there is a maximum. i tried to fix that fking music bug with much speakers, while loading the map it showed me that message: "Too many map entities".
Entity limit is 1024. Keep in mind that 64 entities are reserved for player stuff (with 32 max players, that is), every spawn, every nade, every dropped item is another entity. Stay below 400 in the map and you'll be fine.
Distance should be based on volume of the sound. You can set the music key in the worldspawn entity to have music play in the whole level.
No I don't mind if they turn it off. I'd prefer this function, but for some reason the music is not starting. I tried this in the worldspawn: music music/alinosmultiplayershort.wav
music music/alinosperch/alinosmultiplayershort.wav
music sound/alinosmultiplayershort.wav
music sound/alinosperch/alinosmultiplayershort.wav
Maybe you have music disabled yourself? Also check the console for errors. Try /developer 1 and starting the map again if it doesn't show anything. Feel free to upload the log if you can't understand the output.