GreuhZbug / greuh_liberation.Altis

Liberation for Arma 3
https://trello.com/b/FfUXrHn1/liberation-dev
MIT License
42 stars 40 forks source link

Zeus #114

Open DaN109 opened 8 years ago

DaN109 commented 8 years ago

Hello , im using liberation on my server with friends . But I cant use zeus like im admin but i cant place anything . Where can i unlock option of Zeus ? Sorry for my English ...

Wyqer commented 8 years ago

Open the Mission in the Editor. Delete the three additional synced Zeus modules (group, player, etc.). At the GM module set the option for addons to all (incl. unofficial). Go in the mission Folder and open \scripts\server\game\zeus_synchro.sqf

Search for: _zgm setCuratorCoef ["edit", -1e8]; _zgm setCuratorCoef ["place", -1e8]; _zgm setCuratorCoef ["synchronize", 0]; _zgm setCuratorCoef ["delete", 0]; _zgm setCuratorCoef ["destroy", -1e8];

Replace with: _zgm setCuratorCoef ["edit", 0]; _zgm setCuratorCoef ["place", 0]; _zgm setCuratorCoef ["synchronize", 0]; _zgm setCuratorCoef ["delete", 0]; _zgm setCuratorCoef ["destroy", 0];

leonas97 commented 7 years ago

Hi, can you tell me how do I open the mission in the editor ?