Jump to content

trujillostm

Members
  • Posts

    162
  • Joined

  • Last visited

Everything posted by trujillostm

  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...
  15. You can set shkval and abris on 50% of the screen in the only hud view. Then you dont need snap views. And you dont lost fps like with using 2 monitors. My question is about the possiblitie of using 2 views of only hud view, to set one with abris and one with shkval. Booth with all the screen.
  16. Can I obtein the datalink info?
  17. Can I obtain the Datalink info in lua export?
  18. ¿Se pueden obtener los datos del Datalink? Me gustaria poder obtener los diferentes objetivos marcados en la mision.
  19. With Windows 7 x64, I found my saved column profile on: C:\Users\<myuser>\AppData\Local\VirtualStore\Progr am Files (x86)\Eagle Dynamics\Ka-50\BlackShark\<mycolumn>.lua You can copy and paste on: C:\Program Files (x86)\Eagle Dynamics\Ka-50\BlackShark (you must backup it) And load profile in: options > control > <select the column profile with a click of mouse on it> > load profile > <mycolumn>.lua (you can't find your .lua file if you don't copy and paste in the second folder from the first folder)
  20. With Windows 7 x64, I found my saved column profile on: C:\Users\<myuser>\AppData\Local\VirtualStore\Program Files (x86)\Eagle Dynamics\Ka-50\BlackShark\<mycolumn>.lua You can copy and paste on: C:\Program Files (x86)\Eagle Dynamics\Ka-50\BlackShark (you must backup it) And load profile in: options > control > <select the column profile with a click of mouse on it> > load profile > <mycolumn>.lua (you can't find your .lua file if you don't copy and paste in the second folder from the first folder)
  21. To run AssembleScene.exe, we need the Flaming Cliffs 1. I think ED could create a downloadable file with all necesary to run and create the scenery. Update: 1. AssembleScene.exe runs in FC1.12b. 2. I need the files: msvcp71d.dll and msvcr71d.dll in root FC2 folder.
  22. No, I haven't the new release... Send me please. My AssembleScenes.exe file is of 2944 kb...
  23. I have problems with AssembleScenes.exe "lua50d.dll" I'm creating different layers to put all together. I only export the layer I need in every case.
×
×
  • Create New...