GithubHelp home page GithubHelp logo

dcs-dce-f14's Introduction

DCS-DCE-F14

A fork of Mbot's Dynamic Campaign Engine for DCS World.

Features

Currently features a port of the Desert 76' campaign for the F-14 Tomcat, with a few additional features:

  • Aircraft properties initialization in oob_air_init.lua - allows for the mission designer to enable properties for spawned aircraft, eg INS alignment stored for the F-14
  • Unique aircraft parking assigning (WIP) - prevents aircraft overlap by ensuring spawned aircraft get unique parking slots (note: may not actually be working)
  • Smoke effects for destroyed targets - specific mission targets can spawn static smoke effects after their destruction on subsequent missions, adding to the mission atmosphere

Modder instructions (WIP):

Aircraft properties can be defined using the properties tag on units listed in the oob_air_init.lua file, eg:

properties = { ["INSAlignmentStored"] = true, },

In order for this to to work in other missions the ATO_Generator.lua script must be updated to assign it to the ATO object used by ATO_FlightPlan.lua, which in turn must be updated to assign the properties value to a unit's AddPropAircraft field:

["AddPropAircraft"] = flight[f].properties,

Parking Id selection is handled by the getParkingId function implemented in ATO_Parking.lua, which is called in the ATO_FlightPlan.lua script:

["parking_id"] = getParkingId(flight[f].base),

Review the smoke fx pull request for Smoke effects implementation. (TODO: embellish on this)

dcs-dce-f14's People

Contributors

zackin5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.