-
Posts
53 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Mercury_1965
-
Is DCS 2.5.6.60645 Open Beta alredy available ? Because till now I have just received the updater patch.
-
Hi to everybody, I fond a solution working for me. For same 'unknowed' reasons there is somthings of broken in .......\Saved Games\DCS.openbeta so just rename the directory to keep your file, DCS will build another one. Then copy the folders config and scripts form the oldest to the never overvriting. Doing this you will keep your settings. And everythins is OK.
-
@milit I will try thx for signal
-
So now really better I also passed the Anisotropic filtering from game to AMD i will play some time and I report you. Thanks
-
Emptying the two folder the situation improve, anyway I attach AMD and DCS Settings screenshots. If you can give a look
-
I have not this option In settings -> system -> display -> graphics settings the option isn't show. nor in the register file the "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\HwSchMode" not exist ...
-
I have feeling as images flow is slow. More accentuated when on the ground there are many object. In solo mode, I haven't checkd in multiplayer
-
Hi, In the following configuration: 1. DCSOpenbeta 2.5.6.55960 2. Thrustmaster warthod stik+Throttle+T Rudder pedals 3. DCS Bios with a switch for landing gears and some leds for the feedback signal 4. Helios + Capt Zeen desactivated (in past this caused some probs to the tracks) 5. Module A-10C (I have also A-10C II installed) 6. Signle player mission I flyght a easy test mission tackeoff, reach angel 5, landing pattern, touch down, tackeoff, reach angel 5, landing pattern and landing, for 30 min about. I saved the track that is about 800K as others. In replay I have the following strange behavior: A. After takeoff the langing gear not go up and the plane crash B. If I command 'langing gear up' in replay the geras go up but all fly parameters are wrong and the plane crash after the second turn It's possible fix the track because the size is correct so alla data must be in. I enclose the tack. Why this ? Any suggestions ? Track.trk
-
Sorry for delay ... et for my english .. I means that the images dont flow smoothly
-
No more external view during track replay?
Mercury_1965 replied to freemind_fly's topic in General Bugs
Hi Just an idea. Are you flying a mission? In affirmative case external view are enabled ? -
Hi Flappie, update. DCS don't crash anymore :) I follow the guide and I acheve 60fps but some time I have jerks on the ground images ...
-
Hi Flappie, I moved to 32GB! I will follow the advices, and thx for the guide I will read deeply. For the moment no crash :)
-
Hi Flappie, now I'm like this: - page file 16GB (I can go to 32GB it's better ?) - Adrenalin in Autotuning "Default" so no extra Overclock GPU neither Overclock VRAM DCS is running on 4K monitor at 30FPS I enclose the graph setting, if uou have any suggestion to speed a bit .. I tried some mission and all is right .. apparently. I will try soon the exaclty mission where DCS cashed and I will update you.
-
Hi Flappie, I increased the page file to 16GB. My graphic card is AMD Radeon RX 5700 XT (8GB) I use the las Adrenalin (Radeon software) setting tuning in Automatic -Default mode VRam clock speed is 200Mhz in quiet mode when DCS is running the clock speed increase to 1.750Mhz the max frequency is 1.900Mhz. I will check anyway the graphic card slot. Thanks
-
Hi, I have the modules A-10C, A-10CII, F/A-18C, Supercarrier. Flying the A-10C with each of last three updates DCS often crash:mad:. Crashs occurs in different moment, time, actions ... I enclose the last log files. Thx for help dcs.20201008-015212.log
-
Unable wiev kneeboard DCS 2.5.6.55847 Open Beta
Mercury_1965 replied to Mercury_1965's topic in General Bugs
SOLVED :thumbup: -
Unable wiev kneeboard DCS 2.5.6.55847 Open Beta
Mercury_1965 replied to Mercury_1965's topic in General Bugs
@vstolmech513 Thank you!! Yes I was using multiple monitor but I was keeping the secon turned-off. So the kneeboard was on the second. Looking for lua setting about kneeboard position I solved. -
Unable wiev kneeboard DCS 2.5.6.55847 Open Beta
Mercury_1965 replied to Mercury_1965's topic in General Bugs
@hornblower793 it didn't even work before Now I have tried without "kneeboard" directory in "user/Saved Games/ DCS.openbeta" .... same result -
Unable wiev kneeboard DCS 2.5.6.55847 Open Beta
Mercury_1965 replied to Mercury_1965's topic in General Bugs
@Paganus No -
Hi, I have A-10C, A-10C II and F/A-18C modules. I have the same issue with all aircraft .. the kneeboard not show. Initially the ON/OFF command is mapped as RShift K, i remapped to another free key whithout success the kneeboard not show. Any suggestion ?:(
-
Continously read and show some flight data
Mercury_1965 replied to Mercury_1965's topic in Mission Editor
Thanks for suggestion. I Will try in this way -
Continously read and show some flight data
Mercury_1965 replied to Mercury_1965's topic in Mission Editor
I will do thx -
I wont script a training mission and I need continously read and show some flight data. Trying with altitude ...not work start_mes = "START MISSIOIN" trigger.action.outText(start_mes, 10) repeat local aboveSeaLevel = math.floor(Unit.getByName('gmv-1'):getPosition().p.y * 3.28084 , 0) trigger.action.outText(aboveSeaLevel, 3) until( aboveSeaLevel < 7700 ) trigger.action.outText("Passed 7700" , 3) Any suggestion ?
-
I have a script to message Altitude like this: MyA10C = UNIT:FindByName("gmv-1") Altitude = MyA10C:GetAltitude() * 3.2808 MESSAGE:New("Your Altitude is ft "..Altitude,10):ToAll() MESSAGE Altitude is showed with a lot of decimal, how is possible to format the displayed number .... a function like INT ? :)