Jump to content

nTehgRaTea

Members
  • Posts

    7
  • Joined

  • Last visited

  1. everything i hear of the OR dk2 is that the text and instruments are to hard to read with the current resolution of the displays...
  2. I have: Intel Core-i7 950 @3.07GHz AMD HD 6950 Do you play FPS and use peripheral view? Also I have a 22" touch screen positioned below where the main monitor will be to show the MFDs: _____ |____| x|_|x the x marks the dead zone where the graphics is rendered but there is no display. Dose the 4k allow clarity of the HUD if I were to zoom out in the cockpit to give more vertical view? edit: added Question edit: and info of touch screen edit: question
  3. Hi, I have the same, if not very similar question... So that thanks for the input above. But I am hoping for a little more feedback... for DCS I have TrackIR BUT also wish to play FPS shooter games. The options I have come up with are: 4K Ultra HD LED LCD 3D Capable Smart TV 40" 16:9 AU$758 [*]FHD UltraWide IPS Monitor 29" 21:9 AU549 [*]3x 16:10 monitors w/ pivot 3x 24" 16:10 => 48:10 or 30:16 AU$897 LINKS: (1) http://www.harveynorman.com.au/tcl-40-e5691-series-4k-ultra-hd-led-lcd-3d-capable-smart-tv.html?CAWELAID=720013240000099519&gclid=Cj0KEQiAs6GjBRCy2My09an6uNIBEiQANfY4zGRh3tV6iAWwJ7PcIs92rlq0MsBFoyNyDF0EGFUFvNoaAvFK8P8HAQ&gclsrc=aw.ds (2) http://www.kogan.com/au/buy/lg-29-219-fhd-ultrawide-ips-monitor-29um65-p/ (3) http://www.kogan.com/au/buy/samsung-24-series-6-fhd-monitor-ls24c65kbwvxy/
  4. Hi, I'm an Ozzie living in rural Vic. I played with KA-50 a lil bit previously but am very keen to get into the F-15. I am moving house soon but in a week or so I will have my sim pit setup and would love to be a part of some training sessions.
  5. Hi, I am skilled in Java and am currently learning LUA so that i can make a mod fro DCS world and FC3. However I have a problem in getting the data exported from DCS World FC3 in the Export.lua file to be imported to my Java app and vice verse. DCS calls the function LuaExportAfterNextFrame every time the simulation frame finishes. So you need to code here your actions to get frame simulations results. For example: local t = LoGetModelTime() local name = LoGetPilotName() local altBar = LoGetAltitudeAboveSeaLevel() local altRad = LoGetAltitudeAboveGroundLevel() local pitch, bank, yaw = LoGetADIPitchBankYaw() Then you can send data to your file: io.write(string.format("t = %.2f, name = %s, altBar = %.2f, altRad = %.2f, pitch = %.2f, bank = %.2f, yaw = %.2f\n", t, name, altBar, altRad, pitch, bank, yaw)) or to your receiving network program: socket.try(c:send(string.format("t = %.2f, name = %s, altBar = %.2f, alrRad = %.2f, pitch = %.2f, bank = %.2f, yaw = %.2f\n", t, name, altRad, altBar, pitch, bank, yaw))) I guess as i have no networking experience, I have a few question: Should the sim data being set to the Java app be from server if in multiplayer, or just the client PC the Java app is on? I'm thinking the later... should i transmit data from DCS to the java app by a buffer type io.write or use a port between the two programs? here i think an io.write file will keep network trafic down but don't know aobut maintaining a ever increasing data file and the current line within such. advice? can you give me a breife pesudo algorithym of how it should be structured?
  6. I am currently desciding on using windows to place my touch screen in the middle and below my main monitor. Then editing the monitor setup file to incomass the hight of both and width of the main. This painting graphics for a larger area the i can display, and leaving two area of graphics, bottom left and bottom right that are painted but have no monitor to be displayed on. Then setting my pilot view angle so that the op of the dash mets the bottom benzle of my main monitor. And disabling hed bob. Dose anyone know if i can edit the lua for a new default FOV, zoom, and look angle? if so do you have an example?
  7. I love flying the super jets of Flamming Cliffs 3, how ever there is little support to increase the realism for cockpit gauges and MFCD. I currently use third party apps but they only support the KA-50 or A-10 and FC2. I have a suggestion for Flamming Cliffs 3 to increase realism, that would support all aircraft. Requested feature: A new pilot view point mapped to a view port similar to the ABRIS in the KA-50 this being a fixed view of the internal cockpit dash FOV zoomed to encompass the both outer edges of the dash with a 16:9 ratio. set with NO head boggle resulting in a single, extra, monitor painted with the graphics to look similar to the attached picture below. Allowing a new monitor setup to place this new viewport in an extra display. Allowing pilot view to zoom in on the HUD or fly with external view on the main display
×
×
  • Create New...