Warcraft III resources & community, 2003–2006 · archived

Name not shown on uploaded map

5 posts
#1

Name not shown on uploaded map

Look this map i uploaded

http://www.wc3sear.ch/?p=Maps&ID=3555


The name is not shown and it can be find with the find tool.
The name should be colored of green...
#2
You didnt have a map name, for starters, which makes it so there is no link to click on for people browsing. DIdnt you notice you were not getting any downloads?

I deleted it. Fix it and resubmit.
-VGsatomi
#3
But the map HAS a title and it must be shown when i upload it or there is a problem with title extraction...
I tried re-uploading it 4 times and nothing happened but the map has a title in wc3, if you don't believe me i can print you a screenshot!

I uploaded the map again and there is still the problem... Maybe the title color is not recognized and all the map name is not shown.
http://www.wc3sear.ch/?p=Maps&ID=3600


I tried opening the wts file that contains all strings of the map and i don't know why the first rows contains that:

?STRING 1
{
|c0000c400JungleTroll Tribes|r v4.2
}


Instead my map contains that:

STRING 1
{
D&D 3.5 - Calim River (v0.39 Beta)
}

I don't know why there is the ? before the "STRING 1" but i think that should be the problem. I didnt make the "jungle troll tribes map" but i think that could be a problem caused by some strange editors (maybe french world editor???)


EDIT:
Ok the problem of the "?" added character was caused by Wc3Map Optimizer. I'll ask the guy that made this program to fix the problem but plz, change the code and get the map name even if the "STRING 1" has some character before it.
#4
that's a bug I never seen before, it should be something that happens only with your map for some odd reason, I will do some researches.

Don't expect Darky to fix it, he just disapeared, this site is under complete anarky! panic!

BibendusBut the map HAS a title and it must be shown when i upload it or there is a problem with title extraction...
I tried re-uploading it 4 times and nothing happened but the map has a title in wc3, if you don't believe me i can print you a screenshot!

I uploaded the map again and there is still the problem... Maybe the title color is not recognized and all the map name is not shown.
http://www.wc3sear.ch/?p=Maps&ID=3600


I tried opening the wts file that contains all strings of the map and i don't know why the first rows contains that:

?STRING 1
{
|c0000c400JungleTroll Tribes|r v4.2
}


Instead my map contains that:

STRING 1
{
D&D 3.5 - Calim River (v0.39 Beta)
}

I don't know why there is the ? before the "STRING 1" but i think that should be the problem. I didnt make the "jungle troll tribes map" but i think that could be a problem caused by some strange editors (maybe french world editor???)


EDIT:
Ok the problem of the "?" added character was caused by Wc3Map Optimizer. I'll ask the guy that made this program to fix the problem but plz, change the code and get the map name even if the "STRING 1" has some character before it.
#5
Vexo the bug happens protecting any map. I tried on a modified plunder isle map:

Before protecting the .w3s was:
==============================================
STRING 0
{
Plunder Isle
}

STRING 1
{
1v1
}

STRING 2
{
The now frozen Plunder Isle is home to a variety of deadly denizens. A nearby marketplace could provide precious tools to aid your troops, but beware of the Magnataur's who claim it as their own.
}
==============================================

After optimization:
==============================================
?STRING 0
{
Plunder Isle
}
STRING 1
{
1v1
}
STRING 2
{
The now frozen Plunder Isle is home to a variety of deadly denizens. A nearby marketplace could provide precious tools to aid your troops, but beware of the Magnataur's who claim it as their own.
}
==============================================


Just fix the "?" char, it maybe will fix it!