Game Development Community

Changing player/AIplayer skins

by Jesse P · in General Discussion · 11/18/2007 (10:36 pm) · 1 replies

Hey I've got a bad guy in my FPS game and was wondering if there is a quick way to change the skins for him for the same model, I would like to have several bad guys around the level with the different skins but all using the same model, thanks

#1
11/19/2007 (2:16 am)
First, you export the model using the texture base.orc.jpg for example. Then you create other textures like dirty.orc.jpg or bloody.orc.jpg. Then call the function %obj.setSkinName("bloody"); for example.

RB