astruyk / Ares

An arma3 mod that adds some extra functionality to Zeus
51 stars 11 forks source link

Save/Load - Save units as well as static objects #147

Closed astruyk closed 9 years ago

astruyk commented 10 years ago

Right now we don't save unit positions because there's a lot more data needed for them. It's a pretty commonly requested feature.

In order for this to be complete we should at least save:

It's going to break the existing save/load format because there's no space for that info. Could probably be made to at least be backwards compatible (by storing unit info in a later section and early-outing based on version numbering).

alexcroox commented 9 years ago

This would be great. Currently I'm using MCC + Zeus to fill out the mission base and MCC's save to mission sqm. Would be great to ditch that requirement.

astruyk commented 9 years ago

I'm considering this fixed as of 1.7.0. In 1.8.0 the old saving system will be fully deprecated. See #188