Jump to content

Milli

Members
  • Posts

    688
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Milli

  1. Hi Lightningstrike, I think you need to look at post number 16 found here: http://forums.eagle.ru/showpost.php?p=1215847&postcount=16 It gives instructions to do what you are asking. It says: 2. edit .../MissionEditor/Data/Scripts/OptionsData.lua file (use Notepad++) and add new entry for visibility range settings like this (look for line 325) Quote: visibRange = { __value__ = 'Low', control = 'comboList', values = { { id = "Low", dispName = _("LOW")}, { id = "Medium", dispName = _("MEDIUM")}, { id = "High", dispName = _("HIGH")}, { id = "Very_High", dispName = _("VERY HIGH")}, }, }, 3. now go to .../Config/Terrain folder and copy/paste High.lua file and name it Very_High.lua and make changes you want and adjust/increase distance values to your liking Regards, Milli __________________
  2. See post 302 here: http://forums.eagle.ru/showpost.php?p=1732469&postcount=302 I think this is correct, its what I have done with the file. Regards, Milli
  3. Thank you Mustang Regards, Milli
  4. Its reality, go here: http://www3.sympatico.ca/tlaschuk/mapleflagmissions/ Regards, Milli
  5. About the noise_small.dds file I have in my Landtextures.zip a file called noise_small.bmp.dds and not one called noise_small.dds Is the modded file noise_small.dss correctly named? Is it meant to replace a file already in use? Regards, Milli
  6. Downloading, slowly. Will seed when computer is on during use. Regards, Milli
  7. No increase in load up times here. Regards, Milli
  8. Hi 47box You only need to include the modified file, or files, in your JSGE mod folder. You do not have to include all the unmodified files aswell. JSGE will simply replace the original file with whatever file that you have in your JSGE mod folder. It will leave any other files in the destination folder, alone, unmodified. Hope this explains it ok? Regards, Milli
  9. Try this one. The ILS and TACAN windows are back to normal. Thanks for pointing those out. Centre windscreen is still clear on my A-10. Regards, Milli A-10C-glass-REFLECT.zip
  10. Thank you Eddie and BlueRidgeDx. I always come back to this thread hoping for new info. I've found it very interesting. I want real world stuff because I've always found aircraft procedures, whether military or civilian, very interesting. Its why I love this simulator. I used to watch the A-10s fly around my home as a child/teenager when living on the English/Welsh border back in the 1980's. Always been my favourite plane. Please keep posting guys. Regards, Milli
  11. Definitely waiting for this one. Grubbier the better. Regards, Milli
  12. Ok, will do. I'll take a looksee when i get home. Regards, Milli
  13. To clarify - it is not possible to have any affect on the AI when acting as a human JTAC in single player mode? Regards, Milli
  14. Hi Spetz Try this file below instead, I've lessened the effect. It maybe too little now? Tested in strong sunlight, low on the horizon at 90 degrees to the canopy and while it does glow, it doesn't make things hard to see. Same install instructions as earlier. Regards, Milli A-10C-glass-REFLECT.zip
  15. Thank you Keats for the updated mission and thank you Bahger for making it in the first place. Regards, Milli
  16. Now you're talking! I used to love that sim. Remember how smooth the graphics engine seemed to be? It was like a video playing. Regards, Milli
  17. Yes please Keats. Would like to try this one. Regards, Milli
  18. Thank you very much cichlidfan. Much appreciated. Regards, Milli
  19. Is it possible to remove a particular file from the DCS World folder with JSGME? I'm using it to add/replace files ok, but I would like to be able to remove a file. To achieve this at the moment I'm currently having to rename the file i want removed. But this is difficult to keep track of. Being able to do it with JSGME would be much better. Regards, Milli
  20. msalama has had a look at these JSmoke files in his SmallFX mod which can be found here: http://forums.eagle.ru/showthread.php?t=101083 There may be something of interest for you there. Regards, Milli
  21. Milli

    Israeli Server

    I just tried again, all was well, except for my piloting skills. Couldn't connect with tanker! Looks like it was a connection problem. I eventually got a server time out message.
  22. Milli

    Israeli Server

    Hi Just tried a refueling in an A-10C and I had a bit of a problem. The tanker occasionally zig-zagged at very high speed across the screen, disappearing for a few seconds. Every couple or minutes or so it happened. As I continued on and connected with the tanker, it happened again. For a few seconds the tanker vanished, as it returned i was right on it and there was a collision sound damaging my plane. Radios work ok though Luzifer. Any ideas whats happening here?
  23. I'm actually still alive in the cockpit and the engines are still running! Cool
  24. I too use AutoHotKey to enable my HOTAS to control Trackir pause and centre functions. I compiled it into an .exe file that I run before starting DCS World and trackir. Its easy to change buttons and time duration to hold/press the button. Here is the script i use: ; A script to enable the Left Throttle Button on my Warthog Throttle Assembly to control the ; pause and centre options in Trackir. ; Momentarily press the Left Throttle Button to CENTRE Trackir. ; Press the same button for 0.2 seconds or more and then release it to PAUSE the Trackir/Cockpit view. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. Process, Priority, , High 1Joy15:: ; y Joy x , y= controller ID number in windows (can change ID number using JoyIDs, x= joystick button number KeyWait, 1Joy15 ; button 15 is my left throttle button If (A_TimeSinceThisHotkey > 05 and A_TimeSinceThisHotkey < 200 ) ; 10=0.005 seconds and 200=0.2 second send {o} ; Centre Trackir- I set the key "o" to Centre Trackir in Trackir control software itself. If (A_TimeSinceThisHotkey > 200) send {p} ; Pause TrackIR and Cockpit View - I set the key "p" to Pause Trackir in Trackir control software itself. return ; Regards, Milli
  25. Thank you Skulleader. Glad you like it.
×
×
  • Create New...