Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Epidemy Project ITA 0.53 heavly modded - with updater

Newbie Spellweaver
Joined
Feb 9, 2015
Messages
72
Reaction score
0

do you know how to fix
it? when player join then wait for host then game crash


with

can you add fire place










ty bro *-*
 
Newbie Spellweaver
Joined
Jan 25, 2015
Messages
27
Reaction score
1
Can you be more accurate please?
Are you talking about delay time when opening cans or empty ammos?
Which server are you talking about, pours or yours?
It could depends on PING

For each players on my servers, i don't try but they said when then empty ammo or open can, the can disappear from the inventory 1 or 3sec and come back opened

U will share server side of ur new update 2.0 ? I follow ur forums i saw it on :)
 
Junior Spellweaver
Joined
Jan 15, 2015
Messages
113
Reaction score
13

do you know how to fix
it? when player join then wait for host then game crash


with

can you add fire place










ty bro *-*

Fireplace has been added in the previous release, just scroll through the pages and find it.
About crash when connecting, that happens also to other guys and RPT doesn't point to anything so I'm sorry but it could be a lot of things that makes the game crash.

For each players on my servers, i don't try but they said when then empty ammo or open can, the can disappear from the inventory 1 or 3sec and come back opened

U will share server side of ur new update 2.0 ? I follow ur forums i saw it on :)

Yeah I'm very busy to release a new update that's the rason I'm not posting it there :)
About delay time, it could also depend on the server machine (how much powerful it is to execute commands and scripts).
 
Newbie Spellweaver
Joined
Jan 20, 2015
Messages
23
Reaction score
1
I got some questions to you.
1.I want to know how to disable the fuel system(unlimited fuel)
2.I edited int.sqf maxcar 28 to 500 but there are not many cars in server and I can't find any aircraft and boat
3.I found that zombie and helicrash spawn same place
4.I want to fix the 3rd person view in the game how to change the view?
 
Last edited:
Junior Spellweaver
Joined
Oct 11, 2014
Messages
188
Reaction score
48
I have a problem with hot meat, or long it is fried at the stake, or it is not fried at all, may have normal gear_food with hot meat.
 
Junior Spellweaver
Joined
Jan 15, 2015
Messages
113
Reaction score
13
I have a problem with hot meat, or long it is fried at the stake, or it is not fried at all, may have normal gear_food with hot meat.

I don't understand what is the problem, I had to modify all the gear_food and gear_cooking to meet the new fireplace (which is more accurate and realistic).
If you have a problem with cooked meat that returns raw after disconnecting, here is a function you can add in init.sqf in DZ folder (if it's not in it yet):

Code:
EPfn_checkIfMeatInInv =
{
    private["_agent","_inventory","_count","_i"];
    
    _agent = _this select 0;
    _inventory = itemsInInventory _agent;
    _count = ((count _inventory) -1);
    _i = 0;
    for "_i" from 0 to _count do
    {
        _meat = _inventory select _i;
        if (_meat isKindOf "MeatBase") then
        {
            [1, _meat, ['Restore']] call init_cooking_food;
        };
    };
};


and add this line to the function init_newbody:

Code:
[_agent] call EPfn_checkIfMeatInInv;

---------------------------------------------------
I got some questions to you.
1.I want to know how to disable the fuel system(unlimited fuel)
2.I edited int.sqf maxcar 28 to 500 but there are not many cars in server and I can't find any aircraft and boat
3.I found that zombie and helicrash spawn same place
4.I want to fix the 3rd person view in the game how to change the view?

1) go to persistance.sqf, and modify all car's line:
_vehicle setFuel 0;
to
_vehicle setFuel 1;

2) maxcar is obsolete, cause cars are created one by one, not spawned in a function that takes into account that variable. How to add more cars? Just read the file persistence.sqf... ;).
Aircraft are disabled as boats (these ones made the server and game crash, I don't know why).

3) that's strange, you should check the SpawnPoints_HeliCrash%1.sqf (where %1 is a number ranging from 1 to 8). Open them all togheter, and check the position arrays in case they are the same. If so, change them to any other position you want.

4) to fix 3rd person view, just open characters_data.pbo->config.bin and edit the

Code:
extCameraPosition[] = {0.4,-0.3,-1.2};
to
Code:
extCameraPosition[]={0,1.0,-3.5};
(you can mess up with numbers to fit your will).

---------------------------------------------------
Can we have a new link pls ? :)

Hre you go:
 
Newbie Spellweaver
Joined
Feb 9, 2015
Messages
72
Reaction score
0
help sir ..........

1.you can fix it or not admin commands functions add Scrip how to make?

2.with add vehicle ? helicopter and Air

