Jump to content
Sign in to follow this  
SovietReign

Is it possible to host a Domination server with all of the vehicles unlocked?

Recommended Posts

If it is possible how is it done?

I already know how to host a server but we do not want to go through the trouble of unlocking the Apache so we want everything unlocked at the start or just the Apache.

Thanks for all responses :D

And I would like to host ACE domination if that helps.

Edited by SovietReign
additional information

Share this post


Link to post
Share on other sites

unpbo the mission, rename the folder with something that will be specific to you so it wont get mixed up with an unmodified version

For a crude quick fix, you may also need to increase the sleep time

add this code somewhere for example at the end of the init.sqf

sleep 10;

{_x lock false) foreach vehicles;

That will unlock every vehicle in the mission at the start of the mission, providing the vehicle has already been spawned, hence the "sleep 10;"

Share this post


Link to post
Share on other sites

it is much easier if you just manually add the vehicle at the base and put a respawn script to it.

Share this post


Link to post
Share on other sites

Just change the parameters for the rank in the description.exe

class GVAR(pilots_only) {

title = "Only pilots can fly:";

values[] = {0,1};

default = 1;

texts[] = {"Yes","No"};

and

class GVAR(with_ranked) {

title = "Ranked:";

values[] = {0,1};

default = 1;

texts[] = {"Yes","No"};

it is much easier if you just manually add the vehicle at the base and put a respawn script to it.

As he said but use this script-->http://www.armaholic.com/page.php?id=6080&highlight=SIMPLE+VEHICLE+RESPAWN+SCRIPT

or find another vehicle and look in that vehicle's init line and copy the code from there and put it into your new apache,

domination has its own respawn system for vehicles and planes and such.

Share this post


Link to post
Share on other sites

What trouble? If you login as admin just come close to it and you will see option to unlock it, if its spawned at the beginning and is locked. If you mean that lock. Sure what guys said is the hard way but once you do it no problems later. And if you put persistent = 1 in server.cfg mission will run when you come back to it.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×