SimShaker for DCS UH-60 Blackhawk
If you want to use SimShaker for Aviators with the free UH-60L Black Hawk mod for Digital Combar Simulator you need to modify the file "C:\Program Files (x86)\SimShaker\SimShaker for Aviators Beta\Data\SimShaker.lua" as follows:Search for
elseif obj.Name == "UH-1H" thenand modify it to
elseif obj.Name == "UH-60L" thenand it will work.
dataTable.name = "Mi-8MT"
dataTable.rpm = string.format("%.2f", get_param_handle("RRPM"):get() * 2 / 3)
elseif obj.Name == "UH-1H" then
Have fun! :)