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
Ivan

Виртуальный гараж для эпохи 1.0.7

Всем привет!

На https://github.com/oiad/virtualGarage появился новый гайд "Виртуальный гараж для эпохи 1.0.7"

 

Данный гайд не является коммерческим скриптом. Автор гайда выложил его в свободный доступ (см. оригинал гайда)! 

 

Помогите с установкой одного из пунктов (Строительство вертолетных площадок) , а именно:

 

Добавьте эти предметы в игру, например, в Traders или Loot, чтобы игроки могли построить вертолетную площадку:

helipad_civil_kit, helipad_rescue_kit, helipad_army_kit, helipad_cross_kit, helipad_parkborder_kit

 

в какой файл, пункт необходимо добавить предметы?

Edited by Ivan (see edit history)

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

@Ivan Тут имеется ввиду немного другое. Тебе необходимо добавить возможность крафтить вертолетную площадку, по типу крафта велосипеда. 
helipad_civil_kit, helipad_rescue_kit, helipad_army_kit, helipad_cross_kit, helipad_parkborder_kit - это id вертолетных площадок. 

На том же github или epochmod найди гайд по крафту велосипеда (DeployAnything) и в скрипте строчкой ниже добавь helipad_civil_kit 

Edited by Horus (see edit history)

Share this post


Link to post
Share on other sites



  • 0
24 минуты назад, Horus сказал:

@Ivan Тут имеется ввиду немного другое. Тебе необходимо добавить возможность крафтить вертолетную площадку, по типу крафта велосипеда. 
helipad_civil_kit, helipad_rescue_kit, helipad_army_kit, helipad_cross_kit, helipad_parkborder_kit - это id вертолетных площадок. 

На том же github или epochmod найди гайд по крафту велосипеда (DeployAnything) и в скрипте строчкой ниже добавь helipad_civil_kit 

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

  я правильно понимаю. прописать в этот файл?

Share this post


Link to post
Share on other sites
  • 0
3 часа назад, Horus сказал:

@Ivan Тут имеется ввиду немного другое. Тебе необходимо добавить возможность крафтить вертолетную площадку, по типу крафта велосипеда. 
helipad_civil_kit, helipad_rescue_kit, helipad_army_kit, helipad_cross_kit, helipad_parkborder_kit - это id вертолетных площадок. 

На том же github или epochmod найди гайд по крафту велосипеда (DeployAnything) и в скрипте строчкой ниже добавь helipad_civil_kit 

Добавил так

 ["ItemToolbox",[0,9,2],5,0.9,true,true,false,true,true,false,true,["HeliHCivil"],[],["ItemRuby"],"true"],

вертолетная площадка строится.

 

А вот забрать вертолет не дает - вам необходимо построить вертолетную площадку.

Автомобиль отдает. Только спавнит в долике от площадки

 

Подскажите. какие нужно выполнить?

Share this post


Link to post
Share on other sites
  • 0

@Ivan А ты указал HeliHCivil для vg_heliPads ?

 

пункт 5 инструкции на github

