Jump to content

Rolfez

Members
  • Posts

    19
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Has anyone had issues with this weeks update? My UFC bios is not working again in HUD view...
  2. Now if I can just get the nose showing in front, my life would be complete!
  3. I've solved it! Program Files\Eagle Dynamics\DCS World\Scripts\Aircrafts\_Common\Cockpit\devices_defs.lua Basically turned the default HUD view off in Hud only view! Thanks for all the help, got there in the end! HUD_ONLY_VIEW = 1, -- change to HUD_ONLY_VIEW = 0,
  4. Soooo, I'm getting somewhere with in that I've got the Viewport HUD working (although x and y need tweaking) but I cant get the original to disappear? When I comment out those 2 lines, it goes a weird green colour, even in HUD only view...! (Pic attached)
  5. Would you be able to post the content of your HUD-init.lua file please as I suspect the code is going to be different to the F-18 and I would like to compare so I can get this working! Thanks!
  6. No, I don't have the Hud folder at all... Is it because I'm in the F18 rather than the A10? my AVQ32_init.lua file has the code that you posted above, i commented it out and it makes the HUD disappear in cockpit view but normal in HUD only view... (its not showing my configured view port size....) I'll keep at it!
  7. Struggling to find HUD-init.lua ? Looks like it could now be called AVQ32_init.lua since I updated yesterday?
  8. OUTSTANDING WORK SIR! I was going mad that the UFC was not working in HUD only view in my Hornet pit, just could not figure out how to fix it! Thank you a million times!
  9. Thanks, all working now - I had to set the order that they launched in for it to work. Cheers for the help!
  10. I can't get the external apps to run at all since the update?
  11. HI, I'm building a HUD frame for my F18 pit and when using the ALT F1 view, the HUD moves around with Track IR. Is there a way to edit the code to keep it central at all times? Hope that makes sense! Thanks!
  12. I've finally got it working... It was the initialization for the Oleds causing them to display too small.... I used: U8G2_SSD1306_128X32_UNIVISION_F_HW_I2C u8g2(U8G2_R0, /* reset=*/ U8X8_PIN_NONE, /* clock=*/ SCL, /* data=*/ SDA); // pin remapping with ESP8266 HW I2C // Initialize I2C buses using TCA9548A I2C Multiplexer And now all working! It was trial and error but basically used one at a time from the example code provided until it worked correctly. Thanks for the advice everyone!
  13. Me too, I wonder if there is other software ? m I'll have a search
  14. Thanks Vinc, I'm using the custom "Hornet" font though so I'm not sure I can overide the sizes....
×
×
  • Create New...