Issue 1:
I'm trying to create a new item that copies from the goromorg miniature, it would look the same, except a different color. Except whenever I see it in game, it is completely black. I made another item with no texture change, and it appears how it should, like a normal miniature.
Issue 2:
When I create the new icon for my item, with this code in items.lua
Code: Select all
cloneObject{
name = "goromorg_red_idol",
baseObject = "golden_goromorg",
uiName = "red goromorg",
description = "its red",
model = "mod_assets/models/items/goromorg_red_idol.fbx",
gfxIndex = 3,
gfxAtlas = "mod_assets/textures/mod_items.tga",
weight = 0.3,
glitterEffect = "glitter_gold",
treasure = true,
}It seems that every texture I try to change turns out wrong, so I'm hoping somebody can help me.

