Difference between revisions of "DCS World"
From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
| Line 30: | Line 30: | ||
|ios-ipados app = na | |ios-ipados app = na | ||
|ios-ipados app notes = | |ios-ipados app notes = | ||
| − | |crossover = | + | |crossover = Working in CrossOver Preview |
| − | |crossover notes = | + | |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 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 | |wine = unknown | ||
|wine notes = | |wine notes = | ||
Revision as of 16:26, 23 January 2025
Digital Combat Simulator
![]() |
|
| 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 | 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 resultend |
|
| Wine | ||
| Virtualization | ||
| Parallels | 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. |
