Switching skins instantly?

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

pepslet

New Member
Feb 7, 2000
190
0
0
Visit site
I was wondering, is it possible with some scripting to have skins switched "on the fly". I thinking about a single player mod, and it would look nice if you could give the enemys some "pain" skins, so when you shoot them, their skin changes to reflect the damage you did to them. (a little blood, some scars etcetc). Anybody have a idea if this is possible?
 

Fuzzpilz

klkk
Jun 28, 2000
984
0
0
40
:noitacoL
You could use a ScriptedTexture to which the script adds blood stains etc. in the Pawn's TakeDamage function. I believe a similar thing has been used for the bastard sword in Chaos UT.