Showing posts with label Tacpack. Show all posts
Showing posts with label Tacpack. Show all posts

Sunday, May 17, 2020

How to have Tacpack weapons to show without Tacpak


One of the most frequently asked question I receive is: "I do not have Tacpack and I do not plan to buy it… can I get the weapons to show all the same in your planes?"

Them this question usually gets even more frequent when we have a P3D update (which ALWAYS breaks the compatibility with Tacpack)

Well… the answer is YES, you can - ALTHOUGH, OF COURSE, WEAPONS WILL NOT BE OPERATIONAL. I sometimes put that information on the documentation or on Facebook… or written as a note in the aircraft.cfg, but I thought it would be better to explain the general case so that you can hava a method that will work for (almost) every Tacpack aircraft.

The first thing is to tell you the way Tacpack works in terms of weapon attachment.
In the folder of each Tacpack aircraft there is a text file called "tacpack.ini" which contains, along with other information, the list of allowable stores for each station and links the store to a specific load station of your aircraft.cfg.

When a weapon is loaded in Tacpack, a specific weight is applied to the station. Then it is the aircraft model which visualizes the weapon depending on the weight. So, the WEAPONS ARE PART OF THE AIRCRAFT MODEL. They are just hidden and they become visible when a specific weight is applied - this is done either with logic only in the aircraft model or though a proxy variable (triggered by a piece of code somewhere else).

The developer can associate an arbitrary weight to each weapon and to each station. This can either be a "token" weight or the proper weight of the weapon.
So, unless there is additional code somewhere else, in general, by applying the right way to the right load station you can have the weapon to show.

Let's take the my Eurofighter as an example:

1) Go to the main folder of the aicraft and locate the TACPACK.INI file and open it with Notepad.

2) Scroll down to the following section:

[Store_Station.0]
offset=-43.1,-14.9,-5.03
num_entries=5
store.0=AIM-9X,188,0,1,0,0
store.1=IRIS-T,192,0,1,0,0
store.2=AIM-132,194,0,1,0,0
store.3=PYLON.SMOKEWINDER,150,0,-1,0,0
store.4=PYLON.SRAAM,1,0,-1,0,0

Store_Station.0 means this is the first load station managed by Tacpack. This MAY NOT be the first station in your list (you can read what is the fust by looking a the StoresFirst parameter in the .ini file  - in this case it is StoresFirst=1 which means the second load station in the list, as the first is zero).

So for the the Typhoon, Store_Station.0 is the second store station in the aircraft.cfg (marked with STA1).

Then… just look at the numbers in red. 188 is the weight associated to AIM-9X, 194 is the weight associated to IRIS-T and so on.
So if you put 194 lbs on STA 1 in the game (you can do this in the VEHICLE -> FUEL and PAYLOAD Menu) you will make the AIM-132 to appear.

The stores starting with "PYLON" are just inhert for Tacpack. They may represent weapon pylons, unsupported weapons or other kind of equipment.

Let's move to Store_Station.1 (which is STA2 in the game...remember, they start from 0).

[Store_Station.1]
offset=-42,-12,-4.8
num_entries=11
store.0=AIM-9X,588,0,400,0,0
store.1=IRIS-T,592,0,400,0,0
store.2=AIM-132,596,0,400,0,0
store.3=AIM-120C,748,0,400,0,0
store.4=METEOR,807,0,400,0,0
store.5=AGM-88C,1133,0,400,0,0
store.6=GBU-10,2464,0,350,0,0
store.7=GBU-12,960,0,350,0,0
store.8=PYLON.EMPTY,350,0,-1,0,0
store.9=GBU-31,2475,0,350,0,0
store.10=AGM-65E,508,0,401,0,0

Note that here we have the AGM-65E listed...but it is not used in the plane. This is because the Brimstone missiles are actually simulated with an AGM-65E as the Brimstone is not supported.
Note also that the weight associated to the A-A missiles are much higher! This is because they take in account that, on the Eurofighter, you also need to attach a pylon and an adapter for this stations.
Hance, to show the AIM-132 we should put 596 lbs on STATION 2.

One last example is STA 3.

[Store_Station.2]
offset=-41,-8.8,-5.5
num_entries=7
store.0=GBU-10,2464,0,350,0,0
store.1=GBU-12,960,0,350,0,0
store.2=FPU-11,731,0,350,0,0
store.3=AGM-154C,3216,0,350,0,0
store.4=PYLON.EMPTY,350,0,-1,0,0
store.5=GBU-31,2475,0,350,0,0
store.6=AGM-65E,508,0,401,0,0

Here we can see that AGM-154C is used as replacement of the Storm Shadow and the FPU-11 is used for the external tanks. Let's use the external tanks...so 731 lbs on STA 3.

….and so on. You will see that there are stations allocated for the GUN and the TFLIR system (which the code uses as PIRATE or LITENING depending on the case) and there are "dummy" stations for multiple racks (like the Brimstone).

So, let's try this to get the configuration in the picture at the beginning of the post:



STA1 - 194lbs -> AIM-132

STA2 - 596lbs -> AIM-132

STA3 - 731lbs -> FUEL TANK

STA4 - 960lbs -> GBU-12

STA5 - 408lbs -> METEOR

STA6 - 408lbs -> METEOR

STA7 - 440lbs -> LITENING POD

STA8 - 408lbs -> METEOR

STA9 - 408lbs -> METEOR

STA10 - 960lbs -> GBU-12

STA11 - 731lbs -> FUEL TANK


STA12 - 596lbs -> AIM-132


STA13 - 194lbs -> AIM-132

The configuration is saved along with your flight, so if you save the scenario you do not need to change it again next time you load it.
Also, you can enter these weights in the aircraft.cfg and they will become the default for that aircraft.

This procedure will work with my F-35, Eurofighter, F-14 and S-3 Aircrafts….and presumably other aicrafts too.
It is not needed by the Skyhawk and the M-346 as they use proxy variables which make the loads to appear even if not weight is applied to a station.


Sunday, September 15, 2019

