• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

map doesnt show slots/players

Status
Not open for further replies.
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.
 
when you have free time, please check and try to fix it, then upload the map here, thank you for your time!
 
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:
https://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.
 
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.
Back
Top