File information

Last updated

Original upload

Created by

Raulikien

Uploaded by

LiquidBronze

Virus scan

Safe to use

Tags for this mod

103 comments

  1. Vydry
    Vydry
    • member
    • 1 kudos
    Has anyone ever found a way to move around the HUD elements? I wanted to delete the immunity time circle, and shove the time itself under the health bar.
    1. parusk
      parusk
      • member
      • 0 kudos
      +1
  2. macangel007
    macangel007
    • premium
    • 0 kudos
    how can I change the scale of the compass? For some reason, on mine, the FOV on the compass is really compressed where it shows the full 360*+ (ie, if I have it so it shows S on the far left, it will also show up on the far right, along with W, N, and E in between), which makes all the markers show up and extremely crowded. Impossible to find anything, or track anything.
  3. SkajrimRakun5432
    SkajrimRakun5432
    • member
    • 4 kudos
    Can you restore old screamer night widget skull above head and yellow spot indicator?
  4. ReeceNotRyhs
    ReeceNotRyhs
    • member
    • 0 kudos
    The method for only disabling Screamer (now Volatile) icons no longer seems to work. Setting CanShow3DLocation to false under all 3 Screamer sections doesn't change anything, nor does changing the distance as far as I can tell.
  5. joshnstyle
    joshnstyle
    • member
    • 0 kudos
    hi anyone know which .gui to delet for the dropkick icon key combo which shows up on enemies while combat ?
  6. Predfan
    Predfan
    • member
    • 6 kudos
    Thank you!
  7. Metalunacy
    Metalunacy
    • premium
    • 25 kudos
    special_use_prompt_pc disables the "Press button to activate trap" prompt if anyone is wondering.
    1. Daners45
      Daners45
      • supporter
      • 3 kudos
      I guess getting rid of it also disables the ability to activate traps?
    2. Metalunacy
      Metalunacy
      • premium
      • 25 kudos
      No of course not.
    3. Daners45
      Daners45
      • supporter
      • 3 kudos
      Hmm, good then. I am asking because when I removed a file responsible for the prompt "Press F to leave the campfire" or sth like that I wasn't able to do this and leave any campfire.
  8. Grantgus06
    Grantgus06
    • member
    • 0 kudos
    how do I get rid  of the howler icon I've tried so many things can someone reply with an answer or any info greatly appreciated 
    1. Daners45
      Daners45
      • supporter
      • 3 kudos
      Go to the main installation folder of Dying Light 2. Then open ph\source\data0.pak\scripts\. Open in Notepad++ the file locations.scr. Search for SCREAMER. Change CanShow3dLocation to FALSE.

      To change the file probably you will have to copy the file out of the folder, make changes and then replace it with the original file.

  9. brynach
    brynach
    • member
    • 0 kudos
    Is there a way to hide the HP bar from enemies, BUT still keep the icon with their level number and for the red indicator when they initiate a Power Attack?
  10. Daners45
    Daners45
    • supporter
    • 3 kudos
    If you want to get rid of some activity markers/pointers (like a parkour challenge that is at least 20 meters from you) but don't want to disable all 3D icons (like the main quest marker or a custom waypoint), here's what you need to do:

    1. Go to Dying Light 2 main folder > ph > source > data0
    2. Open folder scripts
    3. Find file named locations.scr
    4. You need to copy it out of the data0 file
    5. Open the locations.scr file with Notepad++
    6. Click ctrl+f and with the tool find Location3dDistanceTreshold
    7. You will find about 20+ such entries.
    8. They have a value attached to them like Location3dDistanceTreshold(20). It means that if you are at least 20 meters from let say a parkour challenge, a 3D icon with a pointer will appear on the HUD.
    9. If you are doing it the for first time read all the descriptions related to given tresholds. For example Location("ChallengePoint") refers to 3d waypoints during parkour challenges - for me they should be always visible.
    10. Just change the value to 1, so the entry will look like this: Location3dDistanceTreshold(1)
    11. Repeat it for all entries.
    12. Replace the original locations.scr file with the edited one.

    Activity pointers will still be shown automatically when you are 1 meter close but they won't clutter your UI by default. Also all pointers will be still visible from around 40 meters when you activate Survivor Sense so you won't get lost.

     
    1. velvetio
      velvetio
      • member
      • 4 kudos
      Thank you! Very useful. Would you know how to hide the yellow main mission indicator? It's driving me crazy, I just want to see it when I activate survivor sense.
    2. Daners45
      Daners45
      • supporter
      • 3 kudos
      I know what you mean. In the case of some main missions, the waypoint is on all the time. At the very beginning of the file find:

      Location3dDistanceTreshold(20000); //20km should be pretty much "always"

      Change the value to 1. I think it removed the issue in case of some quests but not all. Looks like some pointers related to the main quests use some "preset" that overrides other settings.