Little Fighter Empire - Forums
[solved] Stage don´t go on - 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 don´t go on (/showthread.php?tid=271)



[solved] Stage don´t go on - Dragonxl - 04-30-2008

I have made my own stage but in stage 1-4 it dont go to stage 1-5.

<stage> id: 3 #stage 1-4
<phase> bound: 850
id: 51 x: 200 hp: 0 act: 290 join: 1000
<phase_end>

<phase> bound: 1100
id: 35 x: 1000 hp: 0 join: 150
id: 35 x: 1000 hp: 0 join: 150
id: 35 x: 1000 hp: 0 join: 150
id: 35 x: 1000 hp: 0 join: 150
id: 35 x: 1000 hp: 0 join: 150
<phase_end>

<phase> bound: 1800
id: 31 hp: 350 ratio: 1.5
id: 31 hp: 350 ratio: 1.5
id: 31 hp: 350 ratio: 1.5
<phase_end>
<stage_end>


RE: Stage don´t go on - MH-Razen - 04-30-2008

Please show STage 1-5, too.

For your stage: make sure the bound: 1800 is not larger then the background itsself...


RE: Stage don´t go on - Hypermodder - 04-30-2008

Dragonxl Wrote:looks quiet clean...
check your version, your data.txt and stuff like that...


here some corrections from a stage-pro:
<stage> id: 3 #stage 1-4
<phase> bound: 850
id: 51 x: 200 hp: 0 act: 290 join: 1000
<phase_end>

<phase> bound: 1100

id: 35 x: 1000 hp: 0 join: 150
id: 35 x: 1000 hp: 0 join: 150
id: 35 x: 1000 hp: 0 join: 150
id: 35 x: 1000 hp: 0 join: 150
id: 35 x: 1000 hp: 0 join: 150

<phase_end>

Do it like this:

<phase> bound: 1100

id: 35 x: 1000 hp: 0 join: 150 ratio: 4

<phase_end>

or like this:

<phase> bound: 1100

id: 35 x: 1000 hp: 0 join: 250 act: 200 ratio: 4.5 times: 1.125

<phase_end>

or like this:
<phase> bound: 1100

id: 35 x: 1000 hp: 0 join: 250 act: 180 y: -40 ratio: 4.5 times: 1.125
<phase_end>

or like this:

<phase> bound: 1000

id: 35 x: 2000 hp: 0 join: 250 act: 200 ratio: 4.5 times: 1.125

<phase_end>


<phase> bound: 1800
id: 31 hp: 350 ratio: 1.5
id: 31 hp: 350 ratio: 1.5
id: 31 hp: 350 ratio: 1.5
<phase_end>


Do it like this:


[<phase> bound: 1800
id: 31 hp: 75 ratio: 1.5 x: 900 y: -40 act: 212 <soldier>
id: 31 hp: 75 ratio: 1.5 x: -100 act: 1299 <soldier>
id: 31 hp: 300 ratio: 1.5 times: 2.25 <boss>

<phase_end>

<stage_end>



RE: Stage don´t go on - Silverthorn - 04-30-2008

Quote:<phase> bound: 1100
id: 35 x: 1000 hp: 0 join: 150 ratio: 4
It won't give you the same amount if you've more than one player.

Quote:<phase> bound: 1100
id: 35 x: 1000 hp: 0 join: 250 act: 200 ratio: 4.5 times: 1.125
<phase_end>
I don't understand why you're using these decimals in here...

Quote:<phase> bound: 1800
id: 31 hp: 75 ratio: 1.5 x: 900 y: -40 act: 212 <soldier>
id: 31 hp: 75 ratio: 1.5 x: -100 act: 1299 <soldier>
id: 31 hp: 300 ratio: 1.5 times: 2.25 <boss>
<phase_end>
Why are you trying to improve his code? Some people like their creations more than they like others. Take this into consideration...


@Dragonxl: check the id-number of stage 1-5, it should be id: 4. Also check the width of your background, if your background is small than 1800px, you can't advance to the next stage.


RE: Stage don´t go on - Lauli - 05-01-2008

@Hypermodder: I didn't know you are a stage-pro. You just coded this uber-hard stage that actually everyone could make. lol ~Blue

My guess is that he uses Thai-Hom-Village as his stage-background. The size of THV is 1800, maybe this causes the error.


RE: Stage don´t go on - Hypermodder - 05-01-2008

Well, I made lots of stages for my versions yet...
Nobody can make stages like I do because nobody has my style.....
(you know, everybody is different!)
I'm using very much decimals...thats my style...
I'm very creative in making stages...


RE: Stage don´t go on - Silverthorn - 05-01-2008

I wouldn't consider battle after battle very creative, look at K-LF2 or LFM for example. THOSE have creative stages.


RE: Stage don´t go on - Lauli - 05-01-2008

... or Lf2-SV or RN-LF2...


RE: Stage don´t go on - Dragonxl - 05-02-2008

OK bound 1800 was the problem it was too big.