VasyaHuy
-
Content Count
3 -
Joined
-
Last visited
-
Medals
Posts posted by VasyaHuy
-
-
Any thoughs? It is impossible?
-
Hello!
I am new to ARMA 2, I need help with one thing: where I can find coordinates of all buildings on the map (custom modification)? I check all reachable configs in the .pbo files, but unsuccessfully - all that I found, was some kind of landmark and various thrash - dead bodies, destroyed vehicles etc.
And second question - where I can find size of the whole map (10000x10000 for example)?
Thanks.
Grab list of all buildings on the map
in ARMA 2 & OA : ADDONS - Configs & Scripting
Posted
So, I get list of buildings. I guess, it is better to ask here, since questions are related:
I get list of buildings looks like this:
But in the config files, and in class lists like this: http://community.bistudio.com/wiki/ArmA_2:_CfgVehicles I can find matches only for SOME of this buildings, for example, for small set of this:
This building have matches in config:
class Land_HouseV2_02_Interier : Residential { lootPos[] = {{7.23096, 5.37207, -5.53067}, {8.55005, 0.754883, -5.53067}, {5.20166, -1.54004, -5.53067}, {3.34912, 1.9707, -5.53067}, {-3.62598, 3.05371, -5.53067}, {-5.4812, -0.0292969, -5.53067}, {-5.83325, 3.26563, -5.53067}, {-5.71045, 5.49414, -5.53067}}; };And some others:
class Land_HouseV_3I4 : Residential { maxRoaming = 3; lootPos[] = {}; }; class Land_Shed_W4 : Residential { maxRoaming = 3; lootPos[] = {}; }; class Land_HouseV_3I1 : Residential { maxRoaming = 3; lootPos[] = {}; }; class Land_HouseV_1L2 : Residential { maxRoaming = 3; lootPos[] = {}; }; class Land_HouseV_1T : Residential { maxRoaming = 3; lootPos[] = {}; };So, question: where I can try to find classes which describes other buildings, like house_c_1_ep1?
Sorry for the messy description.