calamity Posted January 18, 2014 Report Share Posted January 18, 2014 SO I have never understood the Coordinance numbers and what they mean I goto wolrdspace its totally different than other Coordinance numbers something like the first and last numbers are backwards ? anyways I have made a dam in arma editor. it shows up in editor level but in game there are some higher points soo Im thinking changing the height to all be the same might work. but whats the height number ?? _vehicle_166 = objNull; if (true) then { _this = createVehicle ["MAP_Dam_Conc_20", [15428.746, 11670.111, -10.036033], [], 0, "CAN_COLLIDE]; _vehicle_166 = _this; _this setDir 16.093243; _this setVehicleVarName "dam1"; dam1 = _this; _this setVehicleInit "this vectorUP [0.0.1]]"; _this setPos [15428.746, 11670.111, -10.036033]; }; _vehicle_167 = objNull; if (true) then { _this = createVehicle ["MAP_Dam_Conc_20", [15410.493, 11675.353, -10.292285], [], 0, "CAN_COLLIDE]; _vehicle_167 = _this; _this setDir 16.036585; _this setVehicleVarName "dam1"; dam1 = _this; _this setVehicleInit "this vectorUP [0.0.1]]"; _this setPos [15410.493, 11675.353, -10.292285]; }; _vehicle_168 = objNull; if (true) then { _this = createVehicle ["MAP_Dam_Conc_20", [15391.636, 11680.729, -10.433806], [], 0, "CAN_COLLIDE]; _vehicle_168 = _this; _this setDir 16.034117; _this setVehicleVarName "dam1"; dam1 = _this; _this setVehicleInit "this vectorUP [0.0.1]]"; _this setPos [15391.636, 11680.729, -10.433806]; }; Link to comment Share on other sites More sharing options...
0 Uro Posted January 18, 2014 Report Share Posted January 18, 2014 Last digit in the coords is your hieght iirc, Coords: [X,Y,Z] with Z being hieght. been a while since I've messed in the editor though :) Link to comment Share on other sites More sharing options...
0 calamity Posted January 18, 2014 Author Report Share Posted January 18, 2014 Last digit in the coords is your hieght iirc, Coords: [X,Y,Z] with Z being hieght. been a while since I've messed in the editor though :) thankz alot it worked perfect I just made all the heights the same Link to comment Share on other sites More sharing options...
Question
calamity
SO I have never understood the Coordinance numbers and what they mean
I goto wolrdspace its totally different than other Coordinance numbers something like the first and last numbers are backwards ?
anyways I have made a dam in arma editor. it shows up in editor level but in game there are some higher points
soo Im thinking changing the height to all be the same might work.
but whats the height number ??
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now