Page 1 of 1

Missing geometries

Posted: Sat Oct 03, 2009 4:20 pm
by Fiodis
I've tried to load custom powerup drop geometries in through the ingame.lvl file, and while I've found I can load custom odfs, I can't load geometries.

My req:

Code: Select all

ucft
{
    REQN
    {
        "texture"
     "god_drop"
    }
    REQN
    {
        "model"
       "god_drop"
    }

    REQN
    {
        "class"
        "com_item_god_drop"
    }
    
}
As before, the god drop odf is munged (because it works with stock geometry), but the god_drop.msh file isn't munged. Why is that?

Re: Missing geometries

Posted: Sat Oct 03, 2009 4:31 pm
by mswf
This is just a guess;
In a .req file, would you need to use .msh extensions?

Re: Missing geometries

Posted: Sat Oct 03, 2009 4:35 pm
by Aman/Pinguin
Uhm...
Actually, the only thing that should work IS the model, since the class is missing a quotationmark and the texture has an unneeded extension. :|

Re: Missing geometries

Posted: Sat Oct 03, 2009 5:07 pm
by Fiodis
Woops, copied it wrong. :oops:
Right, the way I have it now is how it is.