Поиск пользовательских файлов DCS

10
10
20
50
100
(1 – 6 6)
DCS World 2.9
F/A-18C
Дата - 08.02.2025 14:50:42
Special thanks to Dzsekeb, the original creator of Foothold, without whom none of this would be possible.

Thanks to the guys at Moose and a special thanks to Applevangelist who have always endured my neverending questions. without their help, this foothold would not have CTLD, MANTIS, the WelcomeMessage. MissileTracking. Thank you!

**************************************************************************************

To be able to save your progress, you need to do this:
De-Sanitize the DCS scripting environment
Edit \Scripts\MissionScripting.lua inside your DCS installation folder:
Change the following section:

do
    sanitizeModule('os')
    sanitizeModule('io')
    sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
To look like this:

do
    sanitizeModule('os')
    --sanitizeModule('io')
    --sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
  • Лицензия: Свободная - Бесплатная версия, Не для распространения
  • Язык: Английский
  • Размер файла: 5.99 МБ
  • Скачано: 330
  • Комментариев: 6
Foothold IRAQ, Gulf war / Modern Era, Dynamic spawn, CTLD, MANTIS and more. Updated 2025-07-09
Голоса пользователей: 18
Проголосовать
Вы проголосовали за этот файл
DCS World 2.9
F/A-18C
Дата - 24.11.2024 15:17:09
Карта -Сирия
Special thanks to Dzsekeb, the original creator of Foothold, without whom none of this would be possible.

Thanks to the guys at Moose and a special thanks to Applevangelist who have always endured my neverending questions. without their help, this foothold would not have CTLD, MANTIS, the WelcomeMessage. MissileTracking. Thank you!

**************************************************************************************

To be able to save your progress, you need to do this:
De-Sanitize the DCS scripting environment
Edit \Scripts\MissionScripting.lua inside your DCS installation folder:
Change the following section:

do
    sanitizeModule('os')
    sanitizeModule('io')
    sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
To look like this:

do
    sanitizeModule('os')
    --sanitizeModule('io')
    --sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
  • Лицензия: Свободная - Бесплатная версия, Не для распространения
  • Язык: Любой язык
  • Размер файла: 7.66 МБ
  • Скачано: 1121
  • Комментариев: 14
Foothold Syria EXTENDED COLDWAR/MODERN, (MOOSE ONLY) Dynamic spawn, CTLD, MANTIS and more. Updated 2025-07-09
Голоса пользователей: 15
Проголосовать
Вы проголосовали за этот файл
DCS World 2.9
F/A-18C
Дата - 24.11.2024 15:01:16
Карта -Синай
Special thanks to Dzsekeb, the original creator of Foothold, without whom none of this would be possible.

Thanks to the guys at Moose and a special thanks to Applevangelist who have always endured my neverending questions. without their help, this foothold would not have CTLD, MANTIS, the WelcomeMessage. MissileTracking. Thank you!

**************************************************************************************

To be able to save your progress, you need to do this:
De-Sanitize the DCS scripting environment
Edit \Scripts\MissionScripting.lua inside your DCS installation folder:
Change the following section:

do
    sanitizeModule('os')
    sanitizeModule('io')
    sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
To look like this:

do
    sanitizeModule('os')
    --sanitizeModule('io')
    --sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
  • Лицензия: Свободная - Бесплатная версия, Не для распространения
  • Язык: Любой язык
  • Размер файла: 9.27 МБ
  • Скачано: 326
  • Комментариев: 3
Foothold Sinai (NORTH ONLY), Cold war / Modern era, Dynamic spawn, CTLD, MANTIS and more. Updated 2025-07-09
Голоса пользователей: 13
Проголосовать
Вы проголосовали за этот файл
DCS World 2.9
F/A-18C
Дата - 28.10.2024 23:29:10
Карта -Кавказ
Special thanks to Dzsekeb, the original creator of Foothold, without whom none of this would be possible.

Thanks to the guys at Moose and a special thanks to Applevangelist who have always endured my neverending questions. without their help, this foothold would not have CTLD, MANTIS, the WelcomeMessage. MissileTracking. Thank you!

**************************************************************************************

To be able to save your progress, you need to do this:
De-Sanitize the DCS scripting environment
Edit \Scripts\MissionScripting.lua inside your DCS installation folder:
Change the following section:

do
    sanitizeModule('os')
    sanitizeModule('io')
    sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
To look like this:

do
    sanitizeModule('os')
    --sanitizeModule('io')
    --sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
  • Лицензия: Свободная - Бесплатная версия, Не для распространения
  • Язык: Английский
  • Размер файла: 8.49 МБ
  • Скачано: 1495
  • Комментариев: 15
Foothold Caucasus Extended, Cold war / Modern Era, Dynamic spawn, CTLD, (MOOSE ONLY) MANTIS and more. Updated 2025-07-09
Голоса пользователей: 16
Проголосовать
Вы проголосовали за этот файл
DCS World 2.9
F/A-18C
Дата - 10.10.2024 22:53:08
Special thanks to Dzsekeb, the original creator of Foothold, without whom none of this would be possible.

Thanks to the guys at Moose and a special thanks to Applevangelist who have always endured my neverending questions. without their help, this foothold would not have CTLD, MANTIS, the WelcomeMessage. MissileTracking. Thank you!

**************************************************************************************
To be able to save your progress, you need to do this:

De-Sanitize the DCS scripting environment
Edit \Scripts\MissionScripting.lua inside your DCS installation folder:
Change the following section:

do
    sanitizeModule('os')
    sanitizeModule('io')
    sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
To look like this:

do
    sanitizeModule('os')
    --sanitizeModule('io')
    --sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
  • Лицензия: Свободная - Бесплатная версия, Не для распространения
  • Язык: Английский
  • Размер файла: 8.84 МБ
  • Скачано: 1082
  • Комментариев: 9
Foothold Persian Gulf, Dynamic spawn, Cold war / Modern Era,  CTLD, (MOOSE ONLY) MANTIS and more. Updated 2025-07-09
Голоса пользователей: 17
Проголосовать
Вы проголосовали за этот файл
DCS World 2.9
F/A-18C
Дата - 01.09.2024 14:06:44
Карта -Синай
Special thanks to Dzsekeb, the original creator of Foothold, without whom none of this would be possible.

Thanks to the guys at Moose and a special thanks to Applevangelist who have always endured my neverending questions. without their help, this foothold would not have CTLD, MANTIS, the WelcomeMessage. MissileTracking. Thank you!

**************************************************************************************

To be able to save your progress, you need to do this:
De-Sanitize the DCS scripting environment
Edit \Scripts\MissionScripting.lua inside your DCS installation folder:
Change the following section:

do
    sanitizeModule('os')
    sanitizeModule('io')
    sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
To look like this:

do
    sanitizeModule('os')
    --sanitizeModule('io')
    --sanitizeModule('lfs')
    _G['require'] = nil
    _G['loadlib'] = nil
    _G['package'] = nil
end
  • Лицензия: Свободная - Бесплатная версия, Не для распространения
  • Язык: Любой язык
  • Размер файла: 7.86 МБ
  • Скачано: 932
  • Комментариев: 22
Foothold Sinai Extended, Cold war / Modern Era, Dynamic spawn, CTLD, MANTIS and more. Updated 2025-07-09
Голоса пользователей: 15
Проголосовать
Вы проголосовали за этот файл
1