ArmA 3 class names{} Faulty Coordinates

ArmA 3, ArmA 3: Terrain, ArmA 3 Terrain config.cpp

2022-04-15

If your ArmA 3 config.cpp class names{} has faulty coordinates, for example the one below:

class place1
{
	name = "Одеса";
	position[] = { 125946, 5.15036e+06 };
	type = "nameLocal";

With the second coordinate being all out of whack, arma3 will FREEZE on mission editor load right in the beginning. No error in the RPT, no nothing, it just freezes.