draoth 13 Posted May 7 I started creating new textures for vehicles which can easily be swapped using settexture, but now I've created multiple custom face textures. What's the easiest way to apply these textures to npcs in my multiplayer mission? Share this post Link to post Share on other sites
soldierXXXX 102 Posted May 7 Sadly, that's not possible without creating a little mod. Characters are created on the engine side and are put together by config. Only commands available are setFace + setIdentity and they both works only with cfgFaces. It's a bit sad we can't do it in other way. Only characters you can fully customize with setObjectTexture are VR men. For normal characters only their clothing can be textured. 2 Share this post Link to post Share on other sites