HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help with map change!

01-11-2003, 09:13 PM#1
Kyral
I have an small campaign i work on, it has already 11 maps.
My problem ist the map change from Map2 to Map3 (on all the other maps it works perfect)

the maps have all the same name "lozdsr(number of map)" and they are all in the same directory.

I don't know why it dosn't work! I checked the "Game - Set Next Level" and the map name a thousand times!! (renaming dosn't work also)

it still dosn't work... if i change the path to an other map it works!

I can play Map3 so I didn't think it is corrupt... but its a riddel for me... :(

do somebody know whats wrong?
01-11-2003, 09:30 PM#2
Guest
I'm not sure, but my guess is that it's some little miniscule part of the code. You're probably skimming it every time, and missing a little bit that matters a lot. I would copy/paste the triggers one line at a time into Word, and compare one that works with the one that doesn't.
01-11-2003, 09:46 PM#3
Kyral
I do not know if I have understand you right...

so I just copied the path of the "Game - Set next level" aktion...

I can show you!

Maps\LOZDSR\LOZDSR04.w3m
Maps\LOZDSR\LOZDSR05.w3m

(and pardon, I meant from map3 to map4 but I don't think that is very important)

well the fist line is the one that dosn't work...

but from map4 to map5 it works...

you see they both match... (exept the numbers)

well maybe you thought of something else...
01-11-2003, 11:39 PM#4
Guest
what I meant is that you might have a typo. That's why i said copy/paste (which you obviously didn't do there, since the numbers were off from the ones you have the trouble with)
01-12-2003, 10:28 AM#5
Kyral
well I know now that i don't have a typo...

this one: "Maps\LOZDSR\LOZDSR04.w3m" is the trigger in map 3 and it dosn't work...

but in Map4 itself it works (Maps\LOZDSR\LOZDSR05.w3m)

if i change
"Maps\LOZDSR\LOZDSR04.w3m" (for changing from map 3 to 4)
in the Map 3 Trigger to
"Maps\LOZDSR\LOZDSR05.w3m" (for 3 to 5)
it loads map 5 then.
but it won't load Map 4 if i change it back to
"Maps\LOZDSR\LOZDSR04.w3m"

has anybody an other idea what might be wrong?
01-12-2003, 03:09 PM#6
ChronOmega
is that the name of your level?

because you could have a typo in the name of your map
01-12-2003, 07:42 PM#7
dataangel
It's case sensitive, so make sure that the level and the trigger are both upper case.

Also, post your entire set next level trigger here.
01-13-2003, 01:09 PM#8
Kyral
i made a screenshot