-
Posts
688 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Everything posted by Milli
-
DCS A-10C - How to increase districts visibility distance
Milli replied to Kuky's topic in Utility/Program Mods for DCS World
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 __________________ -
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
-
Thank you Mustang Regards, Milli
-
Flight Qualifications Campaign
Milli replied to Sabre-TLA's topic in A-10C Basic Flight Training Qualification DLC
Its reality, go here: http://www3.sympatico.ca/tlaschuk/mapleflagmissions/ Regards, Milli -
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
-
Downloading, slowly. Will seed when computer is on during use. Regards, Milli
-
No increase in load up times here. Regards, Milli
-
no longer works The Ultimate DCS World JSGME Guide - If you use mods, you need this.
Milli replied to Ebs's topic in DCS Modding
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 -
Looking for one Mod for colored the front canopy...
Milli replied to Skulleader's topic in Utility/Program Mods for DCS World
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 -
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
-
Definitely waiting for this one. Grubbier the better. Regards, Milli
-
Looking for one Mod for colored the front canopy...
Milli replied to Skulleader's topic in Utility/Program Mods for DCS World
Ok, will do. I'll take a looksee when i get home. Regards, Milli -
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
-
Looking for one Mod for colored the front canopy...
Milli replied to Skulleader's topic in Utility/Program Mods for DCS World
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 -
New, full-featured SP Mission: "Midnight Run"
Milli replied to Bahger's topic in User Created Missions General
Thank you Keats for the updated mission and thank you Bahger for making it in the first place. Regards, Milli -
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
-
New, full-featured SP Mission: "Midnight Run"
Milli replied to Bahger's topic in User Created Missions General
Yes please Keats. Would like to try this one. Regards, Milli -
no longer works The Ultimate DCS World JSGME Guide - If you use mods, you need this.
Milli replied to Ebs's topic in DCS Modding
Thank you very much cichlidfan. Much appreciated. Regards, Milli -
no longer works The Ultimate DCS World JSGME Guide - If you use mods, you need this.
Milli replied to Ebs's topic in DCS Modding
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 -
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
-
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.
-
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?
-
-
What's the Thrustmaster pinky switch for?
Milli replied to Thick8's topic in PC Hardware and Related Software
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 -
Looking for one Mod for colored the front canopy...
Milli replied to Skulleader's topic in Utility/Program Mods for DCS World
Thank you Skulleader. Glad you like it.