Jump to content

Novuhz

Member
  • Posts

    58
  • Joined

  • Last visited

Posts posted by Novuhz

  1. Hello having a bit of trouble.

     

    Right at the start:
     

     

    1) Copy these files from dayz_code.pbo to your MPMissions\...Your Mission Folder...\custom folder:

     

    dayz_code\compile\ui_selectSlot.sqf

    dayz_code\actions\player_useMeds.sqf

    dayz_code\medical\transfusion.sqf <-rename this to transfusionSelf.sqf in your custom folder

     

    2) Open your custom compiles.sqf and change these lines:

    player_useMeds = compile preprocessFileLineNumbers "\z\addons\dayz_code\actions\player_useMeds.sqf";
    player_selectSlot = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\ui_selectSlot.sqf";

    to

    player_useMeds = compile preprocessFileLineNumbers "custom\player_useMeds.sqf";
    player_selectSlot = compile preprocessFileLineNumbers "custom\ui_selectSlot.sqf";

     

     

     

    There was no Custom folder so I created one no problem so far, copied the 3 files into the custom folder, but now in point 2 it says open your custom compiles.sqf...? I don't have that since I just created the folder, so maybe I had to create the custom.sqf? So I made it but it seems that file should have something already in it because it tells you to find those 2 lines and change them into something else...

     

    What am I missing here?

×
×
  • Create New...