-
Posts
730 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by AdrianL
-
-
Order of Battle for the Kola theatre of operations 1988
AdrianL replied to samba_liten's topic in Orbx Simulation Systems
This one? "A-l0 Operations and the Battle for North Norway" https://apps.dtic.mil/sti/tr/pdf/ADA193854.pdf -
Your hint is be very wrong. Verify facts before you spread incorrect information. Specter and Ripper work for Orbx. They are doing the SA map in their own time. They have also stated that the credits file is missing people and will be updated See my post above
-
DCS: Kola map by Orbx in Early Access available now!
AdrianL replied to Graphics's topic in Official Newsletters
Think this is because of google translate (or equivalent). It translates map to card and visa versa -
Assuming you mean the ED Store? Make sure you have updated DCS to the latest version otherwise it will not show. You need to be on at least version 2.9.4.53990, which released yesterday
-
Unable to Install Kola Map to the Dedicated Server
AdrianL replied to Bones308th's topic in Installation Problems
Save this page for future reference as it is updated with the install id when new maps come out -
You need to report on the Orbx tracking system See
-
KOLA_terrain is the module name. See
-
You need to "request aircraft control". Believe the default key binding is "J"
-
DCS crashes when trying to join Mission on own Dedicated Server
AdrianL replied to C525's topic in Multiplayer Bugs
Not saying that. I tagged you because I was seeing crashes for the same reason in multiple threads, before the update. I have never experience this crash so have no idea if it is now resolved or not -
DCS crashes when trying to join Mission on own Dedicated Server
AdrianL replied to C525's topic in Multiplayer Bugs
Assume so. I just saw a few people's logs have the exact same crash when loading missions via dedicated servers. And it was always a unit attached to a zone causing the issue. -
DCS: Kola map by Orbx in Early Access available now!
AdrianL replied to Graphics's topic in Official Newsletters
While you are referring to map surface area, it should also be noted that the disk space requirements for the maps are very different Syria takes up around 67GB Kola is 144GB. And will get bigger. -
Hi-res versions of the detailed area maps?
AdrianL replied to Pizzicato's topic in Orbx Simulation Systems
- 1 reply
-
- 2
-
-
Timestamp 43:00 and 1:30:25 for one of them
-
Later, after the winter textures are released. Source: at time 2:50
-
Stated a few times that today's patch is mainly for the Kola release. So do not expect any other changes
-
KOLA Map also available on Orbx Central
AdrianL replied to mnpostema32's topic in Orbx Simulation Systems
You cannot download from Orbx. Orbx have updated the page around that. You can just purchase a key there for the ED store, or buy it directly from the ED store. For steam, you need to purchase via steam -
F-4E Phantom II Development Update and Release Delay Announcement
AdrianL replied to IronMike's topic in DCS: F-4E Phantom
End May, based on info available -
Just before the dump there is this error. 024-05-02 13:35:03.471 ERROR Lua::Config (Main): Call error LuaExportStart:<LUA_TTABLE> stack traceback: [C]: ? [C]: in function 'try' [string "C:\Users\Mutz\Saved Games\DCS.openbeta\Scripts/DCS_Volanta.lua"]:18: in function 'OtherLuaExportStart' [string "C:\Users\Mutz\Saved Games\DCS.openbeta\Scripts\VAICOMPRO\VAICOMPRO.export.lua"]:103: in function 'PrevLuaExportStart' [string "C:\Users\Mutz\Saved Games\DCS.openbeta\Scripts/TacviewGameExport.lua"]:54: in function <[string "C:\Users\Mutz\Saved Games\DCS.openbeta\Scripts/TacviewGameExport.lua"]:49>. You can temporarily rename your ..\DCS.openbeta\Scripts folder to Scripts.bak ,then load DCS and see if the issue is resolved. If the issue goes away then make sure you have the latest version of the above exports. I suspect your exports file may be corrupt.
-
Look under 'Additional features already planned' at https://orbxdirect.com/product/orbx-kola-dcs It is listed there
-
F-4E Phantom II Development Update and Release Delay Announcement
AdrianL replied to IronMike's topic in DCS: F-4E Phantom
They posted a new screenshot. Thats it -
To prevent this error in '..\Scripts\Hooks\movingmap-hook.lua' change line 55 from if ok_to_send == 1 and lTime + .1 < DCS.getModelTime() then to if ok_to_send == 1 and lTime ~= nil and lTime + .1 < DCS.getModelTime() then
-
I also do not get an error with this mission, repeating the steps you listed We have the exact same hardware. Only difference is I am on the latest NVidia drivers. I can also see you are running the latest version of DCS, multithreaded. But you are running mods. UH-60 (The was causing issues a while back) and the C-130, for example. So make sure you have the latest version of the mods. I would remove all mods and then repeat the test. If it is fixed then one of those mods are causing the issue.
-
@Bergison FYI: I see this error in the DCS log a few times. Tends to happen on startup of DCS and then throughout any session. LuaHooks (Main): [string "C:\Users\adrian\Saved Games\DCS.openbeta\Scripts\Hooks\movingmap-hook.lua"]:55: attempt to perform arithmetic on upvalue 'lTime' (a nil value)