Dying Light
0 of 0

File information

Last updated

Original upload

Created by

Impus

Uploaded by

Impus

Virus scan

Safe to use

Tags for this mod

103 comments

  1. relxird
    relxird
    • member
    • 1 kudos
    work
    1. shlongis
      shlongis
      • member
      • 0 kudos
      bro I seen you commenting, you're cool as hell, do you have like a list of mods that currently work? (1.49.x)
  2. tipurockz
    tipurockz
    • member
    • 0 kudos
    Anyone can tell me if it works with version DL_1.49.7f1 from epic store installation and what do I have to do for that plz?
    Cause my game doesn't start after pressing continue or load any prev save!
    Thanks
    1. relxird
      relxird
      • member
      • 1 kudos
      go to C:\Program Files\Epic Games\DyingLight\DW
      find Data3.pak and open with winrar
      open mod file
      double click Data3.pak from the mod file
      transfer Data from mod file to Data3.pak game file
  3. BeastyMcBeast
    BeastyMcBeast
    • member
    • 1 kudos
    Used this mod throughout the base game no problem (aside from the no reload arrow menu bug), but once I started the Following it was no longer compatible since the mod is very outdated (cannot drive buggy as the code for the buggy bindings is not present). Figured out how to fix it though! (up to date as of June 10th, 2022).

    Go to where your data files are stored (for me its D:\SteamLibrary\steamapps\common\DyingLight\DW).

    Make a backup of Data0.pak.

    Then using 7zip open the Data0.pak archive. from there go to data\scripts\inputs

    Right-Click on inputs_keyboard.scr and View.

    Now using 7zip open the downloaded Data3.pak archive. from there go to data\scripts\inputs then Right-Click on the modified inputs_keyboard.scr and View

    In the modded inputs_keyboard.scr file, ctrl+F and search for "watch" to find the modded lines of code then copy and paste them into the Data0.pak's inputs_keboard.scr file in the corresponding places (should be 8 total lines)

    Use the modded inputs file as a guide of where to copy and paste the code, but below is a basic walkthrough.

    The first 2 lines go immediately below the " AddAction(_ACTION_EQUIPEMENT_PREV, " line of code

    ?            AddAction(_ACTION_LOOK_AT_WATCH,                  EInputTarget_Player, EInputDevice_Keyboard, false, EKey__4, false, false);
                AddAction(_ACTION_STOP_LOOKING_AT_WATCH,                  EInputTarget_Player, EInputDevice_Keyboard, false, EKey__4, false, false);

    The next chunk of code (5 lines) is its own section that goes below the LayoutKeybinding("Keybinding_Use2", _CATEGORY_HUMAN, _COLLIDE_HUMAN) section of code

    (do not put inside the "{ }" of the Keybinding_Use2 section of code. It needs to be pasted after the bottom "}" since that is its own chunk of code)

    ?
        LayoutKeybinding("Keybinding_Watch", _CATEGORY_HUMAN, _COLLIDE_HUMAN)
        {
            Action(_ACTION_LOOK_AT_WATCH); // EInputTarget_Player, EInputDevice_Keyboard, EKey__4
            Action(_ACTION_STOP_LOOKING_AT_WATCH); // EInputTarget_Player, EInputDevice_Keyboard, EKey__4
        }


    Lastly, the final line goes in the View("&Keybinding_View_Other&") section immediately below the line " Layout("Keybinding_BriefDecline", "&Keybinding_BriefDecline&"); "

    (this one goes inside the "{ }" of this section, since we're adding a line to this chunk of code)

    ?        Layout("Keybinding_Watch", "&Keybinding_Watch&");
    Note* this line of code is still broken and wont display the name of the keybinding in the "Other" keybind menu, but you can still edit the binding in the menu.

    After editing the Data0.pak's inputs_keyboard.scr make sure to save the notepad file then apply changes to the archive. After this you should be good to go!

    Previous issues of not being able to use the Bow Reload change arrow menu or not being able to drive the buggy are no longer present as the other files are all where they should be.

    Just as before in sections of the game where time does not pass you will not be able to use the timepiece. (i.e. beginning of the main story and beginning of the Following).

    Hope this helps you get one of my favorite QoL mods working!
    1. ronaldinho62
      ronaldinho62
      • member
      • 0 kudos
      It did help mate, cheers. I am sharing the ready version of the file for those who can't do it. Download it and put it in the Dying Light/DW folder. Don't forget to back up the Data0.pak file just in case.

      https://www.mediafire.com/file/pgobedg34zjnk9y/Data0.pak/file
    2. ChristyPhilip
      ChristyPhilip
      • member
      • 0 kudos
      You a lifesaver brother. Thank You
  4. woldu
    woldu
    • member
    • 1 kudos
    It works, but as of this date - it kills bow "reload" arrow selection screen as long as it's active; even with reload bound as R.
  5. Forkinator
    Forkinator
    • supporter
    • 77 kudos
    I cant change my arrows after installing this mod, and then removing it. I made sure my files are vanilla and even deleted everything in the documents/dying light folder. Anyone have this issue? how did you fix it?
    1. oaoutpost0
      oaoutpost0
      • premium
      • 0 kudos
      I had this issue too but my ability to switch arrows worked fine after uninstalling the mod. Try resetting your keybindings.
  6. Justin2077
    Justin2077
    • member
    • 0 kudos
    got a bug where it removed my buggy controls and i cant drive it anymore
  7. RyuAzuku
    RyuAzuku
    • premium
    • 0 kudos
    How can I use this with Wahkah's Dev Menu, they both edit the data3.pak file
    1. Pixwana
      Pixwana
      • premium
      • 2 kudos
      I haven't had much experience with modding this game yet but I believe you can open the existing data3.pak file (not unzip but open) with a program like 7zip, add the new file in the same file path the mod author has instructed then close/save the program merging the 2 mods. In theory you can do this as many times as is needed.
    2. ZapD1
      ZapD1
      • member
      • 0 kudos
      Well i am a experienced modder i mod all my games once i finish them so if you want to install this mod then follow my steps
      1.Go to your C drive
      go to steam\steamapps\common\DyingLight\DW
      (If you use GOG ) This PC\GOG games\DyingLight\DW
      2.Open Data 0 pak with WinRAR or 7-zip
      3.Go to Data
      4.Go to scripts
      5.Go to Inputs
      6.Then move the files you downloaded in that folder
      Its how i installed the mod and it worked
  8. LUCKYFLANNELBABY
    LUCKYFLANNELBABY
    • member
    • 0 kudos
    This is useful but if you hold right click you can already see your watch and see the time buuuut still a great mod.
  9. SwissSanchez
    SwissSanchez
    • supporter
    • 3 kudos
    Using with The Following Enhanced, 1.23.0 with pretty much everything... mod works but doesn't have a name next to the option in the key bindings. Seem to think it defaulted to 4 under the 'other' tab. Other than that it works as advertised.
  10. Pixwana
    Pixwana
    • premium
    • 2 kudos
    Is working for me as of 30/09/19
    Great mod, thank you!