11-11-2008, 10:40 PM
(i might create this if its possible) ok i am wondering if its possible for a character to fall through the ground and fall into a hole and dispear ( the background has holes in it)
is it possible for stage mode
|
11-11-2008, 10:40 PM
(i might create this if its possible) ok i am wondering if its possible for a character to fall through the ground and fall into a hole and dispear ( the background has holes in it)
11-12-2008, 12:39 AM
(This post was last modified: 11-12-2008, 12:42 AM by Hypermodder.)
um well, it may work with weapons!
remember the cliff-technique.... But you could try out this: If the stage starts, you write id: 40 hp: 0 X: -5000 y:-5000 join: 10 Then you make a char for id: 40, which cannoth do anything, but which has auto-cpoints in each frame which he spreads over the whole bg. No bdy's, use state 14 to avoid cpu-mistakes! That may delete chars, and if you add an irt/kind0 with effect 5 and bdefend: 310, it may also work with weapons! The bot is in your team, so i will survive till the stage ends. But if you die, you won't loose, because its just in your team! hope you understand!^^ (11-11-2008, 11:37 PM)Hukko Wrote: I think this is impossible. Nothing is impossible!
I HAVE SOME PROBLEMS WITH MY COMPUTER!
Please don't wonder when I suddenly dissapear for a while! <a href="http://www.techno4ever.net"> </a> rest of my siggy! (Click to View)
11-12-2008, 01:57 AM
You will have to change all the characters by adding new frames to it:
Code: <frame> 398 drop_into_hole and add new frames to criminal.dat: Code: <frame> 396 hole then add this line into the stage.dat Code: id: 300 act: 396 x: 500
11-12-2008, 02:02 AM
Heck, just use a caughtact:1000.
11-12-2008, 02:24 PM
Silverthorn / Blue Phoenix
~ Breaking LFE since 2008 ~ "Freeze, you're under vrest!" - Mark, probably. » Gallery | » Sprites | » DeviantArt
11-12-2008, 03:30 PM
thanks blue phonix and everyone else
11-12-2008, 03:59 PM
I don't know what you guys write there whatever, here's what you need:
my suggestion: The holes are NOT in the background, the background is just normal (since you wanted this for stage, make it much easier). You activate the holes in the stage ONLY. Looks like this. - you activate a criminal which activate a ball - this ball goes down the z-axis with hit_j so you know the z-position of the ball - now the ball go up a bit (for testing use state 3000 and pic: 1000 so you can easily say where the object is) - make the object stop with dvz: 550 at the position you want to have. The centery of this object is 0, so the picture will be shown from the shadow on and below. You need to do this because if not your chars will be able to walk "behind" the whole -now you activate another ball in this frame which moves down z-axis again half the height of the image of the hole. Stop the object, lets call this object "HOLE", it's hidden and have no image and spawn type 0 objects regularly with a bdy at y: 1000 with the x: -1 y: 1000 w: 2 h: 100. Respawn necessary, if not your stage will stuck in a phase. Now for the char: every char will get a itr/kind 8 at y: 1000 with x: 0 y: 1000 w: #width of the hole, if not 80 you have to change x, too# h: 100 zwidth: #also width of the hole on zaxis#; DVX must be set so the char is lead to new falling frames. These new falling frames look like normal falling frames, just that that the state is 3005 (no shadow in the middle of the hole) and the centery goes more and more negative with every frame. This system might sound complicated, but it's only a but work... Hope this helps, moved to advanced so it won't get lost
www.lf-empire.de
Once I had a fortune, it said: "Leave now. Life is short. Time is luck" Don't dream your life, live your dream! |
« Next Oldest | Next Newest »
|