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


outlawedz

Members
  • Posts

    5
  • Joined

  • Last visited

  1. 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!!
  2. i do get a error when playing on the server. black box pops up tells me that there is an issues with error undefined veriable in expression: thesub line 232 of fn_selfactions. this is that secton bold is the line with error showing. just a bone stock origins, overpock napf map. no mods at all. same on tavi map as well. if (_inVehicle and (_vehicle isKindOf "ori_submarine")) then { if (sub_up < 0) then { thesub = _vehicle; sub_down = thesub addAction ["Rise","origins\sub_down.sqf","",5,false,true]; sub_up = thesub addAction ["Submerge","origins\sub_up.sqf","",5,false,true]; }; } else { thesub removeAction sub_up; sub_up = -1; thesub removeAction sub_down; sub_down = -1;
  3. i did that but the server would never get past trying to start autherization. support got it going.
  4. Hello there. Looking for a little help. Yes its another noob with a server and hes lost. lol i am just trying to do this. http://epochmod.com/forum/topic/35277-release-overpochins-taviana-server-with-lots-and-lots-of-mods/?page=1 its suppose to be a server all setup on origins ready to go. you can download the files need for the link. I have tried several times to do it and i get it all installed, fire up the server and i get waiting for authorization and it never goes on beyond that. I was wondering if there was some one out there who could help me install this? My servers all screwed up at this exact moment thanks to me and i have support ticket open to have it reset. once thats done i am hoping i can find some help. thanks for your time. Jon