TA-4 Skyhawk P3D v4 Release and Paintkit


With thanks to all the people involved in the development, and in particular to Roy Holmes for another great flight model, I glad to announce that the TA-4 Skyhawk/Scooter package is now available for purchase at SimMarket.

As normal for this kind of projects, a couple of minor glitches popped-up after release… no major issues at the moment. I am working to solve this, but I will wait another week before releasing an update - just in case more bugs are identified in the short term.

Also, the paint kit is now available for download here. The TA-4 had some of the best and flashiest liveries ever seen in a miltary jet… and picking the ones to include in the package was not an easy job. Can't wait to see what the community will create!

Aside, an FSX version and a single seater are both in the works...more news soon.

Sunday, March 3, 2019

F-35 Lightning II - Version 3.61 PBR Update (Prepar3D v4.4)


***EDIT - FILES UPDATE TO VERSION 3.61 TO ADDRESS A BUG PREVENTING THE REFUEL PROBE TO DEPLOY IN THE F-35B EXTERNAL MODEL***

Here is the PBR update for the F-35 package. In order to implement this, I had to rebuild the source models as they had been lost to a ransomware attack years ago... this was quite a big work, and a lot of things had to be redone. Still I think the plane looks much better now and it was worth it - however, please beware that some minor bugs or glitches may be present.

Model files were compiled with P3Dv4.4 tools, so they cannot be used with FSX or prior versions of P3D - however, I have also included non-PBR model variants for those who may prefer them (they should provide slightly better frame rates and lower memory consumption).
Aside, compiling the model for P3Dv4 made it so that some graphic glitches were fixed.

Initially I thought this could be the baseline for version 4.00, big given that the aircraft functionalities are pretty much the same as previous iterations, I thought it was unfair to make it a new, full price version - or even a paid update.
However, supporting different variants and options is quickly becoming impossible to manage - so from now on this project will only be updated for Prepar3D v4.4 (sorry for that).

Here is the list of changes in version 3.60 and 3.61

Version 3.61 - 20/03/2019
- Fixed bug preventing refuel probe to deploy on F-35B external model
- Fixed typo in aircraft.cfg suggesting that gun should be mounted on STA5 instead of STA6
SEE VERSION 3.60 NOTES FOR INSTALLATION


CHANGE LOG
Version 3.60 - 02/03/2019

- Rebuilt all external and internal models to support PBR textures
- All models recompiled using P3Dv4.4 tools
- Updated landing gear model
- Fixed minor UVW coordinates error on F-35C external model
- Fixed minor graphic glitches in F-35B and F-35C external models
- Major rewrite of MFD code with reduced memory footprint and (marginal) performance improvement
- New .air files to provide better, more linear throttle vs. thrust curve
- Fixed several glitches in the FCS code
- FCS Animation code rewritten
- Fixed bug that caused the first radar track not to show in some screens


* - This update by default is configured to use PBR models and work with P3Dv4.4.
You can use this update also with P3Dv4.0 to P3Dv4.3 by deleting the model.cfg files in the model folder of each aircraft and rename the "model.cfg.BackupNonPBR" to "model.cfg".



Download the update by clicking HERE or from the link on the side bar...

Sunday, January 27, 2019

Eurofighter Update to version 1.21


I had no plans for any short-term update to the Eurofighter Typhoon…. but it turned out that 1.20 had a bug so that you could not select Storm Shadows anymore and I cannot stand and update that brings reduced functionality, so I took the chance and made further improvements to the new cockpit geometry, added IR mode to the PIRATE, added the "ubuntu" model for the twn seater and improved the animations in both the "ubuntu" models. Here is the list of changes:

VERSION 1.21
CHANGES WITH RESPECT TO PREVIOUS VERSION
- Fixed bug in SSK code preventing selection of StormShadow missile
- Fixed several minor geometry issues with the new VC model
- Added "UBUNTU"* model option also for the twin seater
- Improved animation of "UBUNTU"* models
- Added possibility to switch between IR/CCD and WHOT/BLOT modes also to the PIRATE
- Harmonized notation of TFLIR/IR Imagery as follows: IR denotes P3D "pseudo-IR" rendering, CCD denotes normal rendering

* - The default visual model of the Eurofigher uses several custom animations which are not compatible with multiplayer: specifically the control surface will show in "rest" position to any player not using an Eurofighter. In order to avoid this, users may prefer to activate the "ubuntu" model option. To do this, go into the MODEL folder (of the Eurofighter_2000 and Eurofighter_2000T folders in the SimObjects/Airplanes folder), open the model.cfg with Notepad and then comment out the "normal" model line and uncomment the line indicated in the file itself. This will replace the external model with one with less-accurate-but-multiplayer-compatible animations.
The activation of such models must be done independently for the single and twin seater models.


The update can be dowloaded by clicking HERE or from the side bar.

Wednesday, January 2, 2019

Eurofighter Typhoon Update to Version 1.20


Here is a quite extensive patch for the Eurofighter Typhoon - this introduces a number of much requested changes including possibility to shoot Mavericks (as placeholder from the Brimstones), having 2D MFD panels and fine-control of the TOO target designation via FLIR.
Also, the files have been restructured so that now the 2-seaters have their own folder and have a different empty weight and fuel capacity.

Note that the patch will work with ANY version starting  from 1.10.

*** IMPORTANT - THE PATCH IS CONFIGURED BY DEFAULT FOR P3D V4! IF YOU ARE USING FSX, P3Dv1, v2 or v3 YOU SHOULD DELETE THE panel.cfg PROVIDED AND RENAME THE panel_32bit.CFG TO panel.cfg ***

CHANGES WITH RESPECT TO VERSION 1.20
- Remodeled the canopy frame to match perfectly with the outer model: this was not necessary (and does not even mean that it is more accurate) for P3D (or DCS - both sims allow VC models separate from the aircraft model), but it was required for X-Plane and AFS2.
- Changed HUD glass texture to have a dark puple tint
- Changed SSK code so that it is now possible to deselect a mode without selecting another one
- Changed HMDSS code to show all A/A tracks intead of the L&S track only
- Changed HMDSS code to show proper A/S reticle when in A/S mode
- Added keyboard shortcuts for fine control of the TFLIR A/S target
  SHIFT+Arrow keys allow fine control of the TFLIR A/S target location.
  A valid A/S TOO must be designated first.
