Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Randomizing gear #79

Open
sojunator opened this issue Jan 24, 2016 · 0 comments
Open

Randomizing gear #79

sojunator opened this issue Jan 24, 2016 · 0 comments

Comments

@sojunator
Copy link
Contributor

Instead of variables, arrays should be used for gear, which would allow to randomize uniforms, vests and headgear etc.

How it is today:
headGear = "H_Cap_oli_hs";

Whats being suggested
headGear = {"H_Cap_oli_hs", "H_MilCap_gry"};

In the suggested example you would have 50% chance of getting either of the headgear assigned to the player.

Why is this a good idea?
It allows for a less static look on units, especially as we now have CUP units, which there is a big variety of how their vests and uniforms look (rolled up sleves etc).

It will also allow for a more ragtag milita look when its needed, and bit more of a realistic dynamic in general.

Implementing this might create backwards compability issues, but I know very little SQF, so there might be more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant