dukee02 / Arma3_CTI

3 stars 1 forks source link

The 'light' param for towns is less effective #34

Open dukee02 opened 2 days ago

dukee02 commented 2 days ago

The calculation of the param ends in nearly same amounts of groups. The calculation need an overhaul and maybe a better group calc is needed.

CTI_TOWNS_OCCUPATION_GROUPS_RATIO {case 1: {0.1}; case 2: {0.125}; case 3: {0.15}; case 4: {0.2}; default {1}}; _occupation_size = round(_maxSV CTI_TOWNS_OCCUPATION_GROUPS_RATIO _upgrade); _occupation_size = round(60 0.1 3); //-- _totalGroups 3 _occupation_size = round(120 0.1 3); //-- _totalGroups 6

_occupation_size = round(60 0.15 3); //-- _totalGroups 4,5 _occupation_size = round(120 0.15 3); //-- _totalGroups 9