Most objects do have positions, as rectangles (left top right bottom), and they're stored in the same position. It'd be nice if you made them render too! (Expect some random rects from the few rare objects without position though)
Edit: More objects!
Stats Monitor:
short magic;
short size=1800;
long id=4000 0000;
short x;
short y;
short x2=x+25;
short y2=y+20;
short inThisTunnel;
short unknown;
short unknown;
Ledge (From top)
short magic;
short size=1800;
long id=0200 0000
//x%25=0
short x;
short y;
short x2=x+24;
short y2=y+24;
short unknown;
short direction;
short unknown;
short unknown; //When it is set to 1, not only the ledge is no longer working, you can't even press the down key on it.
Shadow
short magic;
short size=2000;
long id=0600 0000
short x;
short y;
short x2;
short y2;
short unknown;
short unknown;
//These are signed shorts.
short red;
short green
short blue;
short background; //0 to affect BOTH foreground and background, 1 to only background.
SligAIData //These define how a Slig behaves (e.g. Never cross this from the left. Cross this from the left only if you're chasing Abe)
short magic;
short size=1400;
long id=2E00 0000
//x%25=0
short x;
short y;
short x2=x+24;
short y2=y+24;
short unknown;
short unknown;
Last edited by LIJI; 10-18-2010 at 04:02 PM..
|