Setting skins.....

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

Dexter13

The Coding Machine
Dec 18, 2001
111
0
0
Visit site
When I use:

P.multiskins[0]=Texture'CommandoSkins.cmdo';

to set a bot/player a skin, it always says it can't find the texture.
Does anyone know what I'm doing wrong?
 

Dexter13

The Coding Machine
Dec 18, 2001
111
0
0
Visit site
Sorry, I was being a little confusing, the deal is:

I have a custom skin file called 'ComSkin.utx' and I want to code certain players to use it. (P.SetSkin, etc.)

I don't really know how to do it properly, any ideas?
 

Tiggy

New Member
Sep 15, 2000
24
0
0
I think that you can just set the skin in the default properties:

Skin=Texture'ComSkin.Whatever'

or

MultiSkins(0)=Texture'ComSkin.Whatever'