Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
dok379

Виртуальная реальность.

Как открыть виртуальную реальность в arma 2 dayz epoch как в arma 3, чтобы расположить объекты на миссии?

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

настройки

1. Зайди в редактор, нарисуй постройку - сохрани

2. забери файл mission.sqf твоего здания где то в appdata\local\arma 2 oa\хз как называется (тут будет папка с названием твоего проекта в нем два файла sqf и biedi берешь только sqf)

3. Открываешь этот файл и:

----------------------------------------------------------удалить
activateAddons [
];
                                                                   добавить вместо этого блока: if (isServer) then {
activateAddons [];
initAmbientLife;
----------------------------------------------------------удалить

_vehicle_4 = objNull;
if (true) then
{
  _this = createVehicle ["Land_ruin_corner_2", [14110.31, 2782.1448, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_4 = _this;
  _this setPos [14110.31, 2782.1448, 3.8146973e-006];
};

------------------------------------------------------------------------------------------ удалить от сель
_this = createCenter west;
_center_0 = _this;

_group_0 = createGroup _center_0;

_unit_2 = objNull;
if (true) then
{
  _this = _group_0 createUnit ["GER_Soldier_EP1", [14116.508, 2764.6309, 4.0054321e-005], [], 0, "CAN_COLLIDE"];
  _unit_2 = _this;
  _this setUnitAbility 0.60000002;
  if (true) then {_group_0 selectLeader _this;};
  if (true) then {selectPlayer _this;};
  if (true) then {setPlayable _this;};
};
----------------------------------------------------------------------------------------- до сель

_vehicle_192 = objNull;
if (true) then
{
  _this = createVehicle ["Land_a_stationhouse", [5160.0171, 2183.0002, 0.14117265], [], 0, "CAN_COLLIDE"];
  _vehicle_192 = _this;
  _this setDir 211.89264;
  _this setPos [5160.0171, 2183.0002, 0.14117265];
};


----------------------------------------------------------------------------------------удалить от
processInitCommands;
runInitScript;                                                                                  добавить вместо этого блока: }; 
finishMissionInit;
----------------------------------------------------------------------------------------до

 

короче на выходе должно быть так:

if (isServer) then {

_vehicle_4 = objNull;
if (true) then
{
  _this = createVehicle ["Land_ruin_corner_2", [14110.31, 2782.1448, 3.8146973e-006], [], 0, "CAN_COLLIDE"];
  _vehicle_4 = _this;
  _this setPos [14110.31, 2782.1448, 3.8146973e-006];
};

_vehicle_192 = objNull;
if (true) then
{
  _this = createVehicle ["Land_a_stationhouse", [5160.0171, 2183.0002, 0.14117265], [], 0, "CAN_COLLIDE"];
  _vehicle_192 = _this;
  _this setDir 211.89264;
  _this setPos [5160.0171, 2183.0002, 0.14117265];
};
  
};

смотри внимательно, должны быть только постройки, не должно быть ни группы ни центра ни юнита

кладешь в сервер файл и вызываешь его из server_functions

execVM "\z\addons\dayz_server\Maps\mapedit.sqf";

 

все

Share this post


Link to post
Share on other sites



  • 0

Как открыть виртуальную реальность в arma 2 dayz epoch как в arma 3, чтобы расположить объекты на миссии?

никак, для визуально написания миссий придется купить ZEV от Евгения

Что бы просто установить построенный в редакторе объект нужно добавить вызов скрипта построек в server_functions

Share this post


Link to post
Share on other sites
  • 0

никак, для визуально написания миссий придется купить ZEV от Евгения

Что бы просто установить построенный в редакторе объект нужно добавить вызов скрипта построек в server_functions

как это сделать?

Share this post


Link to post
Share on other sites
  • 0

как это сделать?

что имнно?

купить у Евгения программу или установить кастомные постройки на карту?

Share this post


Link to post
Share on other sites
  • 0

что имнно?

купить у Евгения программу или установить кастомные постройки на карту?

настройки

Share this post


Link to post
Share on other sites
  • 0

Привет.Добавь в гайд.Народ 30 раз переспрашивать будет.Хотя большинство и гайды то не читает.

Share this post


Link to post
Share on other sites
  • 0

Привет.Добавь в гайд.Народ 30 раз переспрашивать будет.Хотя большинство и гайды то не читает.

если время будет - добавлю

Share this post


Link to post
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

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.