Joghurt's Techblog

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" then
and modify it to
 elseif obj.Name == "UH-60L" then
dataTable.name = "Mi-8MT"
dataTable.rpm = string.format("%.2f", get_param_handle("RRPM"):get() * 2 / 3)
elseif obj.Name == "UH-1H" then
and it will work.

Have fun! :)