Avatar

Slayer

Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.

Slayer

Comments

  • It's a single install. Yes the datarefs.txt does show the green checkmark for the FF 777, no errors onb that aircraft.
  • If center 2 3 4 etc have that control toggle function assignment you need to clear them otherwise it won't work . I did it like you are trying to do on the ixeg
  • the additional buttons slots are used when you use the GF166_CONTOL_TOGGLE1_2 and 3_4 events. Basically it allows you to control up to 4 things and switch the displays and all of the buttons over to a completely different virtual device so you could say switch it to an ADF, a NAV2 or whatever. If you are only going to use…
  • here is the log: 16:58:05 GoFlight Connection Starting..... 16:58:05 X-Plane Connection Starting..... 16:58:06 GoFlight Connection Started 16:58:08 GIP: Pipe Connect Failed! 16:58:11 GIP: Pipe Connect Failed! 16:58:14 GIP: Pipe Connect Failed! 16:58:17 GIP: Pipe Connect Failed! 16:58:18 X-Plane Connection Started 16:58:18…
  • Something strange is going on because GIT can no longer see the datarefs I had referenced in those events that are erroring. But if i use DRT or DRE the datarefs are still there, yet they do not show in detective with the "monitor DRE private datarefs enabled". Specifically their datarefs that end with a _act (actuator…
  • This is the code from the .xml file: <Event Name="GIT_EHSI_pt_WXR_button" ID="8" Backgnd="False"> <Task ID="0" Type="Label" Name="ON" /> <Task ID="1" Type="If" Var="ixeg/733/ehsi/ehsi_wxr_pt_act" Operator="EQUALS" Value="0" /> <Task ID="2" Type="Set" Var="ixeg/733/ehsi/ehsi_wxr_pt_act" Data="1" /> <Task ID="3" Type="Label"…
  • Could you give an example of what you want to do or are trying to do? I try to minimise the use of goto as much as possible. Just try to build your events in a logical order and you can avoid a lot of jumping around.
  • Glad to hear you got it working Torsten. Thanks for the great support Steve.
  • Hi Torsten, I just updated to the new GIT and it's working here, increments in 100ft. Maybe Steve can test it on his rig and see what's up? It is a free aircraft.
  • I included profiles for both radios like we had set up before
  • Torsten I had a chance to look at this. The profile increments in 100 ft on my system and works ok. It is a language conversion problem with GIT. The value I used was +=.025 in the profile. The decimal is getting removed. This was the exact same problem with another profile and using German language. You will have to…
  • Its possible something changed in the newest version of IXEG . Ill check when I get home from the holiday weekend
  • Hi have you updated to the latest version of GIT there's an issue with different languages other than English in older versions.
  • Try these: ixeg/733/hydraulics/hyd_eng1_lowpress_ann ( on value is .549775 so you could use on > 0 here)ixeg/733/hydraulics/hyd_eng2_lowpress_ann ixeg/733/hydraulics/hyd_elec1_lowpress_ann ixeg/733/hydraulics/hyd_elec2_lowpress_ann those are what you are looking for I believe , since they won't illuminate if there is no…
  • Should be possible. The quickest way to snoop out those is using DatataRefTool by toggling on and off and seeing what changes and then just implement the annunciators into a start event or for the LED of a switch . You will have to probably uncheck the "monitor dre private datarefs" checkbox in GIT while you use DRT. IXEG…
  • Hi, here is the changelog for the last one I released: 18 APR 16- Re export with new version of GIT 2.1.19.5- Added missing light switch designation to .jpg file- Added bespoke events for radios to use with GF-166- New button layout .jpg- MCP LNAV button = NAV button and the MCP VORLOC button = BC( not sure how this…
  • Ahh I had forgotten about that as I hardly ever need to use SC vars. I even had it bookmarked. If anyone else reads this and is curious, check this HERE for P3D and HERE for FSX. It tells which ones are writable and which are not. Pretty much the same between P3D and FSX.
  • Well I thought it was working. It seems to be hit and miss. I'm just making a toggle with a couple if statements and a couple of set statements. Just using the SC var AUTOPILOT _AIRSPEED_HOLD
  • I just updated my P3D to v 3.3 and it removed the run as admin permissions so GIT was run as admin and P3D not. I turned it off for both and everything seems to be ok now...my bad.
  • I've had a chance to read over everything. So basically to use the fake lvars will require a total remake using this method since we are not supposed to use the fake LVARS and the old method together. I'm assuming you can't use the two together because you could potentially have a code for a wrong variable if they both…
  • New version , I really liked the Slai's ideas and they are all in this new version. Also implemented a power profile too it seems to work properly. If anyone want's to modify these profiles or have added anything to them , please don't be afraid to re-export them and share them back here, just add your name into the readme…
  • Everything seems to work great in 1.5.1 but I've only had a chance to update 1 profile. thanks. again Steve
  • Going to add these and the aircraft power now that the new version is out. Need to test it out a bit first.
  • I also own both iFly 737 and 747 for P3D so wouldn't mind seeing support continued for those. ..always seem to forget that I switched to "ifly" mode in GF config then have spent another half hour trying to sort it out lol.
  • That's great! I'll revise the profile once I return from Flightsimcon. Thanks for all your hard work.
  • Have you tried setting fs default for the MCP? You'll probably find a lot of it works and then start programming what doesn't from there.
  • Were you able to get this working Klaus? Another person had a similar issue and it was related to the language selected in Windows.
  • Updated profile with suggestions, also added a GF166 for comms. Working on NAV and ADF for another GF-166 and will release that later.
  • Thanks for the suggestions, implementing those now.
  • Slai, open the EFIS tab and set the actions for clockwise and counterclockwise to "rotate" for the DH rotary - easy enough to fix. Not sure why that didn't get in my profile. Sometimes I loose changes and can't figure out where or when stuff like this happens If you have any further requests for the profile can you post it…