Page 1 of 1
Object moving in-game(solved)!
Posted: Sun Aug 20, 2006 3:14 pm
by darthpingu
I just made a new map folder, added a cp, and the kaminoan bridge_2, and munged and played, and the objects had moved about 150 meters east of where they should be!
Why is that?
RE: Object moving in-game(problem)!
Posted: Sun Aug 20, 2006 3:17 pm
by yodasoda
check if zeroeditor had any problems munging
RE: Object moving in-game(problem)!
Posted: Sun Aug 20, 2006 3:33 pm
by darthpingu
It's visualmunge that munges, and there was no error.
Posted: Sun Aug 20, 2006 3:40 pm
by RC-1290
I ahd this probelm in Battlefront 1 when I just started modding(and I stopped after I couldn't find out what went wrong). Back than I made maps wich we'ren't square. Now I know that maps must be of a size like this: 2*2 4*4 512*512 etc.
Posted: Sun Aug 20, 2006 3:47 pm
by darthpingu
152*152?
Posted: Sun Aug 20, 2006 7:09 pm
by [RDH]Zerted
Nope. Sizes must be powers of 2.
Valid sizes:
2^1 = 2 = 2
2^2 = 2 * 2 = 4
2^3 = 2 * 2 * 2 = 8
2^5 = 2 * 2 * 2 * 2 * 2 = 32
etc...
Posted: Mon Aug 21, 2006 8:31 am
by darthpingu
the binary system yeah? Except 1 ofcourse!
EDIT
It worked!
Thank you!