ModelType

From EXW Docs
Revision as of 07:45, 4 June 2026 by Unknown025 (talk | contribs) (Created ModelType page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ModelType

The following are available values that apply to any field requiring the parameter ModelType.

Name Directory File Extension
TOOLBOX - -
WAVEFRONT wavefront obj
METASEQUOIA metaseq mqo

Where your models should go

Toolbox

Toolbox models go into the Java package org.rainyville.modulus.client.model. It is best practice to create your own package inside, such as org.rainyville.modulus.client.model.w44.

Wavefront

OBJ models go into your content pack's assets folder. For example, if your content pack is named "Modern Warfare" and you're adding a vehicle model, it would go into Modern Warfare/assets/exw/wavefront/vehicles.

Metasequoia

Metaequoia models follow the same format as OBJ models, except instead of "wavefront", models go into a "metaseq" folder, such as Modern Warfare/assets/exw/metaseq/vehicles.