• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

map doesnt show slots/players

Status
Not open for further replies.
Level 9
Joined
Apr 23, 2011
Messages
527
can't check it right now, but it's most likely a custom script/jass error when a variable name used is incorrect (for example, using variable A but it's a global variable, thus it should be udg_A).
it's happened to me a couple times before.
 
Level 6
Joined
Jul 21, 2011
Messages
139
when you have free time, please check and try to fix it, then upload the map here, thank you for your time!
 
Level 6
Joined
Jul 21, 2011
Messages
139
my w3 is 1.26, the latest, thats not the problem, if the problem is jass related then i dont know how to fix it, im gonna need someone else to check it out, but lets say that for some reason the map can not be played by 1.26, how are we supposed to fix that?
 
my w3 is 1.26, the latest, thats not the problem, if the problem is jass related then i dont know how to fix it, im gonna need someone else to check it out, but lets say that for some reason the map can not be played by 1.26, how are we supposed to fix that?

There's no way Jass could be related. The only reason i know of is that if a map is not playable, the map was made in an old version of WE.

Take this as a example:
http://www.hiveworkshop.com/forums/maps-564/heaven-2-2h-169924/?prev=search=heaven&d=list&r=20

Probably, It won't show the player slots and won't start.
 
Level 20
Joined
Jul 14, 2011
Messages
877
I just opened the map and saved it:
1. The requires UMSWE, typically that aint very good.

2. The map has script errors.

3. Also, here is what I found in the map header:
JASS:
// Map deprotected by X-deprotect (version 2006-10-02) by zibada
// [url]http://dimon.xgm.ru/xdep/[/url]
// Visit our modmaking community at [url]http://xgm.ru/[/url]

If you were trying to edit the map, you probably dont have permission to do it (judging by 3).
If you were just trying to play it, then download the original version.

Also, I'm pretty sure it is possible to cause such a problem with just code problems (mostly because of this)
 
Status
Not open for further replies.
Top