changing weapon model and texture runtime

  • 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.

The_Pixie

UnrealFortress coder
Feb 20, 2001
13
0
0
Visit site
I can change the texture/skin of the player weapon runtume, that is no problem, but is there a way to only change the skin of the 3rd person view model and not the1st person view model?

Example:

I have a knife. Players looking at me should see a bloody red knife. Me, the player holding the knife, should see a normal, non-bloody knife. Or vice versa, this was just a boring example ;)

I can only see the multiskin property for the weapon, not a multiskin for 3rd person or 1st person model :(

Thanks for any help!
 

The_Pixie

UnrealFortress coder
Feb 20, 2001
13
0
0
Visit site
Yes, yes, I know that, but is there a way to go around it?

I guess I have to make a separate model for each weapon that is supposed to have a different texture. It seems to be the only way.
 

Bytekeeper

Last of the Brunnen G
Jul 15, 2001
181
0
0
Germany
Visit site
Make multiple textures and don't use the same ones on 1st and 3rd person models, by exchanging the textures you might get your desired result (might :p )