07-26-2008, 10:28 AM
Just a problem, you can´t catch items, in the air...
I would say simply an type3 object with k/4 itr..
I would say simply an type3 object with k/4 itr..
Keep item in stage
|
07-26-2008, 10:28 AM
Just a problem, you can´t catch items, in the air...
I would say simply an type3 object with k/4 itr..
07-26-2008, 10:54 AM
or we could use an itr with dvy: 20 to blow the item to the ground and then the simultant can pick up the weapon,
or we have to edit the trowing-states of the wep!
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)
Why don´t simply block them with an itr? I mean zwidth: 600 itr k´/0 effect: 4 inury: 0 fall: 0 etc..
k/14 would be an possible to, I think ..
07-26-2008, 11:32 AM
However that would disturb the gamplay, wouldn't it?
Lauli Wrote:However that would disturb the gamplay, wouldn't it? actually I think the wall idea will destroy gameplay. A weapon rebounds in the air or so? Make me feel like I play in a box. I made a system which checks for existence of weapon and if it's not there it activate it again. It works, just give me time to create the tutorial olid #ffffff 1px"> Ok: Tutotial on how to secure a certain weapon will always be there in stage mode: data-lines needed to understand opoints in code: Code: id: 30 type: 0 file: data\bandit.dat First you've to create a new weapon file. This weapon shouldn't fall from sky (so don't give an id from 100 to 199) and need to activate a type0-object - I call it the "swordslife" - so note this opoint in every frame of your weapon: Code: opoint: THen here's the code for Bandit.dat Code: <frame> 300 swordslife and for criminal.dat: Code: <frame> 100 keeper waitforcheck Now if you want to use this weapon system in stage just note this line in stage: id: 300 hp: 0 x: 200 act: 100 #specialweap_keeper the x value should be in the middle of the background, not of actual phase... Now for explanation: The keeper (criminal.dat) checks for the sword every 30 TU / every second. Therefore it try to call one of the swordlifes which are activated every TU for secure. It activate a type0 object with an bdy at y: 5000 which reacts with the swordlife itr/kind8 at y: 5000 and calls the swordlife to the keeper. This is just to secure the keeper will not move, go outta screen or there'll be problems later. When the Swordlife is at the keeper it has a bdy at y: 6000 This bdy can react with the itr/kind 8 in frame 102 of the Keeper. If there's a Swordlife the dvx work and it go back to frame 100 and wait for next check. If there's no Swordlife it simply go to next and activate a new sword... THat's the system and the study Ex - I know there're other meethods, but I like this since there's no wall for a weapon Since this is used for Stage I suggest to delete the "Com" logo for computer players - you'll see it...
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!
07-26-2008, 02:46 PM
Put it into LF2 Empire/ADV-DCing plz!
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) Hypermodder Wrote:Put it into LF2 Empire/ADV-DCing plz! yeah will, don't worry, just didn't have time yet - but the study ex will be the same anyways... Edit: here you go: http://www.lf-empire.de/content/view/614/127/lang,en/
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!
07-29-2008, 12:17 PM
Eeh, then I want my platform thingy also at LFE :P
07-29-2008, 12:43 PM
Lauli Wrote:Eeh, then I want my platform thingy also at LFE :P can you make a study example and the german tut? After this no prob, but since I'm not that fluid with it myself ... (write another test this saturday)
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 »
|