dct icon indicating copy to clipboard operation
dct copied to clipboard

Dynamic Campaign Tools - mission scripting framework for large persistent DCS missions

Results 24 dct issues
Sort by recently updated
recently updated
newest added

This is especially important for carriers. Notional limits: ships: 1 helo carriers: 2-3 plane carriers: 4-8 airbases: 8-12 Events to track number of active planes on the airbase: * land...

Track which units participated in a mission and caused progress toward a mission's goal. Need: - [ ] a way to identify which units helped in the completion of a...

As per object, it would be nice if DCT would create on its own airbase assets for all airbases belonging to blue coalition in Mission Editor, regardless of a DCT...

Track stats like: - [ ] track number and type of missions flown/executed - [ ] number friendly airframes lost - [ ] list of type and number of airframes...

It looks like in the docs, the difficulty modifiers have `modifier_reward` and `modifier_loss` flipped around. Docs: https://github.com/jtoppins/dct/blob/1606d02830fb83ef9f868fe76f920eeb99a32ff0/docs/designer.md#difficulty Code: https://github.com/jtoppins/dct/blob/1606d02830fb83ef9f868fe76f920eeb99a32ff0/src/dct/systems/tickets.lua#L22-L45 This makes the docs give the impression that "easy" and "hard"...

Each commander periodically generates a set of missions to be flown by humans or AI. These "scheduled" missions have a departure time and if the mission is not assigned to...

This %TARGETS% text escape would be used to print out the individual locations of objects marked as primary targets for the asset. A side would need to have a certain...

enhancement
good first issue

DCS does a poor job of implementing tankers. They can only do fixed tracks at assigned altitudes and speeds. Given the varied number of aircraft in DCS this means having...

enhancement

Instead of relying on an external script to affect a kick from a given player slot, update the player class to use the newly available `net` singleton[1] to kick players...

Forgot to document the feature implemented in acdffa974675 ("airbase: allow designer to list slots for an airbase").

good first issue
doc