REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
631 stars 62 forks source link

Black Goblins are green #264

Closed markusobi closed 7 years ago

markusobi commented 7 years ago

Black Goblins currently have the bodytexture of normal goblins. Black goblins have a different body texture id 1, while green goblins have id=0.

    Mdl_SetVisual            (self,    "Gobbo.mds");
    //                                  Body-Mesh         Body-Tex      Skin-Colo   Head-MMS       Head-Tex      Teeth-Te    ARMOR
    Mdl_SetVisualBody        (self,    "Gob_Body",        1,            DEFAULT,    "",            DEFAULT,      DEFAULT,    -1);

Human babes also have different body texture ids and they work. Don't know what's different with goblins.