Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "DCS World"

From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
Line 33: Line 33:
 
|crossover notes      = D3DMetal, E-Sync, Windows 10 64-bit, override winhttp.dll & msdmo.dll (native, builtin), install D3DCompiler_47(x64) and x86, install corefonts, run DCS Installer. After install, place options.lua from deleterium guide in the correct place, create symlink from $INSTALL_DIR/bin webrtc_plugin.dll to $INSTALL_dir/webrtc_plugin.dll, fix optionsDb.lua file for getVoiceChatDevices:
 
|crossover notes      = D3DMetal, E-Sync, Windows 10 64-bit, override winhttp.dll & msdmo.dll (native, builtin), install D3DCompiler_47(x64) and x86, install corefonts, run DCS Installer. After install, place options.lua from deleterium guide in the correct place, create symlink from $INSTALL_DIR/bin webrtc_plugin.dll to $INSTALL_dir/webrtc_plugin.dll, fix optionsDb.lua file for getVoiceChatDevices:
  
local function getVoiceChatDevices(dev_type)
+
::local function getVoiceChatDevices(dev_type)
      --local devices = mod_sound.getVoiceChatDevices(dev_type)       
+
::      --local devices = mod_sound.getVoiceChatDevices(dev_type)       
        local result = {Name(_('Default')):Value("")}
+
::        local result = {Name(_('Default')):Value("")}
 
+
::
    if devices then
+
::    if devices then
        for k,v in ipairs(devices) do
+
::        for k,v in ipairs(devices) do
            table.insert(result,Name(v[2]):Value(v[1]))
+
::            table.insert(result,Name(v[2]):Value(v[1]))
        end
+
::        end
    end
+
::    end
 
+
::
    return result
+
::    return result
end  
+
::end  
 
|wine                = unknown
 
|wine                = unknown
 
|wine notes          =  
 
|wine notes          =  

Revision as of 16:29, 23 January 2025

Digital Combat Simulator



DCS World
DCS World cover
Developers
Eagle Dynamics
Publishers
Eagle Dynamics
Engines
Eagle Dynamics Game Engine
Release dates
October 17, 2008 (Initial release, RU)
December 10, 2008 (Initial release, EN)
March 7, 2009 (Initial release, GER)
April 2, 2009 (Initial release, NA)
3 May 2021 (Latest stable, 2.5.6.61527.3)
5 May 2021 (Latest open beta, 2.7.0.5659
Resources
PCGamingWiki

macOS Compatibility

Compatibility layer Rating Notes
CrossOver Playable D3DMetal, E-Sync, Windows 10 64-bit, override winhttp.dll & msdmo.dll (native, builtin), install D3DCompiler_47(x64) and x86, install corefonts, run DCS Installer. After install, place options.lua from deleterium guide in the correct place, create symlink from $INSTALL_DIR/bin webrtc_plugin.dll to $INSTALL_dir/webrtc_plugin.dll, fix optionsDb.lua file for getVoiceChatDevices:
local function getVoiceChatDevices(dev_type)
--local devices = mod_sound.getVoiceChatDevices(dev_type)
local result = {Name(_('Default')):Value("")}
if devices then
for k,v in ipairs(devices) do
table.insert(result,Name(v[2]):Value(v[1]))
end
end
return result
end
Wine Unknown
Virtualization
Parallels Menu Boots. Main menu is fine. However, actual gameplay is riddled with graphical issues. AWACS View (F10) works just fine. FPS surges up and down, causing extremely unstable performance.