UE2 - UT2kX Portraits

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

OveRLord

Banned
Aug 2, 2005
30
0
0
hey im new to skinning. i got the 4 team skins down and bios down. the only thing i cant seem to change at all is the portraits. ive tried importing the picture i want to replace the portrait upaint gave me with but it didnt change. i even deleted upaints portrait in ued (btw this is all done in ued) and imported the picture. nothing.

so is there something im doing wrong?

if it helps ill give the utx file and the portrait i want to be used
 
Last edited by a moderator:

Jefe

The Dark Rat
Nov 11, 2008
157
6
18
T E X A S
www.vgmp3.org
Any texture imported into unreal ed must have dimensions in powers of two - 8, 16, 32, 64, etc. Portraits should be exactly 256x512 to work properly. Also as a point of advice, you should set the portrait texture LOD to LODSET_Interface; the skin should be set to LOD_SET_PlayerSkin, since iirc Upaint doesn't do this for you. Right click the imported texture, select properties, and look under texture setting to change this. Also you may need to edit the upl file if the portrait has a different name than the original; the upl file tells the game which texture to use for the portrait. It's a simple text file that can be opened with notepad.
 
Last edited:

Jefe

The Dark Rat
Nov 11, 2008
157
6
18
T E X A S
www.vgmp3.org
It could be that it isn't the right size (see above), right format (Try bmp or tga), or it is being imported, but you're not seeing it. Make sure you the package name (the UTX) correct. If you add a group name (think a subfolder) try clicking the ALL button to see all textures in the package. And remember, you'll need to update the upl to reflect the new texture.
 
Last edited:

OveRLord

Banned
Aug 2, 2005
30
0
0
i have the image set to 256x512 bmp format and im importing the image (the only way i know how to add somthing to the package). ill send you the bmp and the character. i know it sucks but its my 1st one and im happy with it.
 

Jefe

The Dark Rat
Nov 11, 2008
157
6
18
T E X A S
www.vgmp3.org
Ok, I took a look at the file you sent. The BMP portrait is the correct size, but it's in indexed color mode, which won't work with unreal ed. Change it to RGB mode, and it will import just fine. Also, you should compress the files from RGBA8 (uncompressed) to DXT1 to drastically reduce the size of the texture package. Just right click each texture and choose "Compress to."