Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


installing mods


Recommended Posts

I have a question.    i am trying to install a mod on my server. bone stock server with my own infistar added in that i purchased from infistar. i can do that fine.   when i go to add a mod it tells me to add DZE_whatever to the init file. Now on other servers when i go into init file there is DZE_buildonroads and i can add what i need to add under that.   On survial servers i go into init and dze_buildonroads is not in there. I can find it in variables but not the init file, and it looks like this

 

if(isNil "DZE_BuildOnRoads") then {
    DZE_BuildOnRoads = true;
};

 

 

so if i wanted to add say plot pole wich requires DZE_APlotforLife = true and 2 other ones added in do i just place the DZE_APlotforLife in init file some where like it directions state, do i place DZE_APlotforLife = true in the variable or do i fill it out like above and add it to the variable file.

 

ex.  

 

if(isNil "DZE_PlotOwnership") then {
    DZE_PlotOwnership = true;
};
if(isNil "DZE_APlotforLife") then {
    DZE_APlotforLife = true;
};
if(isNil "DZE_modularBuild") then {
    DZE_modularBuild = true;
};
 

 

please help as i am lost on how to add to this server and i would like to keep it going.

 

 

 

everything i try gets me errors when server launch's. either waiting for host or it will load up part of the mission then just stop.    each time i have tried i install new location then go back to overpoch chenarus and i still cant get it.

 

 

Ps.  if someone would be willing to help me, i am trying to get single coin,advtrader, and snapbuild with p4l working. thanks for your time!!

Share this post


Link to post
Share on other sites

I have a question.    i am trying to install a mod on my server. bone stock server with my own infistar added in that i purchased from infistar. i can do that fine.   when i go to add a mod it tells me to add DZE_whatever to the init file. Now on other servers when i go into init file there is DZE_buildonroads and i can add what i need to add under that.   On survial servers i go into init and dze_buildonroads is not in there. I can find it in variables but not the init file, and it looks like this

 

if(isNil "DZE_BuildOnRoads") then {

    DZE_BuildOnRoads = true;

};

 

 

so if i wanted to add say plot pole wich requires DZE_APlotforLife = true and 2 other ones added in do i just place the DZE_APlotforLife in init file some where like it directions state, do i place DZE_APlotforLife = true in the variable or do i fill it out like above and add it to the variable file.

 

ex.  

 

if(isNil "DZE_PlotOwnership") then {

    DZE_PlotOwnership = true;

};

if(isNil "DZE_APlotforLife") then {

    DZE_APlotforLife = true;

};

if(isNil "DZE_modularBuild") then {

    DZE_modularBuild = true;

};

 

 

please help as i am lost on how to add to this server and i would like to keep it going.

 

 

 

everything i try gets me errors when server launch's. either waiting for host or it will load up part of the mission then just stop.    each time i have tried i install new location then go back to overpoch chenarus and i still cant get it.

 

 

Ps.  if someone would be willing to help me, i am trying to get single coin,advtrader, and snapbuild with p4l working. thanks for your time!!

I run an Overpoch through survival servers and there is a folder called config in the mission file.  There is an epochconfig.sqf that has all of the DZE and other configs in it.  It depends on what you are running but check there for a config.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...