installing pcx 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.

ZoMbiE

New Member
Feb 18, 2000
1,035
0
0
Visit site
This is how I go about it, a little screwy;)


Open UEd, Select the Textures (on the right) if not already selected.

Click Load and select DMEffects.utx.

Click import and select the PCX, when the prompt comes up select a name, leave group blank. Write the name down.
Hit save, then save as (depending on what model its for) <model>customname.uxt (ie: Male1newskins.uxt)

Now hit load again and select Male1newskins.uxt
Delete the original DMEffects texture and import any other skins you have, rember to write down the names.


Click save, save as Male1newskins.uxt and quit UEd.

If you want to see the skin in the player setup screen you need to make an .int file.

Easiest way is top open an existing one. Male1skins.int reads:
[public]
Object=(Name=Male1Skins.Carter,Class=Texture)
Object=(Name=Male1Skins.Kurgan,Class=Texture)

Just change it to
[public]
Object=(Name=Male1newskins."your skin you wrote down",Class=Texture)
Object=(Name=Male1newskins.."your 2nd skin you wrote down",Class=Texture)


Save it as Male1newskins.int

done.

-feels like I've written a little tutorial on skin importing, wow, I have:p