0 of 0

File information

Last updated

Original upload

Created by

Tromador

Uploaded by

Tromador

Virus scan

Safe to use

Tags for this mod

7 comments

  1. ChickenWarlock
    ChickenWarlock
    • member
    • 0 kudos
    Locked
    Sticky
    Pretty cool mod, danke! Seems to have worked as it set the requirement to 1 :P



    For those on Linux for the steam version, not sure about the EpicGames version, I used wine to run the installer bat, and used a symlink to point to the game.

    ln -s DeathStranding <pathtoGameFolder>


    Changed the .bat instead of reading the game directory, I changed it to a variable instead. Remove or comment the prompt.

    set game_dir="DeathStranding"


    Download OpenJDK 17 from https://www.openlogic.com/openjdk-downloads?field_java_parent_version_target_id=807&field_operating_system_target_id=All&field_architecture_target_id=All&field_java_package_target_id=All

    Specifically the .msi

    --> run wine cmd
    --> wine msiexec /i <path_to_openjdk_file.msi>
    --> Click buttons to install, used defaults
    --> Close terminal and reopen again (refreshes PATH so java should appear)
    --> ./install.bat
    --> Wait for file to be generated in the DeathStranding data folder
    // It fails to remove the .tmp extension from the generated file
    --> Manually remove .tmp by renaming
    --> Voila


    Sidenote, I did use the following commands beforehand but not sure if they were actually required before doing the above.

    Explicitly not within the wine shell
    cd /home/`whoami`/.wine/drive_c/users/`whoami`/mkdir -p appdata/LocalLow/Sun
    1. Tromador
      Tromador
      • premium
      • 8 kudos
      Thanks for adding those instructions for Linux users. I do prefer Linux for running my mailserver and such, but gaming is all PC for me. I'll sticky your post.
  2. MIKE20160236
    MIKE20160236
    • premium
    • 20 kudos
    So the max range for Zipline can't be more than 350m, right?
    1. serosis
      serosis
      • member
      • 1 kudos
      I've been doing my own testing and that seems to be the case. There is a value you can change for level two distance but it doesn't "stick" when actually in-game. It gives the impression that it'll work but still says there's no ziplines within range.
    2. Tromador
      Tromador
      • premium
      • 8 kudos
      I've not tried it myself, but quite possibly there's something deep in the code. The decima workshop does expose a lot of useful things, but it's not a universal panacea.

      If I wanted to try and extend it, I would make sure that all levels had at least the amount I wanted lower levels to go to, but I make no guarantees.
    3. MIKE20160236
      MIKE20160236
      • premium
      • 20 kudos
      ok thank you Tromador
  3. Liurerorerorero
    Liurerorerorero
    • member
    • 0 kudos
    Is it possible for Zipline ranges to go over 350m?
  4. Minighost244
    Minighost244
    • member
    • 0 kudos
    Damn, just found this after I went through the trouble of patching Fox's version haha. Cheers mate, thanks for your work!