HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

does this have anything to do with scripts?

05-15-2006, 01:43 PM#1
geocine
when i make and edit maps the number changes and i saw some maps not having this sword clash icon.. but a gear icon

05-15-2006, 01:50 PM#2
Blade.dk
The sword icon only shows on melee maps, the other icon is for all maps that don't fit the melee map criteria.

So yes, it has something to do with scripts.
05-15-2006, 04:07 PM#3
geocine
how about the numbers?
05-15-2006, 04:14 PM#4
The)TideHunter(
The number means how many players MAX you can have, if it says 10, you can have 10 players, if it says 4, you can have 4 players.

EDIT: @ your question, this has something to do with scipts too
05-15-2006, 04:17 PM#5
geocine
my map shows 851672 even it has only 10 players..
05-15-2006, 04:23 PM#6
The)TideHunter(
It shows the 2 swords with a 851672?
That surly is impossible, unless you have edited
Collapse JASS:
bj_MAX_PLAYER_SLOTS
or
Collapse JASS:
bj_MAX_PLAYERS
05-15-2006, 04:42 PM#7
geocine
no i didn't edit it.. i don't even have that in my map
05-15-2006, 06:17 PM#8
The)TideHunter(
You do have it in your map, just in jass
Its in your maps .j file i think, in the PlayersInit, not to sure.

Anyways, can you attach a copy of the map here so i can see it please.
05-15-2006, 07:37 PM#9
Freakazoid
I hade 255 players in one of my maps, i click it, the unlimited player slots appear, and 1 sec later, wc3 crashes xD. I'll find a screen.
05-15-2006, 09:10 PM#10
The)TideHunter(
Wow, very very odd, but i surpose blizz with wc3 W/E and external programs arnt the best =/

I must know 200+ bugs for wc3 W/E
Shame...

Would be nice to see a screeny tho xD
05-15-2006, 09:49 PM#11
Vexorian
The icon with the number depends on war3map.w3i actually
05-15-2006, 10:23 PM#12
PipeDream
The player information is duplicated in config() in war3map.j. If war3map.w3i is used for the number, when is config() executed?
05-15-2006, 10:42 PM#13
Vexorian
Actually I think that it considers the header of the map too. It is staged, config is when you are actually playing the map, w3i is when you want information of the map. and map's header is for the icon, so wc3 can read the information of all the maps in that folder without wasting too much process
05-16-2006, 07:01 AM#14
geocine
vexorian... can i change thos exact numbers at the "map header and war3map.w3i" using xvi32.. if then. kindly please show us ..
05-16-2006, 03:54 PM#15
Vexorian
you use xvi32

hmnn well you'd want to know what bytes to change? just follow the specification that is stickied on tool\Programming forum