3.server.cfg i open BattlEye = 1; i disconnect to server you can fix ?

4.How do you create launcher Dayz Server ?

5. i start Server is 30- minute and 1-2 hour later serverdayz.exe has stopped working you can fix it ?
 
Junior Spellweaver
Joined
Jan 15, 2015
Messages
113
Reaction score
13
help sir ..........

1.you can fix it or not admin commands functions add Scrip how to make?

2.with add vehicle ? helicopter and Air

3.server.cfg i open BattlEye = 1; i disconnect to server you can fix ?

4.How do you create launcher Dayz Server ?

5. i start Server is 30- minute and 1-2 hour later serverdayz.exe has stopped working you can fix it ?

1) I'm afraid I can't sorry.
2) I can't too. As said, to add vehicles, simply take a look into script persistence.sqf and copy-paste one car and modify what you need.
3) BattleEye is needed,
4) I didn't create any launcher, but if you want to, you have to start studying Visual Studio 2012
5) can you post me the dayzServer.RPT in ? thank you
 
Newbie Spellweaver
Joined
Feb 9, 2015
Messages
72
Reaction score
0
with problem


1. I can not drink the water in the river, do you know how to fix it?


2. I want to save time zone server do you know how to do it?


3. do you know how to fix when eating food and it's delay ?


4. Excuse me. My server can not build campfire. I don't know how to fix it. Can u help me plz.


Thank you.
 
Last edited:
Initiate Mage
Joined
May 2, 2014
Messages
1
Reaction score
0
Hi bro, can you teach me how to make a kill message with ranger and gun name ?
Hope ur reply.
Tnx and sr about my worst english.
 
Newbie Spellweaver
Joined
Jan 25, 2015
Messages
27
Reaction score
1
Be happy bro

scriptName "event_playerKilled.sqf";

private["_agent","_uid","_uid2"];
_agent = _this select 0;
_killer = _this select 1;
_uid = getClientUID (owner _agent);
_uid2 = getClientUID(owner _killer);


_agent setVariable ["bleedingsources","[]"];
_agent setVariable ["timeOfDeath",diag_tickTime];


_distance = _killer distance _agent;
_distance = floor(_distance);


_killerWep = currentWeapon _killer;
_weaponName = (configFile >> "cfgWeapons" >> _killerWep);
_weaponName = format["%1",getText(_weaponName >> "displayName")];
_killerWep = format["%1",_weaponName];


if ( vehicle _agent != _agent ) then
{
_agent action ["Eject", vehicle _agent];
};


{
if (((getPosATL _agent) distance _x < 100) and (_agent != _x) and (_agent == _killer))then
{
diag_log format["!!! %1 !!! %2 !!!",getClientUID(owner _x),(name _x)];
};
if (isNull _killer) then
{
[_x,format["%1 est mort",(name _agent)],"colorAction"] call fnc_playerMessage;
}
else
{
if (_agent == _killer) then
{
[_x,format["%1 is dead(atraduire1)",(name _agent)],"colorAction"] call fnc_playerMessage;
}
else
{
[_x,format["%1 (atraduire2)killed %2 (atraduire3)from %3 (atraduire4)with %4",(name _killer),(name _agent),(_distance),(_killerWep)],"colorAction"] call fnc_playerMessage;
};
};

} forEach players;
if (_uid == "") exitWith
{
diag_log format["Disconnected player %1 atraduire5 %2",typeOf _agent, name _killer];
};


diag_log format["%1 a ete tue par %2 a %3",name _agent, name _killer,diag_tickTime];


if (DZ_MP_CONNECT) then
{
_agent call dbSavePlayerPrep;
dbServerSaveCharacter _agent;
dbKillCharacter _uid;
};
 
Newbie Spellweaver
Joined
Jan 25, 2015
Messages
27
Reaction score
1
DZ -> Server -> Scrips -> Functions -> dbLoadPlayer.sqf
 
Newbie Spellweaver
Joined
Mar 8, 2015
Messages
8
Reaction score
1
Hello, how to turn off "target view" (When you point on zombie or player, it shows nickname and range) ?
 
Newbie Spellweaver
Joined
Dec 29, 2014
Messages
27
Reaction score
0
open mpmission/dayzea.ChernarusPlus/Scripts/client_Credits.sqf and remove this line
execVM "Scripts\client_dView.sqf";
 
Newbie Spellweaver
Joined
Feb 9, 2015
Messages
72
Reaction score
0
with problem


1. I can not drink the water in the river, do you know how to fix it?


2. I want to save time zone server do you know how to do it?


3. do you know how to fix when eating food and it's delay ?


4. Excuse me. My server can not build campfire. I don't know how to fix it. Can u help me plz.


Thank you.help me agree
 
Back
Top