Jump to content

trujillostm

Members
  • Posts

    162
  • Joined

  • Last visited

Personal Information

  • Location
    Spain
  1. LUA + Java... Hello. I have seen your post about using Java (with Eclipse) to read LUA commands from DCS. Can you say me how to do with FSX (Flight Simulator X)? My idea is to make I touchscreen software in Java.
  2. Tambien puedes pasarte por el Escuadron69.net Jugamos todos los martes de forma oficial, y los jueves tambien, puedes pasarnos tus misiones...
  3. Sacan los parches de 1.1.1.1 para todos los idiomas menos el Español, que está en el 1.1.1.0 y se contradice con las noticias y los banners de que hay nueva versión para todos los idiomas.
  4. Error: the spanish version is the 1.1.1.0 not the 1.1.1.1in the download page.
  5. I can only download English, German and Russian. And Spanish? The spanish is 1.1.1.0 not 1.1.1.1 in the download page.
  6. Advantages: We do not need another monitor. Not increase the resolution size to cover that second monitor. We increase the fps to eliminate rendering the screens in the cockpit. We increased the default size of these screens in the HUD Only view View. Screenshots in 1680x1050 monitor.
  7. How to configure to see Shkval + Abris maximized on screen in HUD Only View, and deactivated in the cockpit for better FPS.: http://forums.eagle.ru/showthread.php?p=1347930#post1347930
  8. How to configure to see Shkval + Abris maximized on screen in HUD Only View, and deactivated in the cockpit for better FPS. 1. ViewportHandling.lua C:\Program Files\Eagle Dynamics\DCS Black Shark 2\Scripts\Aircrafts\_Common\Cockpit\ A. Changing the default value of 0.5 -- positioning on screen in HUD Only view function update_screenspace_diplacement(aspect,is_left,zoom_value) local aspect = aspect or 1 local zoom_value = zoom_value or 0 local default_width = 0.78 * LockOn_Options.screen.height + (64 * zoom_value) [...] if default_width > 0.78 * LockOn_Options.screen.width then default_width = 0.78 * LockOn_Options.screen.width end [...] B. Eliminating render_purpose.GENERAL [...] purposes = {render_purpose.HUD_ONLY_VIEW, render_purpose.SCREENSPACE_OUTSIDE_COCKPIT, render_purpose.SCREENSPACE_INSIDE_COCKPIT} 2. ABRIS_init.lua C:\Program Files\Eagle Dynamics\DCS Black Shark 2\Scripts\Aircrafts\Ka-50\Cockpit\ABRIS\ Eliminating render_purpose.GENERAL [...] purposes = {render_purpose.HUD_ONLY_VIEW} 3. SHKVAL_init.lua C:\Program Files\Eagle Dynamics\DCS Black Shark 2\Scripts\Aircrafts\Ka-50\Cockpit\SHKVAL Eliminating render_purpose.GENERAL [...] if LockOn_Options.flight.easy_radar then purposes = {render_purpose.HUD_ONLY_VIEW, render_purpose.SCREENSPACE_OUTSIDE_COCKPIT} else purposes = {render_purpose.HUD_ONLY_VIEW} end
  9. ¿Habrá nuevo parche para compatibilidad con A-10C y sus nuevos escenarios?
  10. Sorry, with this configuration you only see shkval+abris, but not the cockpit. I can't find the file to change the shkval+abris of the Hud only view screen...
  11. Can I set my own width and height of shkval+abris in the HUD Only View screen? I want 50% of left screen to the shkval and 50% of right to the abris. I can't do it in the 1camera.lua file.
  12. Can I export the datalink info in real time?
  13. Can you send me a video of you with the big tv...?
  14. There is a hud only view option and you can set 50% of screen with shkval and abris...
×
×
  • Create New...