How can i make my own Melees?

All about Chaos for Unreal... (UT3, UT2004, UT2003, UT)
Post Reply
Rocky
Posts: 5
Joined: Sun May 02, 2004 5:16 pm

How can i make my own Melees?

Post by Rocky »

Hi,
can you tell me chaos team how did you make the melee weapons?

With unrealED?

As static mesh?
And how can i make a mutator from it?
CUT2 is..

A NEW AREA OF FEAR 'n BRUTALITY
LoQtUS
Posts: 2710
Joined: Mon May 06, 2002 6:30 pm
Location: Orlando FL
Contact:

Post by LoQtUS »

Well, first you will need to learn a modeling program sutch as Maya or 3dstudio max. After you learn the modeling part you will then need to learn the animation part. Then you will need to learn the scripting language of Unreal Script. After those you will need to learn the ins and out of Unreal Ed to combine all together and compile it to work in the unreal engine.
The Dark Side of Chaos.
neolith
Chaotic Dreams Team
Posts: 1594
Joined: Wed Jan 15, 2003 10:05 am
Location: Düsseldorf, Germany

Re: How can i make my own Melees?

Post by neolith »

Rocky wrote:As static mesh?
And how can i make a mutator from it?
Actually our weapons are not static meshes but models, because we use bones for hit tracing. Static meshes do not have bones.

And for the mutator: I have no idea! Sorry, I'm but a modeler and not a coder.
–The biggest trick the devil ever pulled, was convincing the world he didn't exist.–
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

I had a tut on this for the code. I was asked by a team member to wait until MSU Phase3 was over till I post. Now that its over I will see about getting it updated on the wiki someday.
Jb
jb
Posts: 9825
Joined: Fri May 03, 2002 12:29 am
Location: Coral Springs, FL
Contact:

Post by jb »

Update: The code is not the same as ours as it has some of the features missing. But it will be enough to get the general idea of how the code works and the thought process behind it.
Jb
LoQtUS
Posts: 2710
Joined: Mon May 06, 2002 6:30 pm
Location: Orlando FL
Contact:

Post by LoQtUS »

Im sorry, I didnt realize that my comments made me look like a smart@$$. You have my appologies. Neo, and Jb are right. We place the weapon model with the proper bone structure in the hands of the player model then move the player model with Animation blends and trace the bones in the weapon model. as the bones collide with things they react to the environment.

Again, Please accept my appologies. ( smacks self repeatedly with a baseball bat)
The Dark Side of Chaos.
neolith
Chaotic Dreams Team
Posts: 1594
Joined: Wed Jan 15, 2003 10:05 am
Location: Düsseldorf, Germany

Post by neolith »

LoQtUS wrote:smacks self repeatedly with a baseball bat
Don't do that, you're gonna break the bat. ;)
–The biggest trick the devil ever pulled, was convincing the world he didn't exist.–
Post Reply