New powerup problem

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

New powerup problem

Post by Teancum »

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:

Code: Select all

ucft 
{ 
   REQN 
   { 
      "lvl" 
      "har_hover_landspeeder2" 
      "har_hover_stap2" 
      "har_item_vehiclerecharge_R2" 
   } 
} 
the har_item_vehiclerecharge_R2.req file in /sides/har/REQ

Code: Select all

ucft 
{ 
   REQN 
   { 
      "class" 
      "har_item_vehiclerecharge_R2" 
   } 
} 
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.
NegativeSmiley

RE: New powerup problem

Post by NegativeSmiley »

If u want it just like those power up droids i don't think it has to be in sides folders but just in world folder.
Delta_57_Dash
Jedi
Jedi
Posts: 1187
Joined: Fri Jun 10, 2005 2:46 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: New powerup problem

Post by Delta_57_Dash »

ya... and it's not a class, lol... just stick the odf's and msh's into the world folder, and erase what you added to the req. folder
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

RE: New powerup problem

Post by Teancum »

Yeah, I realized I didn't change something in the odf. Fixed it.

I now have 5 different colored R2 units, and 4 more R4 units. I have them all in a zip file, but I don't see where to upload to gametoast.
Leviathan
Missing Jedi Admin
Posts: 3277
Joined: Fri Nov 12, 2004 2:54 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: New powerup problem

Post by Leviathan »

Just send a PM or a mail to guru...
Post Reply