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

10
10
20
50
100
(1 – 8 8)
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
Проголосовать
Вы проголосовали за этот файл
DCS World
F-16C Viper
Тип файла - Одиночная миссия
Дата - 29.10.2023 03:41:06
*DISCLAIMER: This mission is a work of fiction based off of current events, and shouldn't be taken as a political statement or anything but fiction*


As part of a Coalition of Nations that have banned together to come to the aid of the stricken citizens in Gaza, you are a lone F16 sent out to put a dent in the Armor and Military Supplies massing just outside Gaza City.

The hope is that this strike will not only delay the ground invasion of the besieged city, but also to take the attention away from Gaza and its civilians and onto us.
  • Лицензия: Свободная - Бесплатная версия, Неограниченное распр.
  • Язык: Английский
  • Размер файла: 1.71 МБ
  • Скачано: 564
  • Комментариев: 5
Operation Gaza Shield
Голоса пользователей: 0
Проголосовать
Вы проголосовали за этот файл
Теги: f16, Viper, Sinai Map, Sinai, Gaza
DCS World 2.8
F-16C Viper
Дата - 26.06.2023 03:37:11
A sandbox training mission in Sinai for air to air (veteran difficulty), air to ground, air to ship, and refueling.
Enemy air targets are called in by using the communication/radio menu.
This mission is ideally played by 1 or 2 player(s), more is possible if you play different planes or edit the mission.

The playable vehicles (all hot start) are:
2x F15E
2x F16C
2x F18C (Ground Start)
2x F18C (Carrier Start)

I will probably add more ground targets later but not more air targets.
This mission is inspired by the missions made by Minky.
  • Лицензия: Свободная - Бесплатная версия, Неограниченное распр.
  • Язык: Любой язык
  • Размер файла: 31.77 КБ
  • Скачано: 884
  • Комментариев: 2
Sinai | Sandbox and Training | F15E & F16C & F18C | Hot Start
Голоса пользователей: 1
Проголосовать
Вы проголосовали за этот файл
Теги: F15E, F16, F18, Sinai, training, sandbox
1