Custom skins not showing

A refuge for those migrating from the fallen DXEditing.com and a place for general discussion relating to Deus Ex editing (coding, mapping, etc).
Post Reply
User avatar
Neveos
X-51
Posts: 875
Joined: Wed Mar 03, 2010 1:29 am

Custom skins not showing

Post by Neveos »

Not sure why, but I cannot seem to create classes which reference TNMSkins.utx (something I created with all the TNMSkins) with the multiskins field. The skins simply do not show up on the actor: in the editor, and in the game, because the fields have been cleared. I can assign those multiskins after I've placed the mesh. Does anyone know why this is the case?
What I do in my other free time:
http://www.youtube.com/watch?v=e3FfPUKuGsQ
DDL
Traditional Evil Scientist
Traditional Evil Scientist
Posts: 3791
Joined: Mon Oct 17, 2005 10:03 am

Re: Custom skins not showing

Post by DDL »

Add this to the top of your class (below class declaration, above vars)

#exec obj load file=TNMSkins

this forces it to find and load the skins package, which it otherwise won't do by default.
User avatar
Neveos
X-51
Posts: 875
Joined: Wed Mar 03, 2010 1:29 am

Re: Custom skins not showing

Post by Neveos »

Sorry I forgot to update you. Yeah that worked. Thanks a bagillion.
What I do in my other free time:
http://www.youtube.com/watch?v=e3FfPUKuGsQ
Post Reply