Buck Futter Posted April 21, 2015 Report Share Posted April 21, 2015 I was wondering if anyone out there knows of a altis map pic of all of the white industrial buildings that have the double doors that open and you can fit cars inside. I know I can go in editor and see but was just wondering if there was a pic somewhere in the online world Link to comment Share on other sites More sharing options...
axeman Posted April 21, 2015 Report Share Posted April 21, 2015 Could be on here. https://community.bistudio.com/wiki/Arma_3_CfgVehicles_EMPTY On phone and page having trouble loading it all. Link to comment Share on other sites More sharing options...
1Man Posted April 21, 2015 Report Share Posted April 21, 2015 axeman 1 Link to comment Share on other sites More sharing options...
Buck Futter Posted April 21, 2015 Author Report Share Posted April 21, 2015 I'm talking about like an ariel view of the altis map with the white buildings marked with a dot or something. Probably no such pic out there but maybe someone knows Link to comment Share on other sites More sharing options...
machine6fd Posted April 21, 2015 Report Share Posted April 21, 2015 something like... _buildings = [ "Land_i_Shed_Ind_F" ]; _centerWorld = getArray(configFile >> "CfgWorlds" >> worldName >> "centerPosition"); Coords = []; POS = []; _build = []; for [{_i = 0},{_i < (count _buildings)},{_i =_i + 1}] do { _build = _centerWorld nearObjects [_buildings select _i, 25000]; _cnt = count _build; hint format ["%1" + " : " + "%2", _buildings select _i, _cnt]; sleep 5; for [{_n = 0},{_n < (count _build)},{_n =_n + 1}] do { _bld = (_build select _n); _pos = _bld buildingPos 0; POS = POS + [_pos]; _marker = createMarker [format ["%1", _buildings],_pos]; _marker setMarkerShape "Icon"; _marker setMarkerSize [1,1]; _marker setMarkerType "mil_dot"; _marker setMarkerBrush "Solid"; _marker setMarkerAlpha 0.5; }; }; It needs cleaned up i'm tired... sorry i'm no help Link to comment Share on other sites More sharing options...
KPABATOK Posted April 21, 2015 Report Share Posted April 21, 2015 if you intend to build a base in such house, just don't. Or at least cover all the ground and walls and roof but even if you do that, you base will have one layer at best, and it will be very very easy to get inside with 4 satchels even. Link to comment Share on other sites More sharing options...
Buck Futter Posted April 22, 2015 Author Report Share Posted April 22, 2015 if you intend to build a base in such house, just don't. Or at least cover all the ground and walls and roof but even if you do that, you base will have one layer at best, and it will be very very easy to get inside with 4 satchels even. Really? Lol. That was exactly what I was planning on doing. Well shit I've since found an empty one and placed my jammer and a few concrete walls. Damn waste of materials. I thought since the latest update buildings are stronger? Link to comment Share on other sites More sharing options...
Brez Posted April 22, 2015 Report Share Posted April 22, 2015 Really? Lol. That was exactly what I was planning on doing. Well shit I've since found an empty one and placed my jammer and a few concrete walls. Damn waste of materials. I thought since the latest update buildings are stronger? Building materials.. Not in-game buildings. Link to comment Share on other sites More sharing options...
cring0 Posted April 22, 2015 Report Share Posted April 22, 2015 Achem and there's an easy way to glitch into those if you're not careful with wall placement. My buddy accidently figured it out and got stuck in someone's base lol. Link to comment Share on other sites More sharing options...
Buck Futter Posted April 22, 2015 Author Report Share Posted April 22, 2015 Building materials.. Not in-game buildings. Ah ok gotcha Link to comment Share on other sites More sharing options...
Brez Posted April 22, 2015 Report Share Posted April 22, 2015 I would recommend making your own base.. In-game buildings can come down really easy. I suspect one satchel will bring the whole thing down and your vehicles inside will be history. Just use it as a temp base till you get materials together to go build somewhere else. Link to comment Share on other sites More sharing options...
Buck Futter Posted April 22, 2015 Author Report Share Posted April 22, 2015 I would recommend making your own base.. In-game buildings can come down really easy. I suspect one satchel will bring the whole thing down and your vehicles inside will be history. Just use it as a temp base till you get materials together to go build somewhere else. Good idea! That's what I'll do then. I thought for sure that would be safe Link to comment Share on other sites More sharing options...
KPABATOK Posted April 23, 2015 Report Share Posted April 23, 2015 Yeah I had a base in a warehouse like that too, but it was on PVE server, so I had no worries at all. But generally it is bad idea to build bases in Altis buildings. However they have one advantage, they can be really concealed and hard to notice (unless you make a heli pad nearby or on top). So again, if you do decide to build, cover not only exits but everything else. Practically you have to build a house inside a house if you know what I mean. It has to have floors, walls and roof. But as I said, the problem is that the space is limited so your base will have only one layer of security. One wall down, and enemy will get inside. Then again, for newbies it shouldn't matter that much as most fun is in building anyway. Link to comment Share on other sites More sharing options...
axeman Posted April 23, 2015 Report Share Posted April 23, 2015 Who has the YouTube link to the last base built in a sappers nest? Link to comment Share on other sites More sharing options...
Richie Posted April 23, 2015 Report Share Posted April 23, 2015 You mean this ? https://www.youtube.com/watch?v=AtG7gpsjfA8 raymix 1 Link to comment Share on other sites More sharing options...
Buck Futter Posted April 23, 2015 Author Report Share Posted April 23, 2015 Yeah I had a base in a warehouse like that too, but it was on PVE server, so I had no worries at all. But generally it is bad idea to build bases in Altis buildings. However they have one advantage, they can be really concealed and hard to notice (unless you make a heli pad nearby or on top). So again, if you do decide to build, cover not only exits but everything else. Practically you have to build a house inside a house if you know what I mean. It has to have floors, walls and roof. But as I said, the problem is that the space is limited so your base will have only one layer of security. One wall down, and enemy will get inside. Then again, for newbies it shouldn't matter that much as most fun is in building anyway. Yeah i've played since the mod first came out but I've always been solo. No one I know even owns Arma 3 so it gets lonely at times lol I don't like squeakers and immature people much since I'm an older guy my patience is thin Ha! It's hard to get teammates in game because it's usually KOS or a trap lol but yes the best part is building and finding loot. I'm either on the Pure servers or the BTK server so if there's anyone who plays on those hit me up. In game name is Buck Futter Link to comment Share on other sites More sharing options...
Buck Futter Posted April 23, 2015 Author Report Share Posted April 23, 2015 You mean this ? https://www.youtube.com/watch?v=AtG7gpsjfA8 Yeah ok not building in one of those now lol Link to comment Share on other sites More sharing options...
cring0 Posted April 23, 2015 Report Share Posted April 23, 2015 LOL that was pretty epic! Link to comment Share on other sites More sharing options...
axeman Posted April 24, 2015 Report Share Posted April 24, 2015 That won't happen now, sadly :) we've put some jammer range protection in. That was a very unlikely scenario anyway. Link to comment Share on other sites More sharing options...
DayZ Vet Posted April 25, 2015 Report Share Posted April 25, 2015 Really? Lol. That was exactly what I was planning on doing. Well shit I've since found an empty one and placed my jammer and a few concrete walls. Damn waste of materials. I thought since the latest update buildings are stronger? if any part of your base can be reached by a player then it can be glitched into!! Link to comment Share on other sites More sharing options...
cring0 Posted April 26, 2015 Report Share Posted April 26, 2015 if any part of your base can be reached by a player then it can be glitched into!! Ever since I started playing A3Epoch I've learned to build off of top floors. If they destroy the building they can't get up into the base. There's ways around that, sure, but it's waaay easier to get into peoples' bases if they're ground level. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now