fparma / comfy-downtime

Zeus curated Dynamic COOP/TVT Sandbox
MIT License
3 stars 2 forks source link

Make ace medical basic/adv be decided from parameters #1

Open Cuel opened 8 years ago

Cuel commented 8 years ago

I don't see the point of having 2 missions

ComfyPillow commented 8 years ago

Yes, it's an annoyance that I didn't have time to properly address. I was worried initially that if I configure both ADV Settings and basic Medical settings, but keep Basic medical default that it would have some unintended side-effects.

From what I've seen, setting the following global var should allow for switching the Medical Level

ace_medical_level = 1; // Basic Medical
ace_medical_level = 2; // Advanced Medical

I don't know how early in the init these have to be set in order to get applied correctly and not cause issues. Maybe it doesen't matter tho.

Build Script can be easily Adapted to only build 1 mission for each map tho, and that would reduce a bit of complexity from the repo.