Jump to content

icemaker

Members
  • Posts

    564
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by icemaker

  1. It adds the WP after the last WP, if it reaches the max number of WP it overwrites the first WP and so on.
  2. On the right is an extension i made to have a Keyboard. You just have to create an LUA File and put it on extensions folder. -- An AZERTY Keyboard local keyMatrix = { { "1", "2", "3", "4", "5", "6", "7", "8", "9", "0" }, { "A", "Z", "E", "R", "T", "Y", "U", "I", "O", "P" }, { "Q", "S", "D", "F", "G", "H", "J", "K", "L", "M" }, { "W", "X", "C", "V", "B", "N", "'", "\"" }, { "⌫", {["↩"] = "\n"}, ".", {["␣"] = " "}, "CLS"}, } local width = 30 local height = 30 local container = addRow() local y = 0 for _, r in pairs(keyMatrix) do local x = 0 for k, v in pairs(r) do local title = v local char = v if type(v) == "table" then title, char = pairs(v)(v) end local onClick = function(text) text:insertAtCursor(char) end if v == "⌫" then onClick = function(text) text:deleteBackward() end end if v == "CLS" then onClick = function(text) text:setText("") end end container:addButton(x, y, width, height, title, onClick) x = x + width end y = y + width end For the left Scratchpad just install it like the regular scratchpad they can be used together without any issue. Yes, i asked him if he want to merge versions. Waiting for his answer.
  3. Love the extensions! (see right scratchpad on Screen) Can you add the ability to create Waypoints in planes from Scratchpad? Someone in French community has made some kind of fork of your project to manage this (Left Scratchpad) Very usefull for VR players like me! We can add multiple WP at same time. here is the github of this project. https://github.com/docbrownd/ScratchpadPlus
  4. Seems that exported viewports look better than ingame! The concern is for VR players!
  5. It's related to TGP optics gimbals that are not physicalli able to manouver in some positions so the TGP moves the optics to a more "comfortable" position.
  6. Nice find! A bit more light!
  7. I hope they will also resolve the NVG and HMCS. The symbols are green when using NVGs it's inacurate because the HMCS glass is between the eye and the NVG. The HMCS symbology should not be affacted by NVGs
  8. Just for comparison, here is a footage from the real A-10C TGP you will see it's most used in WHOT, we can see very clearly and have not much explosion saturation
  9. After a test it's related to units not completed, they appear inverted and full IR signature Do we have a list of units that have been completed? it may be easyer for mission makers
  10. OK, but have you noticed that the TGP indicates WHOT and rolling vehicles are actually black? Do we have any way to record only a part of a track? because it's a 2 hour mission maybe too long to replay
  11. During a mission we noticed with my squad mates that the friendly vehicles are inverted in FLIR. If TGP is in WHOT, enemy vehicles are Withe and Friendly Black! If TGP is in BHOT, enemy vehicles are Black and Friendly Withe! See screnshots.
  12. Crossing fingers! Thanks for the heads up
  13. Great News! Thanks NineLine
  14. I agree with you but my concern is that this poor guy is alone
  15. How an entire module just has one dev on it? if your guy quits what happens to the module?
  16. Great but you said you have no ressources for this module. Unacceptable that devs break a module and don't have time to solve their error
  17. Since the new FLIR system it's almost impossible to detect targets with TGP! In A-10 we don't have a CP/G that can play with gain and contrast levels to see something! I can understand that no devs are available to add functionnalities to the plane but, i can't understand that they break the plane and dont care to repair it!
  18. Can you give more infos about how you manage that?
  19. Your plane needs to know what you are aiming. First do a LSS (laser search) to find what target the Reaper is lasing. Define it as SPI, and you will have your reticle
  20. You can create one Skin by member with his number like you want it to be, then they choose the skin matching their number.
  21. Can we drive a cow???
  22. So am i, i support ED since Flanker 2.5, and if you look at my account you can see i have bought a lot of modules, but as a normal consumer i'm ready to play the game of early access, but i want ED to give me some respect. I'm sorry to say that but i dont feel respected!
  23. that's the point : We are weak and they know it! They managed to sell three times the KA-50 to same people, why bother??? And how many : "Shut-up and take my money" i have read!!!
  24. Same, i have a lot of controlers!
×
×
  • Create New...