BetterDeadThanZed Posted October 16, 2014 Report Share Posted October 16, 2014 by using: _this setVehicleInit "this setvectorup [0,0,1]";_vehicle_489 = objNull; if (true) then { _this = createVehicle ["MAP_vez", [4881.0801, 2361.1638, 8.5830688e-006], [], 0, "CAN_COLLIDE"]; _vehicle_489 = _this; _this setDir -150.72551; _this setVehicleInit "this setvectorup [0,0,1]"; _this setPos [4881.0801, 2361.1638, 8.5830688e-006]; }; Will it lay on it's side in the direction set by setDir? Link to comment Share on other sites More sharing options...
blackwiddow Posted October 17, 2014 Author Report Share Posted October 17, 2014 by using: _this setVehicleInit "this setvectorup [0,0,1]"; _vehicle_489 = objNull; if (true) then { _this = createVehicle ["MAP_vez", [4881.0801, 2361.1638, 8.5830688e-006], [], 0, "CAN_COLLIDE"]; _vehicle_489 = _this; _this setDir -150.72551; _this setVehicleInit "this setvectorup [0,0,1]"; _this setPos [4881.0801, 2361.1638, 8.5830688e-006]; }; Hi, that tower is actually already in the map like that. But if you mess around with the settings you can make stuff lie on their side. For example the Ural wreck I have on it's side I use this "this setvectorup [0.1,0,0.01]"; Let me know how you get on! Link to comment Share on other sites More sharing options...
blackwiddow Posted October 17, 2014 Author Report Share Posted October 17, 2014 Will it lay on it's side in the direction set by setDir? No, setDir determines the compass direction it faces but using "this setvectorup [0.1,0,0.01]"; and messing with the values you can change the orientation of objects. Link to comment Share on other sites More sharing options...
Navaeh Posted December 16, 2014 Report Share Posted December 16, 2014 lovely map additon, you do great work my friend, great work! blackwiddow 1 Link to comment Share on other sites More sharing options...
blackwiddow Posted March 6, 2015 Author Report Share Posted March 6, 2015 Thanks man I really appreciate that. Hopefully I can start similar projects for A3 Epoch. Link to comment Share on other sites More sharing options...
ROG Posted October 7, 2015 Report Share Posted October 7, 2015 Hi Guys, I might be being a bit thick here but I just can't get this to work. Im using a gtxgaming server and ive put the balota.sqf file in the main epoch server pbo and added the txt to server functions but it wont show on server. Can i get a bit of help if poss? Many thanks 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