Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Brain Storming new weapon type

Page: 1 of 1
 keshire
04-03-2004, 10:56 AM
#1
This is just a screenshot of a thoery that's being worked on. Its a lot farther down the line, but I at least want to look at some ideas.

http://mediaservice.photoisland.com/auction/Apr/2004435213386709168317.jpg)

I'm using the rhang bone, lhang bone, rtail and ltail bones.

This would be much easier once I have the bones rotating so that their all in line along one axis. The z axis would follow the line I have drawn. But this just shows the animation is possible.
 Jon Denver
04-03-2004, 2:23 PM
#2
A whip?
 razorace
04-03-2004, 5:08 PM
#3
Yep, the concept would work for whips.
 keshire
04-08-2004, 4:36 AM
#4
http://mediaservice.photoisland.com/auction/Apr/2004476115238650447658.jpg)

I currently have it on a seperate skeleton running its own animations. Those animations are going to match up frame by frame though so it'll mesh seamlessly to the actions of the player.

With it's own skeleton You ccan also go about making new models for it. Like the ball and chain I did real quick. So ignore the texture on it. :)
 keshire
04-08-2004, 5:58 AM
#5
 Lei Hng Wei
04-08-2004, 6:53 AM
#6
Ball 'n' chain eh? Me thinks a Go Go Yubari (http://www.kill-bill.com/vol1/images/wallpaper/gogoyubari_1280.jpg) model will be made shortly after you make this all work. :D
 keshire
04-08-2004, 7:04 AM
#7
Kick ass, thanks for the reference pic. :) this ones going in my archive.
 keshire
04-08-2004, 10:21 AM
#8
Also on the code side of things. If I set it up so there are animations that grab. Like hooking a leg and tripping. Can it be implemented? Can hit detection be set up so different moves are done depending on how close the target is? Such as grabbing the person and hilt bashing them if too close. If i set up a choking anim, can the whip be cut? (assuming I segment the model like a player model)

What about Ragdoll? (I know i harp on this, but it'd be so usefull in many situations)

Grappling hook? (Grappling hook AND ragdoll :) )

Can you chain into a grab move?

Whip, whip, wrapped around neck choking...oops, some bystander cut the whip in half...

Disarms?

Can new weapons be created that have saber-like moves?

How many moves should there be?

Should they chain?

Any other suggestions I'm missing?
 Lei Hng Wei
04-08-2004, 5:36 PM
#9
Originally posted by keshire
What about Ragdoll? (I know i harp on this, but it'd be so usefull in many situations)

Grappling hook? (Grappling hook AND ragdoll :) )

I think these are standard for Hong Kong movies. Just look at how many episodes of Xena they've been used in.

Disarms?

Maybe for larger guns, but cool to take the enemy's Repeater outta his hands without Force Pull.

Can new weapons be created that have saber-like moves?

I can sooo see the whip/ball 'n' chain use the single saber katas. Even the staff's W+C+ATT1 kata. :D
 razorace
04-08-2004, 6:02 PM
#10
Almost anything is possible, it's just a matter of how much time you're willing to put into it.

Unfortunately, I beleive to get any sort of whip/ball-chain weapon like you're suggesting would take a LOT of work to do. The amount of work is beyond what I'd consider worth doing.

The problem is that you'd have to basically come up with a totally dynamic soft body simulator that "ragdolls" the whip in a way that looks cool and feels right.

That's extremely hard to do and the current rag doll system simply isn't going to be able to handle it. You've seen the ragdoll system, it's slow to react and doesn't do collisions very well.
 Kurgan
04-08-2004, 8:09 PM
#11
Sounds pretty cool, but yeah, if it's that much work I'd rather see some (simpler) weapons return, like the Rail Detonator, Carbonite Gun, Flash Grenades, etc.
 Master_Keralys
04-09-2004, 3:35 PM
#12
Nice idea; it'd be cool to see. You've obviously been very busy with the animations stuff; it looks awesome.

Kind of too bad that it's way out there to code. Really, OJP needs a lot more coders (wishes he knew how to do it). Kurgan's idea on those older weapons sounds awesome as well.
 Pnut_Man
04-10-2004, 2:13 AM
#13
Originally posted by Kurgan
Sounds pretty cool, but yeah, if it's that much work I'd rather see some (simpler) weapons return, like the Rail Detonator, Carbonite Gun, Flash Grenades, etc.

I'd second this, though I think the work thus far with the Whip has been damn impressive...and appreciated ;)
 Vouksh
04-11-2004, 11:17 PM
#14
heh, once this is and the coding is done, ill gladly make a model (or 2) to go with it :) im the saber modeler for our clan
 babywax
04-12-2004, 9:27 PM
#15
Couldn't you use the current saber "bounce" code and just make the bones unable to go past a certain radius of the last bone (making sure the whip doesn't "stretch").
By bounce code, I mean when you throw your saber and it bounces off the ground, right now it bounces a little bit too much, but put a damper on it and it could look good.
 razorace
04-12-2004, 10:04 PM
#16
Unfortunately, that's not as easy as it sounds. :)
 keshire
04-13-2004, 7:26 AM
#17
Well let's think simpler first.

Just a base setup where we can run any weapon as an animated weapon. Because I don't think the current code supports this (and it should).

The best way to do this would be to have the code run the same enum that the player is running on the weapon.

So if the player was doing BOTH_ATTACK2, the attached weapon would run it's BOTH_ATTACK2.

I can only hope that animators would have enough sense to match up the number of frames though. Unless a check is put in, in case that happens.
 razorace
04-13-2004, 3:55 PM
#18
Well, you wouldn't have to match up the number of frames, just the overall animation time (number of frames x frame rate).
Page: 1 of 1