duyminh1998 / pycmo

Command Modern Operations Learning Environment
Other
56 stars 24 forks source link

Refactor features.py to work with Steam version of Command #13

Closed duyminh1998 closed 1 year ago

duyminh1998 commented 1 year ago

We should

refactor features.py to handle the Steam edition of Command

Because

currently features.py is written to be only compatible with the premium edition of Command, which requires an expensive license to which many users do not have access

Complexity

Medium to hard. The Steam edition of the game does not have built-in data export capabilities, which means we will have to do a lot of Lua scripting.

Definition of Done

Users can export data from the Steam edition of Command using features.py, and the types of data being exported should match with what is possible to export from the Premium edition of Command.

Notes

duyminh1998 commented 1 year ago

Closed by MR