Jump to content
  • 0

Can i remove original building DayZ Epoch 1.0.5.1 ?


J.Dominic

Question

2 answers to this question

Recommended Posts

  • 0

Open dayz_server.pbo, then go into the folder named "missions", then go into the folder named "DayZ_Epoch_11.Chernarus" and open mission.sqf.

All of the the trader city items are in that file.

I am not sure exactly which items are the tents that you want to remove, but it will look something like this:

 

_vehicle_480 = objNull;
if (true) then
{
  _this = createVehicle ["Land_tent_east", [6320.0742, 7797.5137, 0.26026565], [], 0, "CAN_COLLIDE"];
  _vehicle_480 = _this;
  _this setDir 216.2215;
  _this setPos [6320.0742, 7797.5137, 0.26026565];
};
Link to comment
Share on other sites

  • 0

 

Open dayz_server.pbo, then go into the folder named "missions", then go into the folder named "DayZ_Epoch_11.Chernarus" and open mission.sqf.

All of the the trader city items are in that file.

I am not sure exactly which items are the tents that you want to remove, but it will look something like this:

 

_vehicle_480 = objNull;
if (true) then
{
  _this = createVehicle ["Land_tent_east", [6320.0742, 7797.5137, 0.26026565], [], 0, "CAN_COLLIDE"];
  _vehicle_480 = _this;
  _this setDir 216.2215;
  _this setPos [6320.0742, 7797.5137, 0.26026565];
};

 

 

Thanks for help. Logi

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...