Little Fighter Empire - Forums
[solved] Stage y-tag? - Printable Version

+- Little Fighter Empire - Forums (https://lf-empire.de/forum)
+-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7)
+--- Forum: Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=11)
+---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=14)
+---- Thread: [solved] Stage y-tag? (/showthread.php?tid=4305)



[solved] Stage y-tag? - Wiro - 01-06-2010

Hey cause nobody answers or helps me with some dcing problem(s)
I'm moving to the next method so is it somehow possible to use
y-tags when spawning weapons/objects in stage?

when I tried, it failed...


RE: Stage y-tag? - Taniaetc - 01-06-2010

*checking stage.dat*
Ummm, yes it is. Use negative "y" value.
Can you show us the data please?


RE: Stage y-tag? - Wiro - 01-06-2010

there...

    DC-Code:
<stage> id: 0  #stage 1-1
        <phase> bound: 900
                music: bgm\stage1.wma
                id: 667 x: 0 y: 390
                id: 667 x: 0 y: 415
                id: 667 x: 0 y: 440
                id: 667 x: 0 y: 465
                id: 667 x: 0 y: 490
                id: 667 x: 0 y: 515
                id: 30  hp: 50  times: 2  ratio: 1.0
        <phase_end>



RE: Stage y-tag? - NoneX - 01-06-2010

like Taniaetc says it must be y: -390


RE: Stage y-tag? - Wiro - 01-06-2010

thx it helped, still need to fix some things but i think i can do it