Item Images?

Users who are viewing this thread

Toasticuss

Sergeant
Is it possible in anyway to modify what the images will look like in the equipment page?

I have made a few ranged objects that I want to only be able to see when they are moving in the air.

Now they way I have them now they are working great. The only problem is, is that they show up completely blank in the equipment page.

The reason for that is I have the normal object for the range object an object that you cannot see and its set for all of them, the in flight objects are the real models and will disappear after they hit something.

Is there a mesh flag that I need to designate to the normal object to show up only in the equipment page but not show up in the hands of the player?

Sorry if this is too confusing, let me know and Ill try and reword it better.

Thanks.
 
Somebody said:
Add ixmesh_inventory to the mesh that you've added, similar to how you've used ixmesh_flying_ammo.

GENIUS! That works perfectly, Is there a list of these somewhere?

Edit:
Looked through the items python file and it told me to check the header items python file for some of the mesh flags and these are the ones I found

ixmesh_inventory
ixmesh_flying_ammo
ixmesh_carry     
 
Back
Top Bottom