Jump to content

AstroEma

Members
  • Posts

    462
  • Joined

  • Last visited

Everything posted by AstroEma

  1. Actually I don't find that to be true from my experience. I have an easier time finding targets using Barthek's textures than Starway's. Moreover, the hot trees must be changed somehow. In the forests, there is no way to spot anything.
  2. HI all, The small things sometimes make a huge difference: for example, the airport rotating beacons (white, white and blue, white/yellow/blue) for civilian, military and sea bases. Can we please have those implemented? Nothing better than seeing your home beacon shine in the distance.... Thanks! E.
  3. That's awesome Gunny! How do we save those profile as default??
  4. Here are my settings in the snapviews.lua file [13] = {--default view viewAngle = 95.000000,--FOV hAngle = 3.292176, vAngle = -13.841103, x_trans = 0.251312, y_trans = -0.055430, z_trans = 0.010063, rollAngle = -0.156555
  5. great! ;) I'll create a Facebook page for it. In the meantime, we can do some formation flying on the VA server.... Cheers! E.
  6. Subs17, where are you located? I am setting up a Virtual Kiwi Red team and will use this mod for it! Care to participate?
  7. Thanks guys for the feedback. I should have given you my configuration: I use 3 screens for a total resolution of 5760x1080 and a trackIR as well. So, there's no way to actually change in the lua files any of this?
  8. Hi all, compared to other aircrafts, I am always fiddling and never happy with the FOV in the A10C and the position of the Virtual Head in the cockpit. It's either too forward or too low or who knows what. Right now I using a FOV of 95 degress in the default view of the snapviews.lua section for the A10C. I am wondering what you guys are using for FOV and for the V and H degrees in that same section etc. There's just something wrong with the A10C I think. Am I the only one to feel that? E.
  9. Amazing work guys! It looks beautiful! Can't wait to try it out! :) How about a beta tester?
  10. oh come on release it already. :D It's June 1st here! I don't want updates at the start of the month!
  11. Hello Jamie, I have replied to the post on your facebook page as well ;) This is my availability in Local NZ times (GMT + 11) I am available usually at night from 20.00 to 22.00 (apart from Mondays). Tuesdays and Thursdays from 18.00 to 19.45 Saturday and Sundays various time which could be agreed. Not sure it work for you guys? Would be awesome to fly with you.
  12. Hi all, wondering if there's an aerobatic team I could train with in GodZone or Ozzy? Looking for serious aerobatics training :) Cheers, e.
  13. I have sent a request for Nickname change but no answer yet. Just checking if you received it Groove?
  14. NZ as well... Should account longitude!
  15. Awesome that's exactly what I needed! Thanks mate.
  16. Thanks mate, that certainly helps. Any missions or advanced tactics usable?
  17. Mission is still bugged. The last update did not solve much. Any news on a fix?
  18. HI all, Is there any help in employment of countermeasures (techniques and tactics)? I cant seem to be able to avoid Sams ever. Thanks. E.
  19. Awesome idea! :) How do we go about creating the video?
  20. actually the frequencies can't be changed anymore. Bug present and should be fix soon I read.
  21. No wonder I couldn't find it. Have been stressed out since it's been offline!!
  22. Will try that, thanks. Still would like to know if non critical mods will be allowed with IC.
  23. Hello USSR_Rik. The mod changes 3 files: CommandMenu.lua, CommandDialogsPanel.lua and gameMessages.lua I am using a resolution of 5760x1080 and need to have all the menus, etc in the center screen, upper right corner. I need to do this with JSGME, otherewise every time DCS gets updated I need to manually change those files! for the command menu edit DCS World/Scripts/UI/RadioCommandDialogPanel/CommandMenu.lua starting at line 89 do local menuPanel = Panel.new('CommandMenu.menuPanel') menuPanel:setSkin(containerSkin) menuPanel:setBounds(3840 - menuWidth, 0, menuWidth, height) -- edit here container:insertWidget(menuPanel) self.menuPanel = menuPanel additionally DCS World\Scripts\UI\RadioCommandDialogPanel\CommandDialogsPanel.lua starting at line 175 do local screenWidth, screenHeight = Gui.GetWindowSize() screenWidth = 3840 -- add this line local height = 400 local window = DialogLoader.spawnDialogFromFile('Scripts/UI/RadioCommandDialogPanel/CommandDialogsPanel.dlg') window:setBounds(0, 0, screenWidth, height) and finally go to DCS World\Scripts\UI\gameMessages.lua starting at line 54 for me window = DialogLoader.spawnDialogFromFile('Scripts/UI/gameMessages.dlg', localization) main_w, main_h = Gui.GetWindowSize() main_w = 1920 --add this line! --window:setBounds(0,0, main_w, main_h) window:setBounds(1920,0, main_w, main_h) --edit this line
  24. so, I have been unable to play on Nevada NTTR Server because I am running single mod which I created, to bring the comms menu to the central screen, since I use 3 screens. I'm probably late on this, but seriously, I am going to stop playing if IC will not be changed in some way from what it is now.
  25. Understood. Will have to install the stable version then. Do I have to restart the campaign?
×
×
  • Create New...