OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: StuKa on 17 Nov 2002, 10:15:02

Title: Fremantle class patrol boat
Post by: StuKa on 17 Nov 2002, 10:15:02
I've almost finished an addon of a Fremantle class patrol boat. Still a couple of minor problems that need sorting though.

First off - I'd like to add two 360-degree white navigational lights to the main and stern flag masts.
Can this be done? - Ive already added port/starboard nav lights as well as a pair of spotlights.

Secondly how do I get rid of the muzzle flash?
I added the following to the config file but it didn't do a thing!

class CfgModels
{
   class Default {};
   class Vehicle: Default {};
      class BoatW: Vehicle {};
      class STU_FCPB: BoatW {};
};
Title: Re:Fremantle class patrol boat
Post by: BoNeCoLLeCToR on 17 Nov 2002, 14:32:33
Send the complete cpp file than I might help or someone else
Title: Re:Fremantle class patrol boat
Post by: StuKa on 17 Nov 2002, 17:03:51
Thanks Mate! :) heres a copy of the config file.
If you need the actual model I can send that to you as well.
(It's quite large though)
Title: Re:Fremantle class patrol boat
Post by: BoNeCoLLeCToR on 18 Nov 2002, 04:03:38
try this m8
Title: Re:Fremantle class patrol boat
Post by: Robbo on 18 Nov 2002, 09:15:14
Nice to see some Aussie boats :thumbsup:
Robbo
Title: Re:Fremantle class patrol boat
Post by: Wires on 18 Nov 2002, 09:53:44
yeah this thing is a beast! I had the good fortune to test it at an early stage as part of the ADF Mod and the Boffors is sweet. Too bad the .50s don't work  :( but you do what you can. With the few bugs I found ironed out and those new textuers this will be an awesome add-on.
Title: Re:Fremantle class patrol boat
Post by: BoNeCoLLeCToR on 18 Nov 2002, 18:20:58
Hey  m8 is the cpp working is the muzzle flash gone?
Title: Re:Fremantle class patrol boat
Post by: StuKa on 19 Nov 2002, 12:18:21
 :( No joy mate! didnt work -I appreciate the effort anyway!

BTW Wires what were those bugs you mentioned? no-ones given me any feedback yet  >:(
If you liked the beta version you will love the latest version - heres a pic of the helmsman on the 'flying bridge' during a night mission!
Title: Re:Fremantle class patrol boat
Post by: Wires on 20 Nov 2002, 01:02:37
The only bugs I found were cosmetic really. From the shots I've seen of the new version you have covered everything as far as I can tell. There was some difference b/w a couple of the outside LODs, one of the zodiaks would dissappear and a couple of textures and of course you hadn't added all the detail yet.

Looking very nice now though  ;D I really like the all the equip on the bridge, top stuff.

BTW StuKa I did send a fair amount of feedback to UrKeT, he must have not passed it on  :-[ I'll contact you directly from now on.

Wires
Title: Re:Fremantle class patrol boat
Post by: Urket on 20 Nov 2002, 08:45:31
StuKa...I sent you all the info from the BETA testers a month ago. Maybe something went wrong and you didn't get them, I'll forward them to you again ;)
Title: Re:Fremantle class patrol boat
Post by: Wires on 23 Nov 2002, 08:16:22
Any news on the patrol boat StuKa?

Did you get my email? 'cause I'd really like to know what you thought of my idea.

Wires
Title: Re:Fremantle class patrol boat
Post by: Colonel_Klink on 30 Nov 2002, 14:45:36
Try this to see if it works. Should be all you need as it worked on the Tiger Gunboats.
Quote
class CfgModels
{
   class Default {};
   class Ship:default{};
   class STU_FCPB: Ship {};
};
Cheers