- Added keyboard controls for radar range and modes as follows:
  If in NAV PoF -> UP/DOWN control PA range, LEFT/RIGHT select previous/next WP
  If in A/A PoF -> UP/DOWN control A/A radar range, LEFT/RIGHT -> undesignate/designate command
  If in A/S PoF -> UP/DOWN/LEFT/RIGHT fine control of A/S target 
- Implemented Mavericks as "placehoder" for Brimstones (this was actually quite a lot of work as Tacpack does not support multiple ordnance on the same pylon...but since it was a much requested feature I decided to go for it) - NOTE The AGM-65E is laser guided: you will need a laser spot to fire the missile correctly. Also, there are issues if you mix StormShadows and Brimstones in the same loadout (I do not think it is a problem)
- Miscellaneous minor bug fixes
- Added an optional "ubuntu" model for the single seater which relies solely on standard animations (this is meant for use in multiplayer sessions with mixed aicrafts and prevents people flying with other aicrafts from seeing incorrect animations in the Eurofighter model) -> to activate this you have to manually edit the MODEL.CFG file in the Eurofighter_2000\model folder as follows: change the normal=EF2000 to normal=EF200ubuntu. Note that this must be
done ONLY by players which are NOT flying the Eurofighter as this disables the custom FCS animations.
- Added undockable 2D MFD displays
- Added separate folder and configuration file for twin seaters (to enable correct weight and fuel quantity)
- Replaced Stall Warning sound with one more appropriate for a fighter jet
NOTE: BY DEFAULT THE UPDATE IS CONFIGURED FOR A 64 BIT SIMULATOR (Prepar3d V4.0 and following).
IF YOU WISH TO USE THE UPDATE ON A 32 BIT SIMULATOR (FSX, P3Dv1-2-3) YOU MUST NAVIGATE TO
THE PANEL FOLDER IN THE Eurofighter_2000 FOLDER, DELETE THE PANEL.CFG AND RENAME THE PANEL_32bit.CFG
TO PANEL.CFG.


As usual, you can download the update from the side bar or by clicking HERE.

Wednesday, December 26, 2018

F-35 UPDATE TO VERSION 3.55 (P3D ONLY)

A small belated Christmas present for the F-35 users: here is version 3.55 which is most probably the last update for the "Version 3" of the F-35.
Most likely the next iteration will be a new product, with models rebuilt for PBR support and compatible only with Prepar3D version 4.4 and above (and will require a new purchase). I am sorry to ask for a new admission ticket, but the work needed is too much. I'll try to implement discounts for existing users if the distributors will allow that.
This 3.55 update applies to P3D (version 2.0 to 4.4): latest version for FSX will be 3.53. The zip file includes both the 3.55 version for P3D and the 3.53 FSX, and the simplified MFD and the low res textures as well. Note that using the simplified MFD will disrupt some of the features of this update.
Here is the features list:

Version 3.55 - 26/12/2018
THIS UPDATE APPLIES ONLY TO P3D - LATEST FSX VERSION IS 3.53
  • Changed default load to "NO WEAPONS" for all aircrafts
  • AoA indication limit on HMD is now 50° (was 30°)
  • Slight change to toe-brake effectiveness
  • Added special color livery for Koninklijke Luchtmacht
  • Added special color livery for Aeronautica Militare
  • Changed implementation of TFLIR imagery which hopefully solves/mitigates aircraft visibility for some users
  • All air-to-air radar tracks are now shown on the Head Mounted Display:
    - symbol size is scaled depending on the target distance (small over 20Nm, medium from 20Nm to 10Nm, big below 10Nm)- symbols will park on the edge of the visibility area both in the vHUD and Free Look mode
  • Implemented fine control of the air to surface target via Az/El TFLIR control:- fine control works only of TOO targets when the aircraft is in A/S mode- a TOO target must be assigned first (via TSD, ASR or HMD) to enable fine control- fine control allows the adjustment of TFLIR Az/El- fine control can be operated via the TFLIR screen (by clicking on the crosshair) or via keyboard shortcut
  • Implemented following key shortcuts:
  • ARROW KEYS:- In NAV mode: UP/DOWN control TSD1 zoom level; LEFT/RIGHT select previous/next waypoint- In A/A mode: UP/DOWN control Air-to-Air radar range; LEFT/RIGHT command UNDESIGNATE/DESIGNATE target- In A/S mode, with valid TOO: UP/DOWN control TFLIR El; LEFT/RIGHT control TFLIR Az; both will update target locationSHIFT+ARROW KEYS -> TFLIR CONTROL- UP/DOWN control TFLIR El; - LEFT/RIGHT control TFLIR Az; both will update target location
  • CONTROL+ARROW KEYS -> ASR CURSOR CONTROL
    - UP/DOWN/LEFT/RIGHT control the position of the cursor in the ASR screen
  • CONTROL+SHIFT+ARROW KEYS -> SENSOR CONTROL
    - UP -> DESIGNATE ASR CURSOR POSITION AS A/S TARGET
    - DOWN -> CHANGE ASR RADAR ZOOM
    - LEFT -> CHANGE TFLIR MODE
    - RIGHT -> CHANGE DAS MODE
As usual, you can download the update from the side bar or by clicking HERE.


Monday, August 20, 2018

F-35 Lightning II update to version 3.52


NOTE - DOWNLOADS WERE SUSPENDED FOR TECHNICAL PROBLEMS (broken links/pointing to wrong files) - NOW EVERYTHING SHOULD BE OK! SORRY FOR THE INCONVENIENCE!

Here is yet another update to the payware F-35, which will bring the release version to 3.52.
I am taking the chance to clarify a couple of things:

