Erdie Report post Posted Monday at 05:21 PM In Eternal lands there are certain distances where a player is able to see annother character, monster or enemy. Of course the distance depends on the stats and the type of the object, daytime and certain other parameters. As far as I know the conditon if a sound of a object is observable is exactly related to visiblity of an object (If you can see it, you can hear it). My idea is, like in real life, that the audio perception of the sound of an object would be possible over longer distances than the visual perception, so if there is a monster around you can hear it before it is visible. This means you might be warned by the sound of something in advance, which gives you a strategic advantage in dangerous situations if you are using sound. It would even make the games more exciting in certain situations. And at the end it would be a real motivation for players to use sound! What do you think about this idea? Share this post Link to post Share on other sites
bluap Report post Posted Tuesday at 08:39 PM I like the idea but I wonder how it might work. I'm not that familiar with the sound code but the volume is based on the distance to the creature. So, if the client has the actor, you can control the volume. However, the server only sends actors to the client that are in range. I presume that is based on the visibility of the creature, so there would have to be an extended range for when the server sends actors, and the client would have play sounds for some actors while not making them visible. Again, I'm making a few guesses here so others probably have a better idea of how it might work. Share this post Link to post Share on other sites