Connection ErrorBad RequestThis page went staleSession ExpiredSign in requiredForbiddenNot FoundToo Many RequestsServer ErrorBad GatewayService UnavailableGateway TimeoutHTTP Version Not Supported
Session Expired
Your session has expired. Please log in to continue.
Sign in required
You need an account to do that. Sign in or create one — it only takes a minute.
This page went stale
Your security token was rejected, usually because the page sat open too long or you signed in elsewhere. Nothing was saved. Reload the page and try again.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
Error Details:
Share Link
Current questions and answers regarding the map editor.
Added 13 hours 20 minutes ago Hello, could you please tell me how to add my own sounds to the game? I would really like to add one sound for the battle arena (at least to try it out), but I don't know how. I saw files with sounds (like Biara's laughter), and they have links to bin files. Is there a way to make my own sound into a similar file? Or can I only replace an existing one?
It's easy to add your own sound. First, put the sound file in mp3 or ogg format into the Complete folder. Personally, I create the sound using the LoadingScreenSound parameter (this is the sound when the map starts, the monologues of heroes from 3.1). There, I create a new file (following the principle of adding your own image, but you don't need to change the parameters). The main thing is to set the is 3D parameter to false. Then, just export it. Now, a bin folder appears among the map files, and in the root folder, there is a sound file in xdb format with a link. Then, you can play this sound through the Play2DSound script directly in the arena or give this sound to a creature, like any other mod, by changing the link to your file. The main thing is to do this on a blank map first, and then manually add it to the main map.
I hope I explained it clearly