- Customers of "older" versions of the F-35 (meaning V1.X and V2.X, now freeware) are not entitled to the free upgrade to version 3.50. Only customers who have purchased version 3.X will get the update. So please do not ask distributors for the download links.

- AFAIK all the distributors have updated their links to version 3.50. If you still have difficulties in downloading the new installers from them, please let me know by dropping an email to indiafoxtecho@gmail.com

- Version 3.50 is the new "FULL INSTALL" baseline. Further updates, like this one, will be deployed through this blog and will require manual installation. So, please do not ask to distributors for version 3.51 or 3.52.

That being said, here is what is new in this release:

Version 3.52 - 20/08/2018
- Minor refinements to flight model
- Added MAP modes also in extended and full-screen portal modes for TSD1, TSD2 and TSD3 (courtesy of Roberto Leonardo)

- Added missing code for automatic anti-skid engagement
- Fixed graphic glitch in A-A target symbology
- Added possibility to enter negative values for VV in AP mode
- Miscellaneous code fix
- Better alignment of TSD symbology (but still far off in some cases)
- Added optional "Simplified" MFD:
  This is a simpler MFD that will occupy less memory and may generate a (minimal) increase in performance.
  To install this, open the SimplifiedMFDforP3D.zip file and drag and drop the F-35_MFD folder in your F-35A\Panel folder.
  You may want to backup the F-35_MFD folder first.
  This will eliminate some pages (WPNA, WPNS, CHCKLST, TSD2, TSD3 and PHM) and restrict the functionality of Others.


You can download the update by clicking HERE or from the side bar.


PS - I also noticed that, for a mistake, version 1.13 of the Eurofighter did not include the intended code for the antiskid...the mistake was rectified, so you may want to download the update again.

Monday, July 23, 2018

USS America LHA-6 update to version 0.12 Beta


Following user feedback, here is a small update to the USS America LHA-6 project:

Version 0.12
23/07/2018
- Added "wings" courtesy of Tim Brennan
- Repositioned landing spot markings for MV-22
- Changes to F-35 operations deck (now, only F-35s + 2 SH-60 for SAR)
- Minor improvements to night lighting
- Further changes to configuration names following feedback from users

In general, it seems that the ship does not have many issues… there are a couple of minor tweaks I'd like to introduce before the official release (e.g. waving flag, additional deck configurations, USS Tripoli) but I am not sure when I'll have the time to do them.

Anyway you can download the latest version from the sidebar or by clicking HERE.
Download links on the old post have been updated.

Wednesday, July 4, 2018

USS America LHA6 - Public Beta


****************************
UPDATE TO VERSION 0.12
See release notes in later post
*************************

****************************
UPDATE TO VERSION 0.11
I have been notified that the names in the sim.cfg may cause issues in AICarriers - the objects have been renamed and should work now, but please let me know
*****************************

Happy 4th of July to all my American supporters!
As some of you are aware of, lately I have been working on a USS America model - this was developed mostly because I wanted a proper "home" for my F-35B.
This was initially intended to be part of the next update to the F-35 project… but I thought it was better to release it for free for a number of reasons: for one, the development resources spent for this ship have been quite limited….but the main one is that I think that a ship like this was much needed, not only for the F-35, but also for the SH-60, CH-53 and Osprey pilots.
Given that this is my first ship, most likely there will be a number of inaccuracies and mistakes: suggestions and bug reports are welcome, as usual - if at all possible submit your feedback as comments of this post.

NOTE: This is SimObject boat! You need Tacpack, AICarriers, SimDirector or similar applications to spawn it in game.

Features:
*********
- Detailed model of USS America LHA-6, including aicrafts and deck crew.
- Three configurations:
 - Empty deck
 - F-35 Operations
 - MV-22 Operations
- Landable deck
- Night Lighting (preliminary)
NOTE: THIS MODEL CURRENTLY HAS NO ASSOCIATED NAVAIDS.


You can dowload the BETA version by clicking HERE.

Tuesday, June 26, 2018

F-35 V3.50 Update - Testers needed


As some of you are aware of, I am working on a further (and quite extensive) update of the F-35 package.
Also, you may recall that the source files of the F-35 were lost due to a malware attack (and me being stupid having the backup files stores in an fixed HDD which was wiped out too), so it took quite a while to make significant progress - actually I had to rebuild the source files for the virtual cockpits to make some significant progress. The external models have not been rebuilt/changed...just because it would take months.
Big thing is a completely new flight models by Roy Holmes - which closely mimic the (scarce) publicly available data.

Now, I have working working models of the improved Virtual Cockpits - and I'd need some Beta testers to double check they work.

The v3.50 Beta will be deployed in two steps: in the first we'll just check that the models are OK and work as intended, however the avionic suite will be identical to the previously release version (3.23). In the second, we'll have a round of new avionic features/improvements.

In detail, the current version I have on my HD (3.50 Beta 1) features the following changes:

External model:
- Introduced Ambient Occlusion mapping to all liveries and models
- Added Japanese, South Korean and Turkish liveries to F-35A
- Added Italian Navy and miscellaeneous USMC liveries to F-35B
- Added VX-9 and VFA-125 liveries to F-35C

Flight model:
- Completely new flight model for all variants: more realistic handling and engine performance
- External loads now create additional drag

Virtual cockpit
- Complete rebuild of the source files
- Improved 3D geometry in several areas
- Improved textures in several areas
- Added specular reflection effects
- New BFI indicator courtesy of IRIS Flight Simulations
- Improved HMD general readability and better drawing distance for bad weather
- Moved canopy opening control to the opposite side (I was told this is the current location)
- Jettison mode knob now works as intended
- Remaining brake applications counter is now digital (and works)
- MFD has now two selectable brightness levels
- Added night lighting map
- Backup TACAN now works
- Combined Generator/Starter knob should now work as intended
- General visibility optimization
….and a number of small improvements which are too many to mention.

If you are willing to have a quick test of the latest build, to help me make sure it works as intended, here are the prerequisites:

