Jump to content

(plz help )looking for a scripter to install mods to a gtx gaming server (2016)


dayzguy420

Recommended Posts

Hello im looking for a scripter that can install quit a few mods and also add tanks/jets to my server........ nothing that has not been done already, im sure of it

im new here and if this is in the wrong place im sorry !!!!!!

if interested  contact me by steam suprstar64

or email @ dayzguy420@gmail.com

 

thank you !!!!!

Link to comment
Share on other sites

  On 10/20/2016 at 6:50 AM, dayzguy420 said:

Hello im looking for a scripter that can install quit a few mods and also add tanks/jets to my server........ nothing that has not been done already, im sure of it

im new here and if this is in the wrong place im sorry !!!!!!

if interested  contact me by steam suprstar64

or email @ dayzguy420@gmail.com

 

thank you !!!!!

Expand  

here you have an epoch server preinstalled. into the .rar you have an install guide.

http://www.mediafire.com/download/5brut5ftfw0paf0/JUANDAYZSERVER.rar

mods:

  Reveal hidden contents

to put tanks and jets... just open :

dynamic_vehicle.sqf located into:

\@DayZ_Epoch_Server\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\

then into  AllowedVehiclesList = [

add your tanks and jets ids.

here you have a list of vehicles id:

https://community.bistudio.com/wiki/ArmA_2:_Vehicles

for example:

AllowedVehiclesList = [
["TANK ID",3],

["JET ID",3],

so with the ids this can be:

AllowedVehiclesList = [
["M1A2_TUSK_MG",3],

["Su34",3],

once you do it... you will need add this vehicles to the traders menu.

find NeutralAirplanes.hpp  located in: \MPMissions\DayZ_Epoch_11.Chernarus\ZSC\config\Category\

and find: NeutralTrucks.hpp  located in: \MPMissions\DayZ_Epoch_11.Chernarus\ZSC\config\Category\

Now open: NeutralAirplanes.hpp

add only lines in blue:

  Reveal hidden contents

Now open NeutralTrucks.hpp 

add only lines in blue:

  Reveal hidden contents

 

Link to comment
Share on other sites

  On 10/24/2016 at 3:36 PM, LunatikCH said:

pleasure

Expand  

Sorry to type again, i just realized that i could only get one vehicle from the trader. After the one vehicle. when i try to get another after removing the first one, the red arrow stays there, and no vehicle comes out?

Juan is there way to remove the extra traders you have added and there is a base with Friendly AI, but as soon as you shoot at them they side chat spams away about check your fire and such?

Link to comment
Share on other sites

@sercanatici

I was make this serverpack thinking in users without infistar... any way:

to remove all custom AI/Traders... just go to dayz_server.pbo  ....

open server_monitor.sqf

and find and delete all this lines:

call compile preprocessFileLineNumbers "\z\addons\dayz_server\Maps\bere.sqf";
	call compile preprocessFileLineNumbers "\z\addons\dayz_server\Maps\lostcamp.sqf";
    call compile preprocessFileLineNumbers "\z\addons\dayz_server\Maps\starytraders.sqf";
	call compile preprocessFileLineNumbers "\z\addons\dayz_server\Maps\trafictrader.sqf";
		call compile preprocessFileLineNumbers "\z\addons\dayz_server\Maps\civdef.sqf";
	call compile preprocessFileLineNumbers "\z\addons\dayz_server\Maps\frontera.sqf";
    call compile preprocessFileLineNumbers "\z\addons\dayz_server\Maps\nwair.sqf";
	call compile preprocessFileLineNumbers "\z\addons\dayz_server\Maps\gasbandits.sqf";

Maps\bere.sqf";// Farm and Army camp in berezino
Maps\lostcamp.sqf";// Camping at very north
Maps\starytraders.sqf";//Custom Traders into stary
 Maps\trafictrader.sqf";//Military Trafficker trader
 \Maps\civdef.sqf";//Spawn on Civil defense
  \Maps\frontera.sqf";//Large frontier from east to west/buldings and AI
Maps\nwair.sqf";//Bash airfield
Maps\gasbandits.sqf";//bandits at gorka gasa station

***To remove the map markers for this addons just go to:

\MPMissions\DayZ_Epoch_11.Chernarus\custom\style\marker.sqf

into the markers.sqf u can remove any marker that you dont want. (all markers have a reference name so is easy know what delete).

**Note in case you gonna delete all sqf for this addons... are located in: @DayZ_Epoch_Server\addons\dayz_server\maps\

 

**And other important thing: Some AI custom traders works with specials functions called from the custom fn_selfactions.sqf located in:\MPMissions\DayZ_Epoch_11.Chernarus\custom\

in case you remove this trader its a nice idea to get clean the server,, remove this calls from fn_selfactions.sqf  so at very bottom find and remove all lines in red. Keep lines in blue.

  Reveal hidden contents

Reference for this actions:

////////////ACCIONES4//used in custom stary trader
/////////////ACCIONES5//used in custom stary trader
////////////ACCIONES//used in custom stary trader
/////////////APUESTA//used in custom stary trader
/////////////APUESTAGRANDE//used in custom stary trader
/////////////gamer//used in custom stary trader
/////////////russian R//used in custom stary trader
/////////////gypsie//used in custom stary trader
/////////////sex//used in custom stary trader
////////////KUMYRN A TOWN//All actions about Kumyrna TOWN
 //camping bag//used to cut bag in custom camping at very north
 //camp tent//used to search items in tents in custom camping at very north

 

any other doubt just ask.. or see in the install guide.. u have a link for each mod installed

Link to comment
Share on other sites

@juandayz

 i tred to install your server pack but the way the server host is set up i cant use due to the custom config files for their system they are always in place i cant get rid of em so 

i think server packs are out for me atm im not sure :sad:( ie always  wait for host file clashing i assume..... im a noob  )

adding tanks and jets work great thank you for that too !!!!

also installing mods seems to be a pain for this same reason i cant seem to install plot for life and other mods due to fact the everything being place in a several files it tuff for a new guy on the block 

so i have to ask if anybody that can take the time to help a new guy out would be much love

Link to comment
Share on other sites

After a lot of looking around to find out the fix, and i finally find out a way to fix it.

Its the infistar issue. i changed the Ah.sql file

        'PVDZE_veh_Publish2' addPublicVariableEventHandler
        {
            _array = (_this select 1);
            _worldspace = _array select 0;
            _class = _array select 1;
            _activatingPlayer = _array select 5;
            _pos = _worldspace select 1;
            _txt = getText (configFile >> 'CfgVehicles' >> _class >> 'displayName');
            if(isNull _activatingPlayer || {!isPlayer _activatingPlayer})exitWith {
                _log = format['Vehicle spawned without valid player %1 (%2) | Position: %3',_class,_txt,_pos];
                diag_log ('infiSTAR.de Log: '+_log);
            };

'PVDZE_veh_Publish2' addPublicVariableEventHandler
		{
			_array = (_this select 1);
			_worldspace = _array select 1;
			_class = _array select 2;
			_activatingPlayer = _array select 5;
			_pos = _worldspace select 1;
			_txt = getText (configFile >> 'CfgVehicles' >> _class >> 'displayName');
			if(isNull _activatingPlayer || {!isPlayer _activatingPlayer})exitWith {
				_log = format['Vehicle spawned without valid player %1 (%2) | Position: %3',_class,_txt,_pos];
				diag_log ('infiSTAR.de Log: '+_log);
			};
Link to comment
Share on other sites

  On 10/26/2016 at 11:02 AM, sercanatici said:

After a lot of looking around to find out the fix, and i finally find out a way to fix it.

Its the infistar issue. i changed the Ah.sql file

        'PVDZE_veh_Publish2' addPublicVariableEventHandler
        {
            _array = (_this select 1);
            _worldspace = _array select 0;
            _class = _array select 1;
            _activatingPlayer = _array select 5;
            _pos = _worldspace select 1;
            _txt = getText (configFile >> 'CfgVehicles' >> _class >> 'displayName');
            if(isNull _activatingPlayer || {!isPlayer _activatingPlayer})exitWith {
                _log = format['Vehicle spawned without valid player %1 (%2) | Position: %3',_class,_txt,_pos];
                diag_log ('infiSTAR.de Log: '+_log);
            };

'PVDZE_veh_Publish2' addPublicVariableEventHandler
		{
			_array = (_this select 1);
			_worldspace = _array select 1;
			_class = _array select 2;
			_activatingPlayer = _array select 5;
			_pos = _worldspace select 1;
			_txt = getText (configFile >> 'CfgVehicles' >> _class >> 'displayName');
			if(isNull _activatingPlayer || {!isPlayer _activatingPlayer})exitWith {
				_log = format['Vehicle spawned without valid player %1 (%2) | Position: %3',_class,_txt,_pos];
				diag_log ('infiSTAR.de Log: '+_log);
			};
Expand  

and now vehicles works? :)

Link to comment
Share on other sites

about plot4life in first place your right @oldmatechoc..... but in my case i hate plot4life :D   ever i install at first Coins.. and use plotmanagement in second place... cuz plot management is similar to plot4life... you can have aa persistent plot if u add you as a plot friend, then once you die you still are the plot owner.

But yeah for anyone who wants plot4life the better way is install it at first in a vanilla server cuz is only copy and paste all the plot 4 L  fiiles. And the only two mods that you can decide if make all the steps or just copy and paste are coins and Plot4... so when you start a new server the question is..... what mods i gonna install at first? Coins or Plot4?

Link to comment
Share on other sites

  On 10/27/2016 at 5:02 AM, oldmatechoc said:

 

Not a problem mate, Took me abiut to figure that out haha. Only found it because i tried to delete the mission folder after raging at it haha

 

Expand  

haha me to was raging for a week b4 i was told to come here and man im glad i did thank you guys..... much love to you all !!!!!!!

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...