Leaderboard
Popular Content
Showing most liked content on 06/10/2018 in Posts
-
9 pointsYou mean as opposed to this one ..? Actually yes, there are already different cockpits for the RNoAF versions and maybe I'll do a dedicated one for the NF-5a ..
-
7 points
-
5 points
-
4 points
-
3 points
-
2 points
-
2 points
-
2 points
-
1 pointView File AV-8B Harrier II - SF2. ver.2019 AV-8B Harrier II. This is my humble rework of AV-8B. Basic modding skills are required to run this mod. (copy/paste, mod folder structure etc.) It is designed for and works only in SF2 series. Around 2 years ago - January 2016 - KillerBee approach me with the possibility of updating bobrock's harrier. After some time, we had prepared the updated file ready for upload. Small changes here and there corrected few things. And great skins by Killerbee. And then KillerBee disappeared from CA forum. Honestly, up to now, I have no contact with him. last - 4th May 2016. So harrier stayed on drive waiting for his comeback. But .... I couldn't resist...And iI started to mod this again. Since I had no KB skin templates I had to do all new skins...and more. So now I am here... It ended with a new cockpit and a whole set of new skins and decals on whole remodeled 'old' Harrier. - there is no single part of an original model that hasn't be touched/remodeled etc. First of all...If you want to count rivets....Do not. Many things could be done other way....but I did it my way. So you have to bear with it. All skins are in 4096x4096 format. So you can easily resize down. If you have problems running this in game. Resize skins to lower resolutions Decals are based on my and KillerBee research. All serials are correct for the first version of Harrier II. Not always (but mostly) correct for a unit/year of service etc. Big Thanks to Ravenclaw - He send me file with new ALQ-164 pod. Now it is part of the upload. You will find separate upload soon with Operation Desert Storm skins and decals - Only units that participated in the operation. For some reason, I have added weapons that are present in Loadout.ini. Animations: 1= canopy open - close 4= refueling probe - beware of a speed limit ************************************************************************************ for proper sound work you should add these lines into soundlist.ini SoundFilexxx=xxxx SoundFileXXX=USMComm_1 SoundFileXXX=Equalizer [Equalizer] Priority=NORMAL Looped=TRUE NumBuffers=2 3DSound=TRUE DopplerEffect=FALSE MaxDist=1000.000000 MinDist=100.000000 InsideConeAngle=360 OutsideConeAngle=360 ConeOutsideVolume=100 [USMComm_1] Priority=NORMAL 3DSound=FALSE NumBuffers=1 Looped=TRUE FrequencyControl=FALSE ************************************************************************************ Credits. Me - whole sort of strange things - model-re-model, new cockpit, skins, decals, ini files etc. Ravenclaw - BRU-42 ITER models. ALQ-164 model, weapons. 331Killerbee - ideas, good words, research primary work on skins and decals, work on ini files, loadouts, effects etc. Crusaders - help with avionics ini. bobrock- original 3d model - Thank you and thanks to KillerBee. Sounds taken from sources offering free sound samples. Thanks to a lot of people who helped me with this mod...Stratos, Crusader, Geary, gurru, Soulfreak,76.IAP-Blackbird, and others. Thank you all CA users. Yes I know its huge - but I couldn't make it smaller. Be sure to download all 4 parts and optionally - ODS skins/decals set. Enjoy. I enjoyed it much when making this pack. Expect unexpected. Report bugs. Suggest changes. Reference: AV-8 TACTICAL MANUAL NWP 3-22.5-AV8B vol.I AV-8 TACTICAL MANUAL NWP 3-22.5-AV8B vol.II NATOPS FLIGHT MANUAL NAVY MODEL AV-8B/TAV-8B 161573 AND UP AIRCRAFT NATOPS FLIGHT MANUAL A1-AV8BB-NFM-000 (June 1983) a whole bunch of marines dedicated websites - that I can't remember now. seaforces.org gonavy.jp navysite.de tailspintopics.blogspot.com Squadron Signal: 1058 Harrier in Action. Squadron Signal: No.209 AV-8 Harrier in action SAM Publications: US Marines AV-8B Harrier II Aircraft Ilustrated.Special: Harrier Harrier Inside and Out by Mark Attril ************************************************************* This is freeware; it CANNOT be distributed unless permissions are granted by myself. The original readmes, if any, and all other pieces of the package MUST remain intact. The names of all contributors, modders, suppliers, etc =MUST= be listed in any new readmes. This package and any part of it may NOT in any way, shape or form be used in any payware additions. See the original readme documentation, if any, for further allowances and restrictions Any persons wishing to make further modifications, contact me first. Any persons wishing to make further modifications, MUST remember to put everyone's name in it. Bribes and donations are accepted; ************************************************************* ************************************************************* THIS AIRCRAFT MOD OR ANY PART OF IT MUST NOT BE HOSTED OR POSTED FOR DOWNLOAD ON ANY OTHER WEB SITE WITHOUT MY EXPRESS PERMISSION, OR USED FOR ANY OTHER PURPOSE THAN THIRDWIRE FLIGHT SIMULATORS, AND MUST NOT BE SOLD OR OFFERED FOR SALE BY ITSELF OR WITH ANY OTHER FILES OR MODS. ************************************************************* Kind regards. Jarek Hereda. Submitter yakarov79 Submitted 06/11/2018 Category AV-8
-
1 pointtrue and posts get screenshots. hence the phrase mandatory screenshot
-
1 pointDouglas A-4C Skyhawk - 340 Mira Hellenic Air Force, 1966 Skin Credit: Marcelo Silva
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 pointSorry guys, I wasn't planning on posting any new screenies until it was ready for release (which is relatively imminent at last!), but I couldn't help myself after yet another round of tinkering with the bump and specular maps ..
-
1 point
-
1 point
-
1 pointI thought this info would fit with this thread. Below is a list of each individual capability flag. You can get any capability flag available by adding capability flags together with the Windows calculator in programmer mode with Hex selected. Now there are two group of number to be added. The first is the third digit to the right of the "0x" which I have highlighted in red, "CapabilityFlags=0x10000000". This digit relates to the Sea-skimming, Terminal Pop-up, and Lofted flags. The second group is composed of the three digits that are farthest to the right as you see here highlighted in blue, "CapabilityFlags=0x10000000", these are for all other capability flags. For example if you want to add the IFF Interrogator, Seeker Slave, and All Aspect flags to a missile you would add 020+180+400=5A0 that means "CapabilityFlags=0x100005A0". Another example is this flag "CapabilityFlags=0x107006FF" which is all capability flags checked on and "All Aspect" selected. Also below the Capability Flags section I have included a list of all EO Display Flags for both bombs and missiles. //--------------------(Capability Flags)--------------------\\ None CapabilityFlags=0x10000000 Terminal Guidance CapabilityFlags=0x10000001 Target Memory CapabilityFlags=0x10000004 Mid-course Correction CapabilityFlags=0x10000002 Home on Jam CapabilityFlags=0x10000008 Optical Backup CapabilityFlags=0x10000010 IFF Inerrogator CapabilityFlags=0x10000020 Seeker Uncage CapabilityFlags=0x10000140 Seeker Slave CapabilityFlags=0x10000180 Sea-skimming CapabilityFlags=0x10100000 Terminal Pop-up CapabilityFlags=0x10200000 Lofted CapabilityFlags=0x10400000 Rear 60 Aspect CapabilityFlags=0x10000100 Rear 180 Aspect CapabilityFlags=0x10000200 All Aspect CapabilityFlags=0x10000400 >--------------------(Bomb EO Display Flags)--------------------< None + None EODisplayFlags=0 Crosshair + None EODisplayFlags=1 Four Corners + None EODisplayFlags=2 Double Lines + None EODisplayFlags=4 /-----/ None + Ponting Cross EODisplayFlags=256 Crosshair + Ponting Cross EODisplayFlags=257 Four Corners + Ponting Cross EODisplayFlags=258 Double Lines + Ponting Cross EODisplayFlags=260 /-----/ None + Nose Index Marker EODisplayFlags=512 Crosshair + Nose Index Marker EODisplayFlags=513 Four Corners + Nose Index Marker EODisplayFlags=514 Double Lines + Nose Index Marker EODisplayFlags=516 <-----(Bomb EO Display Flags with Bypass TV Filter on)-----< None + None + Bypass TV Filter EODisplayFlags=131072 Crosshair + None + Bypass TV Filter EODisplayFlags=131073 Four Corners + None + Bypass TV Filter EODisplayFlags=131074 Double Lines + None + Bypass TV Filter EODisplayFlags=131076 /-----/ None + Ponting Cross + Bypass TV Filter EODisplayFlags=131328 Crosshair + Ponting Cross + Bypass TV Filter EODisplayFlags=131329 Four Corners + Ponting Cross + Bypass TV Filter EODisplayFlags=131330 Double Lines + Ponting Cross + Bypass TV Filter EODisplayFlags=131332 /-----/ None + Nose Index Marker + Bypass TV Filter EODisplayFlags=131584 Crosshair + Nose Index Marker + Bypass TV Filter EODisplayFlags=131585 Four Corners + Nose Index Marker + Bypass TV Filter EODisplayFlags=131586 Double Lines + Nose Index Marker + Bypass TV Filter EODisplayFlags=131588 >--------------------(Missile EO Display Flags)--------------------> None + None EODisplayFlags=65536 None + Ponting Cross EODisplayFlags=65792 None + Nose Index Marker EODisplayFlags=66048 /-----/ Crosshair + None EODisplayFlags=65537 Crosshair + Ponting Cross EODisplayFlags=65793 Crosshair + Nose Index Marker EODisplayFlags=66049 /-----/ Four Corners + None EODisplayFlags=65538 Four Corners + Ponting Cross EODisplayFlags=65794 Four Corners + Nose Index Marker EODisplayFlags=66050 /-----/ Double Lines + None EODisplayFlags=65540 Double Lines + Ponting Cross EODisplayFlags=65796 Double Lines + Nose Index Marker EODisplayFlags=66052 >-----(Missile EO Display Flags with Bypass TV Filter on)-----< None + None + Bypass TV Filter EODisplayFlags=196608 None + Ponting Cross + Bypass TV Filter EODisplayFlags=196864 None + Nose Index Marker + Bypass TV Filter EODisplayFlags=197120 /-----/ Crosshair + None + Bypass TV Filter EODisplayFlags=196609 Crosshair + Ponting Cross + Bypass TV Filter EODisplayFlags=196865 Crosshair + Nose Index Marker + Bypass TV Filter EODisplayFlags=197121 /-----/ Four Corners + None + Bypass TV Filter EODisplayFlags=196610 Four Corners + Ponting Cross + Bypass TV Filter EODisplayFlags=196866 Four Corners + Nose Index Marker + Bypass TV Filter EODisplayFlags=197122 /-----/ Double Lines + None + Bypass TV Filter EODisplayFlags=196612 Double Lines + Ponting Cross + Bypass TV Filter EODisplayFlags=196868 Double Lines + Nose Index Marker + Bypass TV Filter EODisplayFlags=197124
Important Information
By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..