- Have a good knowledge of my latest F-35 payware build
- Have 3.30 GHz quad-core processor and a good video card (better if 960 or above)
- Have P3D (any version) with Tacpack. I may be interested in a small number of FSX users, but please beware that NO AVIONICS UPDATES are planned for FSX. As before, a patch that simplifies avionics to achieve FSX compatibility will be provided.

If you meet all the prerequisites, you may drop me an email at indiafoxtecho@gmail.com with:
- Your system (just CPU, video card and RAM)
- The simulator you intend to use for the testing
- Proof of purchase (unless you have a complimentary copy - if so please let me know)
- Any special reason why you want to help

Thanks in advance!









Friday, June 8, 2018

S-3B Viking AI Tanker


Finally here is S-3B AI Tanker model… I had this one sitting almost finished for quite a while...but never had the time (nor I was in the right mood) to complete.
It is basically a very simplified model of my old S-3, with some optimizations to be used as a tanker for Tacpack (or similar applications that can spawn a tanker or an AI aircraft).

Features of this model:
- simplified 3D model for better frame rates, optimized for viewing distances/angles of in flight refuel. No landing gear or other details modeled
- the refuel hose is always extended
- features navigation and formation lights
- multiple liveries (a selection of the ones available in the S-3 package)
- the model uses the same texture coordinates and format of the full S-3 model...so you can add more texture sets if you want to
- intended to be used as AI tanker with Tacpack, or other similar applications which can spawn an AI Tankers
...and of course it comes with recommended Tacpack settings

Aside... actually it *should* be possible to use the full S-3 model as human-driven tanker in multiplayer mission, but AFAIK it was never tested and nobody tried it.
This is a freeware release: you can download it by clicking HERE (or from the side bar).


Tuesday, December 26, 2017

Eurofighter Typhoon version 1.09 update and P3Dv4 compatibility


Here are two "patches" that will update the Eurofighter avionics and will also bring P3Dv4 compatibilty.

- EFAv109x32 is intended for use with 32 bit simulators (FSX SE, Gold and Acceleration and P3Dv1.x, 2.x and 3.x) - DOWLOAD HERE

- EFAV109x64 is intended for use with Prepar3D v4.x - DOWNLOAD HERE

*******************************

To install the patch:
FIRST you need to install the latest version of the Eurofighter package in the simulator of your choice.
You can get it from your distributor of choice (SimMarket, FlightSimStore, FSPilot Shop and PCPilotShop). Current version is 1.08.
To do this you simple direct the installation folder to the MAIN folder of the simulator you chose.
Then you should take the relevant .zip file (either the 32bit or the 64bit version) and drag and drop it to the /SimObjects/Aircraft subfolder.
You will be notified that a number of files will be overwritten, and you should accept it at the prompt.

********************************

