jvanlint / OPTICS

An open source Django based web application to provide a campaign management tool for Digital Combat Simulator.
1 stars 0 forks source link

Easy location input/transfer/scrape from .miz file #26

Open Steveveepee opened 3 years ago

Steveveepee commented 3 years ago

The mission planner should be able to get waypoint data for flight waypoints, target waypoints etc from the mission file. see: https://github.com/pydcs/dcs https://github.com/Santi871/DCSWaypointEditor for implementation details

jvanlint commented 3 years ago

I think this needs some fleshing out. How is this supposed to work? Which values do we read from the mix file for example. Where do they map to?

Steveveepee commented 3 years ago

I've been tinkering on this recently, and it's pretty do-able. It might be more beneficial to import the flight(s) data from the .miz rather than the waypoints. (both are available to import) Thinking that importing multiple flights with multiple aircraft slots worth of info from something like a Liberation .miz file would be easier than having the mission maintainer manually building the packages/flights/aircraft slots. However, the way liberation groups change multiple times before a mission is finally generated might make this unuseable, and a more generic mission sign-up system that then informs the mission maintainer what to set in liberation might be more in order? See Floydiis latest sign up form.