ferstaberinde / F3

ArmA 3 mission development framework
http://www.ferstaberinde.com/f3/en/
59 stars 36 forks source link

Night and day mode #659

Open Przemro opened 9 years ago

Przemro commented 9 years ago

Is there a way you could add new parameter, with day equipment and night equipment. What I mean is for example: in night missions you don`t need smoke, but flares could be more useful, so new parameter would allow you to decide what equipment you want to use.

Wolfenswan commented 9 years ago

I like the idea. Option A) could be a "gear post processor" which tweaks equipment according to parameter. Option B) could be a simple script that detects the time of day and depending on it tweaks the gear.

ferstaberinde commented 9 years ago

This might constitute bloat - but putting this to the future milestone (e.g. post v3-4-0) for now.

mr-bo-jangles commented 8 years ago

You could add it to the heavy/medium/light gear selector. That way it'd fit in nicely with the existing stuff

Przemro commented 8 years ago

We have this added in our version of F3, in lobby you have additional option for day or night gear, adn it only change your backpack equipment. So TL gets flares to his backpack etc.

mr-bo-jangles commented 8 years ago

Yeah I did think this seemed like the simplest way to do it :) On 28 Nov 2015 17:42, "Przemek" notifications@github.com wrote:

We have this added in our version of F3, in lobby you have additional option for day or night gear, adn it only change your backpack equipment. So TL gets flares to his backpack etc.

— Reply to this email directly or view it on GitHub https://github.com/ferstaberinde/F3/issues/659#issuecomment-160323557.

Wolfenswan commented 8 years ago

Only issue I see with this is that it needs to account for full backpacks. Nothing gamebreaking but would benefit from some smart scripting.