nicholasclark-artist / DCG

Dynamic Combat Generator is an Arma 3 mod designed to help mission makers quickly enhance their cooperative scenarios.
GNU General Public License v2.0
26 stars 9 forks source link

Approval regions don't cover entire map #92

Closed nicholasclark-artist closed 5 years ago

nicholasclark-artist commented 7 years ago

Arma 3 Version: 1.68 (stable / rc / dev) CBA Version: 3.2.1 DCG Version: 3.2.0

Server Mods:

Description:

Steps to reproduce:

Where did the issue occur?

Radeni commented 7 years ago

could it have to do with the grid cell (10x10km) not being complete in that part of the map?

nicholasclark-artist commented 7 years ago

Yeah, it's basically because worldSize is a weird number. I'm separating the map into 2km grid blocks in FUNC(handleLoadData), the current method doesn't divide nicely on some maps.

nicholasclark-artist commented 5 years ago

fixed in #128