Author |
Message |
Bharani
Joined: Thu Aug 20, 2009 6:27 am Posts: 2
|
Theoretical Question
I'd like to eliminate legs entirely and make a humanoid actor which has a "hover pelvis" or whatever you'd call it to effortlessly glide over the map surface. Is it possible, or do actors have to have legs with which to propel themselves? See example (but imagine it with arms!). http://loop.net.ru/Images/Quake%20IV%20-%20Concepts/Q4%20Hover%20Tank%20FBS%20torso.jpg
|
Thu Aug 20, 2009 6:32 am |
|
|
mail2345
Joined: Tue Nov 06, 2007 6:58 am Posts: 2054
|
Re: Theoretical Question
Yes. Invisible legs, or lua based.
|
Thu Aug 20, 2009 7:39 am |
|
|
Grif
REAL AMERICAN HERO
Joined: Sat Jan 27, 2007 10:25 pm Posts: 5655
|
Re: Theoretical Question
You can just totally remove the leg section of the AHuman or ACrab code and make it move with Lua, yes.
Probably getaltitude, some automatic Y movement, and player-controlled side-side w/ maybe a jump.
|
Thu Aug 20, 2009 2:58 pm |
|
|
Bharani
Joined: Thu Aug 20, 2009 6:27 am Posts: 2
|
Re: Theoretical Question
Thanks. As a beginning modder I have a lot of reading to do, but I'm glad to hear it should be easy.
|
Thu Aug 20, 2009 10:24 pm |
|
|
LowestFormOfWit
Joined: Mon Oct 06, 2008 2:04 am Posts: 1559
|
Re: Theoretical Question
Keep in mind that if you use the "remove legs entirely" method, that your actor (if an ACrab, forgot if it's also true for AHuman) will start to bleed out and die automatically if it only loses its arms.
|
Fri Aug 21, 2009 3:03 am |
|
|
Point.blank
Joined: Sat May 02, 2009 4:52 am Posts: 254
|
Re: Theoretical Question
Couldn't you have the legs use null.bmp, so it wouldn't bleed out? Either that, or you could have the legs look like hover pods...
|
Fri Aug 21, 2009 5:21 am |
|
|
Duh102
happy carebear mom
Joined: Tue Mar 04, 2008 1:40 am Posts: 7096 Location: b8bbd5
|
Re: Theoretical Question
Point.blank wrote: Couldn't you have the legs use null.bmp, so it wouldn't bleed out? Yes, and that option was mentioned. Well, hinted at, since it was called "invisible legs", but yeah. Probably the best option if you want to keep the thing alive.
|
Fri Aug 21, 2009 5:26 am |
|
|
Grif
REAL AMERICAN HERO
Joined: Sat Jan 27, 2007 10:25 pm Posts: 5655
|
Re: Theoretical Question
For the umpteenth time (and I have no ♥♥♥♥ idea how this idea persists) an actor with NO LIMBS DEFINED AT ALL has no breakwounds to bleed out from and is therefore utterly incapable OF bleeding out. It'll still get wounded (if it has any wounds defined, that is!) but without limbs it will just be AN ACTOR WITHOUT LIMBS. Gah. EDIT: Ha ha ha! Turns out Data is a useless ♥♥♥hole and crabs are majorly ♥♥♥♥.http://pastebin.com/m6598e91cGo select this in bunker editor mode. Then wait ten seconds and place one. Then wait until it hits one health in preview, and place it up in midair (nothing to hit horizontally) then watch in utter amusement/amazement at how ♥♥♥♥ crabs are
|
Fri Aug 21, 2009 5:43 am |
|
|
LowestFormOfWit
Joined: Mon Oct 06, 2008 2:04 am Posts: 1559
|
Re: Theoretical Question
Grif wrote: LFoW being correct, -this time-. Another reason why I hate crabs. FYI dreadnoughts are only good for propelling into other non-crab, non-suck actors.
|
Fri Aug 21, 2009 5:59 am |
|
|
Geti
Joined: Sun Jul 13, 2008 9:57 am Posts: 4886 Location: some compy
|
Re: Theoretical Question
all actors get the status "dying" if they have no limbs, and lose health quickly. they dont bleed out, but it gets the same result. this can be circumvented with lua that adds HP.
|
Fri Aug 21, 2009 7:29 am |
|
|
IceSilver
Joined: Fri May 29, 2009 10:53 am Posts: 117
|
Re: Theoretical Question
you know, if one were to build a Quake based abomination of flesh and cybernetics melded together. It would infact be quite appropriate for it to be bleeding out pretty badly.
It will give it that "rushed into battle" feel to it like its a new experimental cyborg thats not 100% ready yet.
|
Fri Aug 21, 2009 3:59 pm |
|
|
PhantomAGN
Joined: Mon Jun 29, 2009 2:40 am Posts: 610 Location: Deep below The Map of Mars
|
Re: Theoretical Question
Grif wrote: crabs are majorly ♥♥♥♥. That is one of the most funny things I've seen this month. Kudos to you for finding this.
|
Fri Aug 21, 2009 8:29 pm |
|
|
MaximDude
Joined: Wed Nov 22, 2006 3:19 pm Posts: 2073
|
Re: Theoretical Question
Grif wrote: EDIT: Ha ha ha! Turns out Data is a useless ♥♥♥hole and crabs are majorly ♥♥♥♥.http://pastebin.com/m6598e91cGo select this in bunker editor mode. Then wait ten seconds and place one. Then wait until it hits one health in preview, and place it up in midair (nothing to hit horizontally) then watch in utter amusement/amazement at how ♥♥♥♥ crabs are lulz. Though that is kinda what I expected that to happen, cause, well... You know... Actors always seemed to start rotating upon death (In 90% of the cases), even in early builds... But its still rather amusing, and needs fixing.
|
Fri Aug 21, 2009 11:38 pm |
|
|
|