Page 1 of 1

N edit problems

Posted: 2008.12.06 (19:54)
by Tonalli
Hey anyone got this same problem?

Most of the time when I make a map, after I save data to the textbox with Pagedown, select all, copy and go to debug menu... One or two objects appear on top of the map half off the game, or they are not where they are supposed to be.

When they are in the first place I mentioned I can't delete them, and if they are range attack objects the map gets messed up, because they ''shoot'' with no restrictions and my ninja dies and appears on the corner of the game.

When they are somewhere else where I can delete them I try to fix it and place them again where they are ment to be.

I don't know what im doing wrong because they get misplaced again...
Help, please.

Re: N edit problems

Posted: 2008.12.06 (20:38)
by Spawn of Yanni
You know how, after you copy the data to the white text box, you press "L" to load? Make sure that before you press "L" you've clicked outside the textbox, otherwise the data gets corrupted.

Re: N edit problems

Posted: 2008.12.06 (23:09)
by George
Those errors in the data you have stand for 'Not a Number' (NaN). It often happens when you add a character to a part of data while loading the map, incurring an NaN. Since you've NaNed some of your objects, you'll see some weird effects.

In order to get rid of that error, just find the NaN and delete the data between the exclamation marks.

Re: N edit problems

Posted: 2008.12.13 (20:21)
by Tonalli
Wow thanks, never thought it was that because it loaded

And yes, I noticed now that when i pressed L to load, it loaded but the L converted to NaN... Now i don't need to remake maps =)