Missing geometries

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Missing geometries

Post 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?
Last edited by Fiodis on Sat Oct 03, 2009 5:02 pm, edited 1 time in total.
mswf
Master Bounty Hunter
Master Bounty Hunter
Posts: 1674
Joined: Tue Mar 31, 2009 3:40 pm
Location: Twello, The Netherlands
Contact:

Re: Missing geometries

Post by mswf »

This is just a guess;
In a .req file, would you need to use .msh extensions?
Aman/Pinguin
Jedi
Jedi
Posts: 1104
Joined: Tue Jan 30, 2007 6:04 am
Projects :: Inactive
Location: Germany

Re: Missing geometries

Post 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. :|
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Missing geometries

Post by Fiodis »

Woops, copied it wrong. :oops:
Right, the way I have it now is how it is.
Post Reply