New powerup problem
Posted: Wed Sep 21, 2005 8:39 am
I'm trying to replace some of the R4 units that recharge vehicles with R2 units.
The R2 unit error shows up in the munge.
Missing file har_item_vehiclerecharge_R2.class
Required by munged\HarKal.world.req
ODF is in /sides/har/odf
MSH/TGAs are in /sides/har/msh
the har.req file:
the har_item_vehiclerecharge_R2.req file in /sides/har/REQ
Any help would be great, as once I get this done, I'm going to add more variety still by multiple R2 and R4 colorations.
The R2 unit error shows up in the munge.
Missing file har_item_vehiclerecharge_R2.class
Required by munged\HarKal.world.req
ODF is in /sides/har/odf
MSH/TGAs are in /sides/har/msh
the har.req file:
Code: Select all
ucft
{
REQN
{
"lvl"
"har_hover_landspeeder2"
"har_hover_stap2"
"har_item_vehiclerecharge_R2"
}
} Code: Select all
ucft
{
REQN
{
"class"
"har_item_vehiclerecharge_R2"
}
}