-
Midship platform device machine
Midship device, runs on a script and has a custom animation. Uses trigger volumes :D
http://s68.photobucket.com/albums/i5...=WhatZMTis.flv
Download a not so low res version (bink .exe video):
http://files.filefront.com/WhatZMTis.../fileinfo.html
This is the script but good luck getting it all to work (creating animations, and setting up trigger volumes). :'(
Code:
(global boolean balance true)
(script continuous tilt
(if (and (volume_test_objects tilt1 (players)) (volume_test_objects tilt2 (players)) true)
(begin
(set balance false)))
(set balance true))
(script continuous tilt1
(if (and (<= (device_get_position test) .7) (>= (device_get_position test) .3) (= balance false) true)
(begin
(device_set_position test .5))))
(script continuous tilt2
(if (and (> (device_get_position test) .7) (= balance false) true)
(begin
(device_set_position test 1)
(sleep 10)
(device_set_position_immediate test .6))))
(script continuous tilt3
(if (and (< (device_get_position test) .3) (= balance false) true)
(begin
(device_set_position test 0)
(sleep 10)
(device_set_position_immediate test .4))))
(script startup fix
(device_set_position_immediate test .5))
(script continuous rc
(if (and (volume_test_objects rc (players)) (<= (device_get_position test) .7) (>= (device_get_position test) .3) (= balance true) true)
(begin
(device_set_position test .6))))
(script continuous rc2
(if (and (volume_test_objects rc (players)) (> (device_get_position test) .7) (= balance true) true)
(begin
(device_set_position test 1)
(sleep 10)
(device_set_position_immediate test .6))))
(script continuous rc3
(if (and (volume_test_objects rc (players)) (< (device_get_position test) .3) (= balance true) true)
(begin
(device_set_position test 0)
(sleep 10)
(device_set_position_immediate test .4))))
(script continuous lc
(if (and (volume_test_objects lc (players)) (>= (device_get_position test) .7) (<= (device_get_position test) .3) ( = balance true) true)
(begin
(device_set_position test .4))))
(script continuous lc2
(if (and (volume_test_objects lc (players)) (> (device_get_position test) .7) (= balance true) true)
(begin
(device_set_position test 1)
(sleep 10)
(device_set_position_immediate test .6))))
(script continuous lc3
(if (and (volume_test_objects lc (players)) (< (device_get_position test) .3) (= balance true) true)
(begin
(device_set_position test 0)
(sleep 10)
(device_set_position_immediate test .4))))
(script continuous lr
(if (and (volume_test_objects lr (players)) (< (device_get_position test) .2) (= balance true) true)
(begin
(device_set_position test .2))))
(script continuous lr2
(if (and (volume_test_objects lr (players)) (>= (device_get_position test) .3) (<= (device_get_position test) .7) (= balance true) true)
(begin
(device_set_position test .4)
(sleep 10)
(device_set_position_immediate test 0))))
(script continuous lr3
(if (and (volume_test_objects lr (players)) (> (device_get_position test) .7) (= balance true) true)
(begin
(device_set_position test 1)
(sleep 10)
(device_set_position_immediate test .6))))
(script continuous ll
(if (and (volume_test_objects ll (players)) (>= (device_get_position test) .3) (<= (device_get_position test) .7) (= balance true) true)
(begin
(device_set_position test .3))))
(script continuous ll2
(if (and (volume_test_objects ll (players)) (< (device_get_position test) .2) (= balance true) true)
(begin
(device_set_position test 0)
(sleep 10)
(device_set_position_immediate test .4))))
(script continuous ll3
(if (and (volume_test_objects ll (players)) (> (device_get_position test) .7) (= balance true) true)
(begin
(device_set_position test 1)
(sleep 10)
(device_set_position_immediate test .6))))
(script continuous rr
(if (and (volume_test_objects rr (players)) (<= (device_get_position test) .7) (>= (device_get_position test) .3) (= balance true) true)
(begin
(device_set_position test .7))))
(script continuous rr2
(if (and (volume_test_objects rr (players)) (> (device_get_position test) .7) (= balance true) true)
(begin
(device_set_position test 1)
(sleep 10)
(device_set_position_immediate test .6))))
(script continuous rr3
(if (and (volume_test_objects rr (players)) (< (device_get_position test) .3) (= balance true) true)
(begin
(device_set_position test 0)
(sleep 10)
(device_set_position_immediate test .4))))
(script continuous rl
(if (and (volume_test_objects rl (players)) (<= (device_get_position test) .7) (>= (device_get_position test) .3) (= balance true) true)
(begin
(device_set_position test .6)
(sleep 10)
(device_set_position_immediate test 1)
(device_set_position test .8))))
(script continuous rl2
(if (and (volume_test_objects rl (players)) (> (device_get_position test) .8) (= balance true) true)
(begin
(device_set_position test .8))))
(script continuous rl3
(if (and (volume_test_objects rl (players)) (< (device_get_position test) .3) (= balance true) true)
(begin
(device_set_position test 0)
(sleep 10)
(device_set_position_immediate test .4)
(device_set_position test .6))))
(script continuous all1
(if (and (not (volume_test_objects all (players))) (<= (device_get_position test) .7) (>= (device_get_position test) .3) true)
(begin
(device_set_position test .5))))
(script continuous all2
(if (and (not (volume_test_objects all (players))) (> (device_get_position test) .7) true)
(begin
(device_set_position test 1)
(sleep 10)
(device_set_position_immediate test .6))))
(script continuous all3
(if (and (not (volume_test_objects all (players))) (< (device_get_position test) .3) true)
(begin
(device_set_position test 0)
(sleep 10)
(device_set_position_immediate test .4))))
LEET if you want me to remove this just tell me
-
Re: Midship platform device machine
o.o Wow, that is a big script. :p
-
Re: Midship platform device machine
-
Re: Midship platform device machine
Not really. The constant motion of Midship's middle platorm could really fuck your aim up and allow for some insane fights.
Like I said on GBX, it's great, but would be better if it bounced a bit when jumped on.
-
Re: Midship platform device machine
-
Re: Midship platform device machine
Quote:
Originally Posted by
xterohx
Its cool put pointless.
Pointless, but part of the map in H2. He has replicated it in a more restricted engine; that's why I like =) (it)
-
Re: Midship platform device machine
Wha, pretty cool ! :worship:
-
Re: Midship platform device machine
I like it, it really proves what you can do in CE.
-
Re: Midship platform device machine
like 2 different bipeds for each team and 2 dif starting weapons :x sh...
nice job random : )
-
Re: Midship platform device machine
cool, I can't wait to see what else you can do.
-
Re: Midship platform device machine
Holy crap, nice! You should release the whole map!
-
Re: Midship platform device machine
^ Not going to happen for a while.
-
Re: Midship platform device machine
Quote:
Originally Posted by
Stealth
cool, I can't wait to see what else you can do.
I have something that is almost ready to be show, I just need to film it and stuff. Some people might find it amazing :giggle:
-
Re: Midship platform device machine
well rec0 did it once before i think >_> but most people forgot about that :p so you'll have the vid hopefully friday or sat...depends on when l33t gets to work >_>
-
Re: Midship platform device machine
Quote:
Originally Posted by
CtrlAltDestroy
^ Not going to happen for a while.
How long is a while >.<
-
Re: Midship platform device machine
Quote:
Originally Posted by
PenGuin1362
well rec0 did it once before i think >_> but most people forgot about that
I couldn't find any thing about what rec0 but I remember hearing about it. Honestly its not that hard to do this thing (not midship platform) its a lot easier then people thought it would be.
-
Re: Midship platform device machine
true...but tis quite awesome and adds a nice effect : )
-
Re: Midship platform device machine
-
Re: Midship platform device machine
Wow. It's amazing what you can do with CE. Is there a way to make it a little more "bouncy"?
-
Re: Midship platform device machine
-
Re: Midship platform device machine
Looks really good. And I thought the midships project was dead...
-
Re: Midship platform device machine
Quote:
Originally Posted by
gruntboy
Wow. It's amazing what you can do with CE. Is there a way to make it a little more "bouncy"?
If I animated it so it looked bouncy, then yah. It might cause problems but I doubt it.
-
Re: Midship platform device machine
Looks great man, other than when u come down before u hit it goes down, but it looks nice.
-
Re: Midship platform device machine
nice, could be used to simulate a proper space battle. hey is this like what is used in the poa level?
-
Re: Midship platform device machine
Quote:
Originally Posted by
xp194
nice, could be used to simulate a proper space battle. hey is this like what is used in the poa level?
:confused:
I am almost sure that nothing like this has been used.
-
Re: Midship platform device machine
Quote:
Originally Posted by
LlamaMaster
I like it, it really proves what you can do in CE.
Does it sync?
-
Re: Midship platform device machine
Quote:
Originally Posted by
FriedMetroid
Does it sync?
Of course it does. Syncs for the same reason that doors open when someone gets close to it.
-
Re: Midship platform device machine
nice work I wonder how you did it, thats a pretty big script O.O
-
Re: Midship platform device machine
Good job looks almost like an exact replica.