CHANGES WITH RESPECT TO VERSION 1.08
- Implemented XML FCS controls (based on Jimi's gauges, courtesy of Karl Meindl) - autotrim, g-limiter and Aoa limiter  
- Implemented new fuel management code (courtesy of Roy Holmes)
- Fixed minor bug in fuel weight display on MFD-3
- Implemented gangbar functionality in virtual cockpit
- Fixed minor bug in AoA Bracket display
- Fixed display condition bug by in STA 13 pylon when in VC
- Fixed model display bug in Meteor missiles when in VC
- Changed Low Height knob code so that is now operated by the mouse wheel and allows 10 ft increments
- Fixed bug that prevented route heading bug from showing while not in NAV mode
- Added afterburner notification to energy caret
- Added warning horn sound when canopy is moving

Tuesday, May 16, 2017

Eurofighter Version 1.08 released


I have just released a new version of the Eurofighter Typhoon to SimMarket, FlightSimStore and PC Aviator. This is basically a "cleanup" release that restores Tacpack Multiplayer Signature and gets rid of some unnecessary avionic code... I also took the chance to add some repaints from the community.
The update will take a little to deploy - you should receive a notification from the distibutor of your choice in a couple of days in the worst case.

2017-05-15
Product update to version 1.08
- Restored Tacpack files signature for multiplayer

- Further tweaks to the control surface animations
- Fixed bug preventing AoA bracket to show while in landing PoF
- Cleanup of avionics code (should solve or at least reduce the "freezing" issue experienced by some users)
- Added "500th Eurofighter Delivered" repaint, courtesy of Rob Skipworth
- Added "Diecimila Ore, 4 Stormo" repaint, courtesy of Tim Brennan
- Added "Tiger" repaint, courtesy of Antonio Diaz
- Added "RAF 41 Sqn Centenary" repaint, courtesy of Rob Skipworth
- A copy of this manual is now stored in the docs folder



Sunday, April 2, 2017

Eurofighter Typhoon v1.00


Version 1.00 of the Eurofighter Typhoon has been released to distribution! At the moment the file is only available at SimMarket, but other distributors will have it online soon. Thank you all for your continued support!

Sunday, July 10, 2016

F-35 Project Version 3.11


I have recently uploaded F-35 version 3.11 to the distibutors - which hopefully will get rid of the installation issues experienced by some users in v3.11

WHAT IS NEW IN VERSION 3.11
***************************
FIXED - Installation issue in v3.10 causing MFD1 and MFD2 not being independant
FIXED - Installation issue in v3.10 FSX Compatibility Patch preventing HMD to show properly in some intsances
FIXED - Installation issue in v3.10 FSX Compatibility Patch leaving an unintended temporary file in the FSX folder

WHAT IS NEW IN VERSION 3.10
***************************
ADDED - VX-23 Salty Dogs livery to the F-35C
ADDED - Warlords VM-01 livery to the F-35B
ADDED - Israeli Air Force livery to the F-35A
ADDED - Aural cues to ICAWS system
FIXED - Minor texturing issues in Virtual Cockpit, all models
FIXED - Bug in RWR system which preventer track 0 to appear on some instances
CHANGED - RWR system now supports up to 16 tracks (previously was 8)
CHANGED - JSOWs can now also be loaded in the internal bays
FIXED - Minor bug preventing canopy open/close switch to work
CHANGED - In flight refuel fuel flow rate is now higher following users feedback
CHANGED - STOVL flight model for better realism (by Rob Barendregt)
ADDED - Auto-takeoff feature to the F-35B (by Rob Barendregt)
FIXED - Resolved bug preventing laser guided weapons to hit their target (note: this was actually a Tacpack bug - tacpack 1.4.3.0 or higher is required to fix the bug)
FIXED - Resolved bug preventing GPS coordinates being correctly loaded to GPS guided weapons in some instances.
ADDED - CNI keypad is now operational
ADDED - Autopilot keypad is now operational
ADDED - Keyboard shortcuts now are active also in external views
FIXED - Bug in HUD page preventing TFLIR page to show
ADDED - Provided models with no geometry for cockpit builders

Here is a further explainations of some of the new features:

NEW STOVL DYNAMICS AND AUTO-TAKEOFF
********************************************
The F-35B features new STOVL dynamics courtesy of Rob Barendregt.
The new dynamics should offer a more realistic performance in most conditions, and a new handling scheme which, as far as we know, is closer to the real thing.
The new STOVL dynamics also introduce the "auto-takeoff" feature, in which the aircraft takes off automatically in the shortest possible distance.
To activate this mode, when the a/c is on the ground or on the deck and still:
- Select STOVL mode (AUTO T/O appears in RED in the FCS page=
- Apply full brakes  (AUTO T/O turns blue)
- Select AUTO T/O (turns white)
- Release the brakes and enjoy the show

CNI AND AUTOPILOT KEYPAD
****************************
Keypads are now active and can be used to program the CNI and the Autopilot. Note however that the BACK and ENT functions are not implemented - just enter as many digit as needed and retry if need be.

Example 1 - SET NAV RADIO TO 113.00
- Select CNI PAGE
- Click on the NAV 1 SWAP digits
- Enter 1-1-3-0-0
- Click on NAV 1 SWAP to swap frequencies

Example 2 - Change Heading to 188°
- Select Autopilot Page
- Click on HDG
- Enter 1-8-8

MODELS WITH NO VIRTUAL COCKPIT GEOMETRY FOR COCKPIT BUILDERS
***********************************************************************
Model folders now contain models without cockpit geometry, intended for use by cockpit builders.
To activate this feature open the MODEL folder of the aicraft you wish to convert and open the model.cfg with a text editor and follow the instructions inside the file.

Saturday, April 2, 2016

T-45C Goshawk version 2.82 release - sorry for the inconvenience!

 
Following a report from an user, a significant bug has been identified on the latest release of the Goshawk - basically the latest Virtual Cockpit was built with the wrong ModelDef.XML file (which is the file that governs the associations between the 3D model and variables, click spots and visibiliyu conditions during MDL compilation...I have several for the various aircrafts). As result the Data Entry Panel was mostly unusable. It was not my intention to released yet another update to the Goshawk but this is a show-stopping issue to me and I felt it needed to be fixed.
Here is a new version that should fix the problem. Download link on the side bar. Once it is confirmed to work it will be uploaded to Avsim and Flightsim.
Sorry for the inconvenience!


VERSION 2.82 - Released on April 2nd 2016

- Previous build was compiled with wrong Modeldef.xml resulting in several Data Entry Panel issues. Rebuilt with correct XML coding.
- Fixed minor bug with DECLUTTER function in DEP
- Fixed minor bug with DEPRESSION function in DEP


Thursday, February 18, 2016

Eurofighter Project (and a couple of notes on DCS and other things)...


 
 
A quick post to officially introduce the new Eurofighter Typhoon project I am working on to people which may not have a Facebook account. The main scope of this project is to create a detailed Eurofighter model for use in FSX / P3DV2 / P3DV3 environment - including support of Tacpack for weapons functionalities. This is not an easy task as most of the data on the Typhoon is still classified. I managed to get my hands on some very detailed avionics documentation, but performance data is hard to find (and will be guesstimated). I also had the chance to test the EADS rapid-deployment simulator of the Typhoon... which was very interesting in terms of handling (although I have no idea on the actual dynamics accuracy as it is a simulator conceived for area familiarization).

Here are the main features I am working on:
- Highly detailed visual models (external and VC)
- Realistic (although guesstimated) flight model and dynamics
- Realistic avionics (at least for HUD and MFDs), and pilot interface including BAe Striker HMD Helmet
- Support for Tacpack weapons (AIM-9L/AIM-120/GBUs)
- Realistic procedures based on real-world checklists

Aside, I'd like to implement also other features...but these are kind of "nice-to-have" things...but I cannot confirm them at the moment:
- Support for IRIS-T and ASRAAM missiles
- PIRATE implementation (most likely for P3Dv2 / v3 only)
- "Naggin'Nora" implementation
- Custom sound package based on real-life audio samples

At the moment, the external model is almost complete...but still unfinished.
I do not think we'll have a Beta before this summer... so release may well be in August/September.
...below are some other screenshots of the latest build.

Now...some other things...

DCS Compatibility:
I have received several emails and messages asking for DCS support and long story short DCS support will not happen, at least in the foreseeable future. For one, I do not have the time. Then DCS does not offer an open, royalty-free and publicly accessible SDK and requires developers to be highly qualified and acceptance of very stringent requirements.
Note that this does NOT mean that you are entitled to try your own conversion and share them. Sure, you can do whatever you want for your personal use, but converting and than sharing the models and artwork or other stuff is not allowed (see the reasons why below...).

Other Simulators...and exporting my models:
I have also received requests to support other simulators (e.g. FlightGear and XPlane)...but again, I lack time and resources. Then there are a number of users that converted the data of my files and want to share them on the Internet. Again... THIS IS NOT ALLOWED - and it is explicitly forbidden in the documentation of my projects.
The main reason for this is not that I am jealous of my work or anything like that...but the fact that most of my project contain data and artwork from a variety of sources: there is a lot of work from yours truly, but there is also stuff from contributors and (most important) vendors. My models or parts of them are often based on commercial data which I paid for and it is quite expensive. You cannot use them in your projects - as it is a copyright infringment. Full stop.

Project updates:
As usual, I am working on updates to all of my projects... I have spotted a minor flaw to the latest T-45C package, and I'll relase an update which will also contain some special files for cockpit builders. The Military Avatars package and the F-35 also need some bug-fixing... although they have very minor flaws, and there are no red-alerts.
Sooner or later I'll also need to release the long-awaited Viking update.

Future projects:
A quick recap of other stuff I'd like to work in future... but God knows when I'll have time to work on it. And then I am an atheist... so this is more a "wish list" than actual projects:

MB.339 - I have an extrenal model 60% ready, but needs textures...and then there is no VC at the moment. On the good side, flight model and sound package could be reused from the MB.326.

E-2 / C-2 Package - I will soon have some news on this project...

F-14D Tomcat 2016 - I am not happy yet...

So...as you can see there is A LOT of stuff going on. Much more than what I can actually handle... So we'll see. For now Eurofighter Typhoon is the top priority.


Thursday, December 31, 2015

T-45C Goshawk Version 2.80 - and a note on rolling ships in P3Dv3.1


Here is an unplanned update to the Goshawk - as the Goshawk has always been my test vehicle for experiments, I had a number of small improvements that I never released... and I decided to polish them a little and release a new version (although the project is officially "closed")... so here we go with version 2.80...

Also, a quick note on P3Dv3.1:
One cool feature of P3Dv3.1 is that, if water is set on ULTRA settings, boats and ship will pitch and roll according to the waves (which in turn are influenced by the wind). Needless to say, it makes carrier (or helicopter) operations much more challenging. However, unfortunately some visual effects (notably night lighting and fresnel lights) do not follow the boat properly so this LM has DISABLED for standard carriers by default, as it was very confusing at night. You can enable or disable this effect on a per-vehicle basis by using a new parater in the contact points section (if 1 the boat will not roll, otherwise it will):
[contact_points]
always_use_avg_surface=1 //always use the average surface elevation
Anyway, back to the T-45C, here are the release notes. Download from Google Drive from the side bar, as usual.

VERSION 2.80
- New NACES seat 3D model courtesy of Vertical Reality Simulations (same as their Superbug)
- New Control stick model for Virtual Cockpit
- Minor improvements to Virtual Cockpit details
- Added “Remove Before Flight” ribbons (will show/hide with SHIFT+E then 3 control)
- Added HUD, engine intakes and exhaust covers (will show/hide with SHIFT+E then 4)
- Standardized pilot figures to have the same look as the Military Avatars Package
- Added skinned meshes animations to pilot figures (head movement, throttle, stick left/right,
pedals left/right)
- Fixed bug that caused HUD to flicker in P3Dv2 and v3
- Added clickable areas to external model for P3Dv3 (to use in external views or Avatar mode)*:
– canopy opening lever
– crew access steps
– engine/HUD covers (click nearby the engine intake)
– remove before flight ribbons (click on certain parts of the landing gear and tailhook)
- Fixed miscellaneous incompatibility issues and typos in configuration files
- Rationalization of files and duplicates for “WORKING MIRROR” feature...now all the models
are in the main MODEL folder, while you need to install the relevant aicraft.cfg and model.cfg
to activate or deactivate the feature
- Fixed minor animation bugs
- Pilot figures now have automatic or user controllable visibility conditions**
- Improved configurator, now has also crew figure control buttons, as well as ribbons and covers
visibility control and refuel options**

NOTES:

* covers and ribbons are not “individually” controllable... clicking on a cover or a ribbon
will remove all of them. This was basically a test to check how practical it was to have a
virtual walkaround

** By default pilot visibility is set in AUTO mode. In this mode pilot will always show unless:
– The relevant weight station il loaded with 89 pounds or less
– The RPMs are below 5% and the speed of the aicraft is below 5 kts and the aicraft is on the ground and the parking brake is set.
The configurator allows the user to MANUALLY select to HIDE the crew, or show both the student
and the instructor or only the student. MANUAL selection will always force the selected
condition unless CREW AUTO button is pressed (and automatic visibility is restored)

Sunday, November 29, 2015

F-35 Lightning II version 3 for Prepar3D - Payware Product Page


Following the greatly successful release of the F-35 package for Flight Simulator X, here is a new version designed specifically for Prepar3D v2.5 (and above) with support of Vertical Reality Simulations Tacpack.
As the F-35 program progresses, a lot of infomation has been made available on the real aicraft - so it was possible to design a better, more realistic simulation of the F-35...and this package is an attempt to significantly improve the existing freeware version, bringing it to the next level of accuracy. Unfortunately, the development costs have been really high - therefore this package cannot be released for free. It will shortly be available for purchase on all major Flight Simulation portals (SimMarket, FSPilotShop and FlightsimStore).

Features:
- Improved pilot inteface and avionics, and based on the most recent videos of actual simulators used for pilot training
- New, high detail visual models based on professionally made meshes
- High detail texture sets, based on real aicrafts, for U.S.A.F., U.S.Marine Corps, U.S.Navy, Royal Air Force, Royal Australian Air Force, Royal Netherlands Air Force, Italian Air Force and Norwegian Air Force
- Improved modeling and texturing of the Virtual Cockpit
- Improved MFD functionality, including Air To Surface radar (ASR), Distributed Aperture System (DAS) imagery, Targeting and Forward Looking Infra-Red (TFLIR Imaging)
- Improved HMD graphics and functionalities
- Improved flight model based on latest pireps and pilot interviews

- Custom F-35 pilot figures for Avatar Mode are included as bonus feature for Prepar3Dv3

Minimum hardware requirements: 
This is not a "lightweight" project - the complexity of the avionics and high detail of the visual models require a relatively powerful machine. We advise to use the package on a machine that meets of exceeds the following requirements:

- CPU: 4 cores, 3.0GHz or better
- GPU: Nvidia 660 or better, with 2Gb dedicated video memory
- RAM: 6Gb minimum
- Hard Disk space: 1Gb required
- Simulation platform: Lockheed Martin Prepar3D v2.5 or above. VRS Tacpack required for specific functions (see FAQs section)


Frequently Asked Questions:
Q - Is this package compatible with FSX?
A - This package has been designed from the beginning for Lockheed Martin Prepar3D V2.5 + Tackpack, and leverages some peculiar features of  this platform, specifically for the avionics. It is therefore not compatible with FSX - installing it in FSX will result in a non-functional MFD, and potential error messages. However, a patch is provided that installs an alternate, simplified MFD which is compatible with FSX:Acceleration, Gold and Steam Editions.
With this patch the following functions will not work: TFLIR, DAS, ASR. Also, you cannot maximize portals to half-screen and the TSD display is the "old" one (less realistic and based on the FS9GPS). Note that due to the high detail of the 3D model, the fps performance will not be very high. 


Q- Wait...but isn't your F-35 a freeware project? 
A- Well... it was. Meaning, the FSX F-35 package is freeware (up to version 2.41). The version depicted in this page is version 3 - which is payware. The reason for this is that the development costs have been quite high - mostly to pay for the enhanced meshes for the new visual model. I am sorry but this project cannot be distributed for free.

Q- Well...how is this different from the freeware version?
In the past two years, a lot of new information and data about the F-35 has been made available to the public, and this package leverages this as much as we could. For one, the 3D models are much better, with more realistic and detailed textures. Also, the flight model has been improved. And the MFD and pilot interface have been vastly reworked: a lot of work has been put in making the look and feel of the MFD more realistic and implementing features like DAS and TFLIR.

Q- Is Tackpack required?
A- The package has been designed from the beginning to leverage some specific Tacpack features to provide a more realistic depiction of the F-35 avionics. If Tacpack is not installed, following functions will not work: weapons configurator, ordnance release, TWD, chaffs, flares, DAS imagery, TFLIR imagery, HMDS off-boresight symbology. Basically you can fly...and nothing more.

Q- What about P3D version 3? How is this different from the stock F-35 that comes with P3Dv3?
A- The "stock" P3Dv3 version is a simplified version I provided to Lockheed Martin (for free) as I was not happy with the previous rendition, but it is actually a much simplified version of this package.
The package will work fine in P3Dv3, but at the moment I am writing this Tacpack is not (yet) available...so Tacpack dependent function will not work. Once Tacpack becomes available, those functions will activate when Tacpack is installed (no need to reinstall the F-35).








Tuesday, October 27, 2015

IndiaFoxtEcho Visual Simulations - Future Plans

 
 
If you follow my Facebook page, you may be aware of that IndiaFoxtEcho Visual Simulation is now a registered company at the Chamber of Commerce in Genoa, Italy.
This is a big (and relatively expensive) step for me, but it is the only way forward to continue producing high-quality add-ons.
This also does not mean that I will abandon or discontinue freeware project. But the thing is that flight simulation development is getting more and more detailed, time consuming and expensive... and I do not want costs to stop me from doing the planes I like to the quality level I like.
Therefore, if a specific project requires non-negligible costs... it will be payware.

I am currently developing the following two payware projects:
 
F-35 LIGHTNING II VERSION 3.0 for Prepar3D v2.5+
This is quite a big updgrade to the existing F-35 project, and it will Prepar3D v2.5/v3.0 specific - with many advanced functions provided through Vertical Reality Simulations TACPACK.
I have recently decided to include the F-35C too in the package. Its main features are:
 
- All versions featured: F-35A (CTOL) - F-35B (STOVL) and F-35C (CATOBAR)
- High detail external models, derived for professional 3D data.
- Upgraded cockpit models with remastered HD textures.
- Upgrades to MFD functionality and interface following the latest publicly available information.
- Upgrades to the flight model
- Custom Avatar model for Prepar3D
- Integration with P3Dv2 radar service
 
Tacpack specific functionalities are:
- A/A and A/S weapons functionalities
- RWR, ECM and ECCM functionalities
- TFLIR / DAS functionalities
- HMDS functionality including off-boresight target designation and "X-ray" vision
 
I *HOPE* it will be ready before the end of November.
Price has not been set but it should be in the 20-25€ range - it will be sold through the usual flight simulation online shops.
 
MILITARY AVATAR PACKAGE for Prepar3D v3
 
This is a small package containing a variety of military themed Avatars, with basic animations.
Main features are:
- Military pilot Avatars with HGU-33 and HGU-55 helmets, in fast-jet flight gear, and olive drab, kakhi and navy blue jumpsuits.
- Military troop Avatars (unarmed) with a variety of camouflages (mostly NATO camouflages)
- Support for walking/running/crouch/swim and fall animations (currently "jump while run" not supported
 
This will hopefully be ready in a week or so.
Price has not been set but it should be in the 5-7€ range - it will be sold through the usual flight simulation online shops.
 
Other projects I am working on (actual projects sitting unfinished on my HD):
 
T-45C upgrade for Prepar3D v3.0
Just a couple of small fixes to add some minor features for P3Dv2.5+ / P3Dv3 support
 
Aermacchi MB.339
This would be a natural evolution of the MB.326... currently the 3D mesh is 75% done... but needs a VC and texturing. I have no idea on when and if I'll find the time to complete it.
 
Eurofighter Typhoon
In my intentions this would been my main projects for 2016... I did some modeling work, but it is unfinished.
 
S-3B Viking upgrade
Still unfinished, would include a number of small fixes as well as an AI model...
 
Other projects being evaluated (only in my mind):
 
F-14D Tomcat upgrade
...I am still not happy with it. Bringing it to the next level may be expensive...we'll see.
 
C-2 Greyhound
...just because it would be easily doable with moderate expenditures.

So... for the moment it is only F-35 and Avatar package. Then we'll see. The key point is still, and will always be, to have fun and create cool stuff.