treendy / TRGM2.Malden

Main branch here, feel free to branch and edit, take a look at issues for updates on things I am planning to work on
http://trgm2.com/
22 stars 20 forks source link

Mission file structure, refactoring, more dynamic settings. #134

Closed theace0296 closed 3 years ago

theace0296 commented 3 years ago

I couldn't even describe every file that changed, but the basic idea was to refactor and reorganize the whole mission. Everything is a function of some sort now, with the exceptions of external libraries (AIS, COS, etc) and a few legecy files that redirect to their function counterparts (AddBadPoints, etc).

Feature changes/additions (That I can think of):

I'm very aware that I didn't include every file from the master branch, and would like to include as much as I can now that the hard part is done. However, if you'd rather keep your current structure, then I'd be happy to just keep this refactored version as a fork for my own use.

theace0296 commented 3 years ago

@treendy I left this as a draft so it could be tested more before a merge of any kind is done.

theace0296 commented 3 years ago

Since my version has evolved into something so different in function than the original TRGM2, it would be extremely hard to just "merge" the two together. For now, I'm breaking my fork into it's own repo, let me know if you would want to attempt to merge the two together at some point.