[UT2003] attachment problems

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

-=[MAD]=-Hmpf

New Member
Dec 15, 2002
25
0
0
Visit site
I'm working on a race-based mod (5 different races),
where (of-course) each race will have different looking arms.

As you can guess, we don't want to make 10 different models for each weapon. (male&female for 5 races)
So we thought it would be better to make the 10 arm-models and then attach the weaponmodels.


what i want to know is:

1. has anyone already tried something like that? are there any problems with my approach?
2. is it possible to play the animations of two different meshes perfectly synchronized?
(the main part of the animations is done with the arms, but some weapons will have their own anims too)
3. i think i'll need a new class for the 1st-person weapon-attachments, but what should i use as parent? InventoryAttachment or Actor?
(thought of using Actor, since InventoryAttachment is used for 3rd-person attachments)
 

Jack oneill

New Member
Sep 4, 2001
81
0
0
41
France
atlantis.jolt.co.uk
Well, i'm sure it is possible but it may require that you recode the whole weapons behavior to take care of such attachements.

The best exemple you can find is RavenShield. The way they did is very impressive :
- First they have an animation set for their hands. The hand model is setup according to the different weapons (with different animation groups).
- Then, they attach a static weapon model without clips, triggers and so on.
- Finally you find another animation set with the guns animated parts (triggers and clips). Don't ask me how they match all that ! :lol:

Give it a try, but i wish you luck !