Jump to content

G00dnight

Members
  • Posts

    539
  • Joined

  • Last visited

Everything posted by G00dnight

  1. I think you mean EXCITED :pilotfly: Exited is when you leave.:thumbup:
  2. Mine still blink in Win10 even with reg changed unless I plug them straight into computer without a hub.
  3. The last surviving Dambusters pilot, Les Munro, has died at the age of 96, the New Zealand Bomber Command Association has said.
  4. I plug them in then after testing hot glue them in place so they can be undone if needed.
  5. This might help you Adrian, these are for a 16x2 display. void onVhfamFreq1Change(char* newValue) { lcd2.setCursor(1, 0); lcd2.print(newValue); } DcsBios::StringBuffer<2> vhfamFreq1StrBuffer(0x1190, onVhfamFreq1Change); void onVhfamFreq4Change(char* newValue) { lcd2.setCursor(8, 0); lcd2.print(newValue); } DcsBios::StringBuffer<2> vhfamFreq4StrBuffer(0x1192, onVhfamFreq4Change); void onVhffmFreq1Change(char* newValue) { lcd2.setCursor(1, 1); lcd2.print(newValue); } DcsBios::StringBuffer<2> vhffmFreq1StrBuffer(0x119a, onVhffmFreq1Change); void onVhffmFreq4Change(char* newValue) { lcd2.setCursor(8, 1); lcd2.print(newValue); } DcsBios::StringBuffer<2> vhffmFreq4StrBuffer(0x119e, onVhffmFreq4Change); void onDcsBiosWrite(unsigned int address, unsigned int value) { if (address == 0x118e) { unsigned int vhfamFreq2Value = (value & 0x00f0) >> 4; lcd2.setCursor(4, 0); lcd2.print(vhfamFreq2Value); } if (address == 0x118e) { unsigned int vhfamFreq3Value = (value & 0x0f00) >> 8; lcd2.setCursor(6, 0); lcd2.print(vhfamFreq3Value); } if (address == 0x119c) { unsigned int vhffmFreq2Value = (value & 0x000f) >> 0; lcd2.setCursor(4, 1); lcd2.print(vhffmFreq2Value); } if (address == 0x119c) { unsigned int vhffmFreq3Value = (value & 0x00f0) >> 4; lcd2.setCursor(6, 1); lcd2.print(vhffmFreq3Value); } }
  6. @ Scoop & Jabo, just a thought you do know that when using UMFCD you do NOT have to have the game resolution set to cover both monitors. So you just have it set for the main monitor res. If you do that it should give you a boost even though it is in window mode.
  7. I use Tir5 now but did give others a go and found it was a bit of a fuss setting it all up in different games. tried ED-Tracker which is a idea based on an arduino worked quite well but again was a faff to set up just right. managed to get a 2nd hand Tir5 ans as I already had the vector headset made out of metal not the plastic one I was good to go straight out the box.
  8. John you forgot the cost of a soldering iron and solder. Yes I know its something a lot of us have but not everyone.
  9. A better option will be UMFCD when it is finished exports will be available with out having to set your 2nd screen as part of the overall resoulution in game so saving a lot of processing power. @ HellsBells yes it will work as you go on until you reinstall your comp then if you want it to work you will have to hack your registry which is a bit above most people I see asking questions on here, As if not done correctly can kill the whole computer so requiring a reinstall so going back to square one.
  10. no and no.
  11. @ Deezle, My anti-virus asks for allowing at first start of new Umfcd install, when I allow it I get stopped message I then just restart mission. next time I start it connects fine so check your anti-virus for umfcd being blocked.
  12. Sorry again twice I just copied the code then found it was a shed load & who the hell is IAN ? sorry SGT Baker. LOOOL one of those days.
  13. SORRY.. My cockup I forgot to put the Export.Lua back in the scripts folder I now have all 3 programs happily working together. Thanks IAN..
  14. diag with .57 build. ---BEGIN DIAGNOSTICS PACKAGE--- 4 ---END DIAGNOSTICS PACKAGE--- I can confirm Helios not working with UMFCD + Helios + DCS-Bios. Helios and DCS-Bios work, Helios and UMFCD do not.
  15. As I drag to lower monitor the window lags behind the pointer then sometimes it will flick onto the other screen, Once they are in place all is well and they work. as for when it started I hadn't used this for a while so prob missed the last two or three downloads.
  16. Ooops typo in sig wondered what you meant by 7990,, mine is a 7970 6 gig ram card.
  17. I confirm that this one works I still have trouble dragging but now it's in place it works. oh and confirm KA50 works aswell
  18. My problem does not seem to be caused by UMFCD, I have a Monitor config/resolution problem that only shows when I use Helios or UMFCD. What happens is my monitors are stacked 1up 1down, upper is a 40 inch toshiba tv running at 1920x1080 @ 60 hz on HDMI port, 2nd is a 22 inch LG monitor running at 1920x1080 @ 60 hz on DVI port. when I run any program on main no problem, if I open a window and drag it to lower monitor no problem, if however I open helios and start a profile it only shows on the bottom half of the lower monitor the top half is blank like it isn't there, if I then go into helios workshop and update monitors it shows profile in top left corner about half the size it should be until I restart profile then it goes back to lower half of screen. Sorry I know this isn't to do with UMFCD but I think the funny reactions I am getting are to do with this resolution problem. I had planned to run the TV on vga but didn't realise my card only has DVI,HDMI or Displayports and the TV does not seem to like a DVI to VGA adaptor.
  19. @ Fenmonster, My system is completely different to yours except the monitors 1up 1down, what are your monitors ? , I have a 40 inch tv running at 1920 x 1080 on HDMI,Lower is a 22 inch on DVI. I have also just noticed that the Helios display will not show on the top half of the lower monitor. I am going to change the monitor resolution and see if it makes a difference, There must be something common between our setups.
  20. ok I deleted the folders, redownloaded and extracted and when I ran it got a message that settings from a prev version have been upgraded and saved. it still don't work I need to remove the settings from prev vers and install clean.
  21. Both. I will wipe and redownload is there any saves or configs I need to delete.
  22. Hi I am getting all the windows showing but when I click to move them they close up into small boxes like I have dragged them on the corner, dragging them on the corner enlarges them again but I still can't drag them to another screen they just close up again.
  23. If it helps PURPOSE is spelt wrong in first example.
  24. I have a radio stack plus extra switches done on a Mega and DCS-BIOS it includes 2 lcd screens for the freq one of the displays also has the digital clock displayed on it, all the knobs work the radios and I have used dual colour leds for a Gear indication off=up red = moving & green = down and locked. I have no electronics experience or coding programming skill so yes it was a learning curve but I actually found it easier than helios and anything I had a problem with IAN was very helpful and patient with my stupid questions.
  25. Default lua will get overwritten by updates so if you enjoy putting it in over and over go ahead personally I don't change anything in DCS main folders anymore it is to much of a pain when it updates.
×
×
  • Create New...