[HELP] .obj file - Mesh Name

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
survival
Posts: 38
Joined: Fri Apr 04, 2014 9:59 pm

[HELP] .obj file - Mesh Name

Post by survival »

Hello

Need some help to find mesh in .obj file , when I try to name it same as filename - editor simply crashed

Is any chance to get it from GMT ? or Blender ? somehow ?

defineObject{
name = "dwarf",
class = "Monster",
model = "mod_assets/dmcsb_pack/models/monsters/dwarf1.fbx",
meshName = "?????",
animations = {...}

meshName = "???",
User avatar
Isaac
Posts: 3192
Joined: Fri Mar 02, 2012 10:02 pm

Re: [HELP] .obj file - Mesh Name

Post by Isaac »

Import the model to GMT, find the node that is the largest (preferably the one that is the entire model; usually highlighted red), and use that name as the mesh name.

Image
survival
Posts: 38
Joined: Fri Apr 04, 2014 9:59 pm

Re: [HELP] .obj file - Mesh Name

Post by survival »

Image
survival
Posts: 38
Joined: Fri Apr 04, 2014 9:59 pm

Re: [HELP] .obj file - Mesh Name

Post by survival »

Superb - thx a lot !!!
Post Reply