WWII Pilot Intuition System

Lua DCS World

A Moose Framework-based script for DCS World that simulates WWII-era pilot intuition and reconnaissance, enhancing immersion in historical aviation scenarios by providing realistic target spotting without modern aids.

Description

The WWII Pilot Intuition System bridges the gap between modern DCS gameplay and historical WWII aviation. In an era without radar or advanced avionics, pilots relied on visual scanning, formation flying, and intuition to maintain situational awareness. This script recreates that experience by alerting players to nearby air and ground threats through voice-like messages and optional visual markers.

Whether flying solo or in formation, players receive timely warnings about bandits, ground units, and tactical situations, promoting better tactics and deeper immersion in WWII-themed missions.

Features

Installation

Prerequisites

Steps

  1. Download the Script:
  2. Include Moose Framework:
  3. Add to Mission:
  4. Test the Mission:

Usage

In-Game Controls

Gameplay Tips

Configuration

The script uses a global configuration table PILOT_INTUITION_CONFIG for easy customization. Edit the values in Moose_WWII_PilotIntuition.lua before loading the mission. Players can override global settings via the F10 menu for personalized experience.

Key Settings

For detailed parameter descriptions, refer to the comments in the script.

Examples

Basic Mission Setup

  1. Create a new DCS mission with WWII aircraft.
  2. Add enemy AI units or multiplayer slots.
  3. Include the script as described in Installation.
  4. Fly and observe alerts for spotted targets.

Custom Configuration

PILOT_INTUITION_CONFIG = {
    airDetectionRange = 6000,  -- Increase air detection range
    dogfightAssistEnabled = false,  -- Disable dogfight help
    markerType = "flare",  -- Use flares instead of smoke
}

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Commit your changes: git commit -m 'Add your feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Open a Pull Request.

Development Notes

License

Copyright 2025 F99th-TracerFacer

This project is open source under the MIT License. See LICENSE for details.

Credits

Support

For issues, questions, or suggestions:

Enjoy immersive WWII flying with enhanced situational awareness!