• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Map is not showing up in Custome Games.

Status
Not open for further replies.
Level 6
Joined
Dec 9, 2014
Messages
176
It's weird, I can hit Test Map in the editor and have the map work just fine, go to Custom Games in WC3 and it doesn't show up at all. I'm completely stumped here! :vw_wtf: Can someone take a look and tell me why it's not showing up in WC3? Thanks much!
 

Attachments

It shows for me, but that's probably because I'm on a higher screen resolution than you. Try shortening the name to something like just World of Epilore. Then even people on a low screen resolution will see it with no issues. It might also be a good idea to tack a version number on at the end so you and other people playing your map don't get confused with which version the map file is.
 
Thanks, I'll try that!

Edit: Shortening the title and playing with the screen resolutions didn't help. I like the fact that the map shows for you but I wonder why it wont show for me. I also have another map I was working on that also doesn't show up.

Edit: So I moved the file location and it shows now. That's strange as hell to me lol.
 
Last edited:
It shows for me, but that's probably because I'm on a higher screen resolution than you. Try shortening the name to something like just World of Epilore. Then even people on a low screen resolution will see it with no issues. It might also be a good idea to tack a version number on at the end so you and other people playing your map don't get confused with which version the map file is.

It doesn't have to do with screen resolution, but rather how long the Warcraft III file path is. The game doesn't allow as long file paths for maps as the windows system.
 
It doesn't have to do with screen resolution, but rather how long the Warcraft III file path is. The game doesn't allow as long file paths for maps as the windows system.

Hmm, when I moved the map to a different folder it popped up immediately, however, one of the maps I had in the directory where the World of Epilore map was not showing is showing. Well, in any case, moving the file worked so I'm happy lol
 
As hinted earlier, the problem is because WC3 has a file path limit for custom game list search. What is even worse is that this limit is the entire file path so that your system locale and build type affects the maximum map name length.

I have seen maps online that I could not play because the file path was a few characters too long due to someone playing on a x86 system while I was playing on a x64 system (where there is an extra " (x86)" in one of my folder names).

For this reason you should try to abbreviate your map name and only append a version number.

Instead of...
"World of Epilore - Mage Campaign.w3x"
Call it...
"WoE - MC.w3x"
 
As hinted earlier, the problem is because WC3 has a file path limit for custom game list search. What is even worse is that this limit is the entire file path so that your system locale and build type affects the maximum map name length.

I have seen maps online that I could not play because the file path was a few characters too long due to someone playing on a x86 system while I was playing on a x64 system (where there is an extra " (x86)" in one of my folder names).

For this reason you should try to abbreviate your map name and only append a version number.

Instead of...
"World of Epilore - Mage Campaign.w3x"
Call it...
"WoE - MC.w3x"

Wait, so you're both Tickles and Dr Super Good? Ok, I'll abbreviate it instead then. I'm not entirely sure how the version thing works, I guess I'll just start with something like "Alpha1.0" and every time I upload the map I'll increase the number based on how much work I think I've done since last lol.
 
Wait, so you're both Tickles and Dr Super Good?
No? I never said I was... What on earth gave you that idea?!

Generally it is as follows.
release.revision.minorrevision
Minor revisions are often left out as they are more used internally or if there was a major error in a release that had to be fixed.

For example the first beta version to public would be...
0.1

If there was a critical error (such as you lost as soon as game started due to a silly mistake) then the next version would be...
0.1.1

When you finally release the map the version is...
1.0
And if you needed to quickly update that with another critical fix...
1.0.1

If you then release a balance fix with some additional content...
1.1

You then do this another 9 times...
1.10

Later you decide the map was fundamentally flawed so you remade most of it to be something else...
2.0
 
Status
Not open for further replies.
Back
Top