if (!isDedicated) then {
	vg_list = ["Plastic_Pole_EP1_DZ"]; // List of objects/traders that are allowed to interact with virtual garage. i.e: ["Plastic_Pole_EP1_DZ","Worker2"];
	vg_blackListed = []; // Array of vehicle config classes as well as vehicle classnames that are blacklisted from being stored, i.e ["All","Land","Air","Ship","StaticWeapon","AH1Z","MTVR"]
	vg_heliPads = ["Helipad_Civil_DZ","Helipad_Rescue_DZ","Helipad_Army_DZ","Helipad_Cross_DZ","Helipad_ParkBorder_DZ"]; // Array of heli pad classnames
	vg_removeKey = true; // Remove the key from the players inventory after storing vehicle?
	vg_requireKey = true; // Require the player to have the key when storing a locked vehicle.
	vg_storeWithGear = true; // Allow storing vehicles with gear?
	vg_tiedToPole = true; // Tie the virtual garage to a local plot pole? If no plot pole is present (i.e a communal garage at a trader etc) the players UID will be used.
	vg_pricePer = 100; // Price in worth to store a vehicle per gear item, use 0 if you want it to be free.
	vg_maintainCost = 10000; //cost is 1000 per 10oz gold, gem cost is as defined in DZE_GemWorthArray; if you use ZSC then this is an amount of coins. This is a flate rate for all vehicles in the garage/per player depending on vg_tiedToPole
	vg_price = [["Land",500],["Air",500],["Ship",500]];

 

Edited by Horus (see edit history)

Share this post


Link to post
Share on other sites
  • 0
46 минут назад, Horus сказал:

@Ivan А ты указал HeliHCivil для vg_heliPads ?

 

пункт 5 инструкции на github

if (!isDedicated) then { vg_list = ["Plastic_Pole_EP1_DZ"]; // List of objects/traders that are allowed to interact with virtual garage. i.e: ["Plastic_Pole_EP1_DZ","Worker2"]; vg_blackListed = []; // Array of vehicle config classes as well as vehicle classnames that are blacklisted from being stored, i.e ["All","Land","Air","Ship","StaticWeapon","AH1Z","MTVR"] vg_heliPads = ["Helipad_Civil_DZ","Helipad_Rescue_DZ","Helipad_Army_DZ","Helipad_Cross_DZ","Helipad_ParkBorder_DZ"]; // Array of heli pad classnames vg_removeKey = true; // Remove the key from the players inventory after storing vehicle? vg_requireKey = true; // Require the player to have the key when storing a locked vehicle. vg_storeWithGear = true; // Allow storing vehicles with gear? vg_tiedToPole = true; // Tie the virtual garage to a local plot pole? If no plot pole is present (i.e a communal garage at a trader etc) the players UID will be used. vg_pricePer = 100; // Price in worth to store a vehicle per gear item, use 0 if you want it to be free. vg_maintainCost = 10000; //cost is 1000 per 10oz gold, gem cost is as defined in DZE_GemWorthArray; if you use ZSC then this is an amount of coins. This is a flate rate for all vehicles in the garage/per player depending on vg_tiedToPole vg_price = [["Land",500],["Air",500],["Ship",500]];


if (!isDedicated) then {
	vg_list = ["Plastic_Pole_EP1_DZ"]; // List of objects/traders that are allowed to interact with virtual garage. i.e: ["Plastic_Pole_EP1_DZ","Worker2"];
	vg_blackListed = []; // Array of vehicle config classes as well as vehicle classnames that are blacklisted from being stored, i.e ["All","Land","Air","Ship","StaticWeapon","AH1Z","MTVR"]
	vg_heliPads = ["Helipad_Civil_DZ","Helipad_Rescue_DZ","Helipad_Army_DZ","Helipad_Cross_DZ","Helipad_ParkBorder_DZ"]; // Array of heli pad classnames
	vg_removeKey = true; // Remove the key from the players inventory after storing vehicle?
	vg_requireKey = true; // Require the player to have the key when storing a locked vehicle.
	vg_storeWithGear = true; // Allow storing vehicles with gear?
	vg_tiedToPole = true; // Tie the virtual garage to a local plot pole? If no plot pole is present (i.e a communal garage at a trader etc) the players UID will be used.
	vg_pricePer = 100; // Price in worth to store a vehicle per gear item, use 0 if you want it to be free.
	vg_maintainCost = 10000; //cost is 1000 per 10oz gold, gem cost is as defined in DZE_GemWorthArray; if you use ZSC then this is an amount of coins. This is a flate rate for all vehicles in the garage/per player depending on vg_tiedToPole
	vg_price = [["Land",500],["Air",500],["Ship",500]];

 

А я и не туда :). СПАСИБО!

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.