Jump to content

kwek20

Member
  • Posts

    4
  • Joined

  • Last visited

Posts posted by kwek20

  1. Hi.

    Love the idea but when I added this you get stuck on wait for host when joining I think it could be the 'change SCRIPT_PATH' bit I don't understand what the file path should be. Should it just be 'custom\EVD\EVD_common.sqf' or should it be 'MPMissions\DayZ_Epoch_11.Chernarus\custom\EVD\EVD_common.sqf' ?

    should just be custom/EVD/EVD_common.sqf

    Make sure your folder is acctually called custom!

  2.  

     

    1 cutRsc ["DeathScreen","BLACK OUT",3];

    Change it to 

    100 cutRsc ["DeathScreen","BLACK OUT",3];

     

     

    Hmm i tired that, no success.

    This is my new custom player_died.sqf

    http://pastebin.com/AYnRR0Tb

     

    In my init.sqf i have a link to the custom compile.sqf after loadign the normal one.

    This is how my custom compile looks:

    http://pastebin.com/mWmQSWhK

     

    my init.ssqf:

    http://pastebin.com/SBXycvs8

     

    I tried all day, no use :(

     

    (appreciate the help)

  3. Hello!

     

    Im trying to add a custom death screen to my server as shown here: http://opendayz.net/threads/death-screen-and-sound.18718/

    However. When i die i get this error in the console:

    4pt75pu.png

     

    In my custom compile.sqf:

    player_death = compile preprocessFileLineNumbers "custom\player_death.sqf";

    This gives the error, allthough i do not edit server_playerdied.sqf

     

    player_death = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\player_death.sqf";

    This works, however no death screen now :(

     

    Custom player_death.sqf copied directly from dayz epoch github:
    https://github.com/vbawol/DayZ-Epoch/blob/master/SQF/dayz_code/compile/player_death.sqf

     

    Soo this is the code i have (copied from my file)

    http://pastebin.com/iQn43hYY

     

    My server_playerDied.sqf:
    http://pastebin.com/fCzSkYJv

     

    Directly from the denizio linux epoch installer:

    https://github.com/denisio/Dayz-Epoch-Linux-Server/blob/master/%40dayz_epoch_server/addons/dayz_server/compile/server_playerDied.sqf

     

     

    Soooo as far as i know, all my files are normal and the _playerID should exist.

    Im not really sure how the death event works, as in what is called first. I tried logging the id in the server_playerDied.sqf, which just brought the error to that line. I tried logging the playerid in player_death.sqf file, but the log never showed up (presumably because of the error cancellign it.

     

    HOWEVER, the deathscreen shows up when i add it. Its jsut that i dont respawn fresh. Instead i respawn with my gear at my body...

     

    If you need any more files shown, just ask!

    I really want this death screen :3

×
×
  • Create New...