#Help with model errors.

1 messages · Page 1 of 1 (latest)

old verge
#

I'm working on a custom train and while I've gotten it to be summonable the .geo file shows many errors and it is not visible in game. I'm not sure why yet and really am not experienced enough to fix this on my own. Any help would be appreciated.

umbral forge
#

So, the main issue is that yuo're using a namespaced name for your geometry (geometry.cb:firsttrain). You can't do that with geometries sadly. If you want to make sure it's not overridden still, do something like geometry.cb.firsttrain instead.