Dreamfall: The Longest Journey

File information

Last updated

Original upload

Created by

DreamingLeapfur

Uploaded by

DreamingLeapfur

Virus scan

Some manually verified files

Tags for this mod

14 comments

  1. elecktraviolet
    elecktraviolet
    • member
    • 0 kudos
    Hi i'm sorry, i have downloaded this mod three times but still, there aren't pak files in the PakFiles_Out folder. Any suggestion?
    1. DreamingLeapfur
      DreamingLeapfur
      • member
      • 1 kudos
      This download does not contain pak files.It modifies the game's original pak files.
      You will need to copy the original pak files from [Your Gamedirectory]\dreamfall\bin\res
      into the "PakFiles_In" Folder
      and run "StartModPak.bat".

      If this does not work, try opening StartModPak.bat in Notepad. 
      and change the first line 
      "set logfilename=Log_%DATE%"
      to
      "set logfilename=Log"

      Or, if you are already using the hotfix version of StartModPak.bat 
      change line 6:

      "set logfilename=Log_%_logdate%"
      to
      "set logfilename=Log"

      (as Tolgha suggests below)
      Hope this helps.
  2. BostonLowTheDig
    BostonLowTheDig
    • member
    • 0 kudos
    HI!

    Dreamfall RTGI or MXAO reshade ini files. I just don't know what to do with them. How are they installed?

    1. DreamingLeapfur
      DreamingLeapfur
      • member
      • 1 kudos
      Those are reshade preset files.
      ReShade enables post-processing (like ambient occlusion, depth of field effects, color correction) for older dx9 games
      You'll need to 
      - install reshade and select Dreamfall during installation, 
      - download the quint shaders and copy them into the shaders directory.
      - copy the ini files into the game directory 
      - run the Game (with antialiasing turned off in the Game-settings) 
      - open reshade and select the preset.
      You´ll find much better and more detailed tutorials and guides on how to Install and use reshade and presets on YouTube. 
      you can download reshade here:
      https://reshade.me/
      The quint effects can be downloaded here:
      https://github.com/martymcmodding/qUINT
      The MXAO shader is free.
      The RTGI shader (screen space ray traced global illumination) is only available for patreon supporters:
      https://www.patreon.com/mcflypg
    2. BostonLowTheDig
      BostonLowTheDig
      • member
      • 0 kudos
      Thank you very much for answering!
  3. Tolgha
    Tolgha
    • supporter
    • 0 kudos
    DreamingLeapFur, Thank you for making this mod available to public. The batch file didn't work for me either. I copy pasted your suggestion below to StartModPak.bat. It didn't work. Only after I replaced 
    "set logfilename=Log_%_logdate%" on line 6 with the following 
    "set logfilename=Log"
    was able to run it.
    After the bat file completed modding, I now see two log files Log.log as well as Log_Thu_01_12_2023.log.
    Thought it might be useful. Cheers.
    1. DreamingLeapfur
      DreamingLeapfur
      • member
      • 1 kudos
      👆good idea. thank you.
  4. xkingspades
    xkingspades
    • premium
    • 1 kudos
    Hey, thanks for this. There are no instructions on how to use the skip minigame script etc. Mind explaining (and appending it) how to do that?
    1. DreamingLeapfur
      DreamingLeapfur
      • member
      • 1 kudos
      The no-minigames scripts are just a part of the mod and installed by default. (see "readme" file (or tab "docs") for install instructions)Zoe will just pick locks or hack computers instantly without having to solve a minigame.
  5. Jeffreak
    Jeffreak
    • member
    • 0 kudos
    Hi! Can you help me with this?
    When I run the .bat file, it looks like this and nothing is in the Out folder.

    C:\Users\jeffr\Desktop\DreamfallHD_Mod>(
    echo.
     echo.
     echo ###################################################################
     echo #######################   processing winter_past.pak ...
     echo ###################################################################
     echo.
     echo.
     Modpak.exe ModFiles PakFiles_In\winter_past.pak PakFiles_Out\winter_past.pak
     echo.
    ) 1>>Log_16/12/2022.log
    The system cannot find the path specified.
    It is done!
    You may now close this window.
    copy the modded Pak files from the "PakFiles_Out" Folder
    to [Your Gamedirectory]\dreamfall\bin\res Folder
    and Start Dreamfall
    Thank You and Enjoy!
    1. DreamingLeapfur
      DreamingLeapfur
      • member
      • 1 kudos
      Hi. Sorry for the inconvenience.
      It could be because I´m using the systemdate as logfilename. It might cause trouble because "\" is not allowed in a filename. I did not think of that. 
      There is an updated version of the StartModPak.bat waiting to be approved in "miscellaneous files" 

      If you don`t want to wait: open the StartModPak.bat file in an editor and replace the content with this:

      set _logdate=%date%
      set _logdate=%_logdate: =_%
      set _logdate=%_logdate:/=_%
      set _logdate=%_logdate:.=_%

      set logfilename=Log_%_logdate%
        (
         echo.
         echo Start Logging _%DATE%_%Time%
         echo.
        )>>%logfilename%.log

      move PakFiles_In\vox_*.pak PakFiles_Out>>%logfilename%.log
      move PakFiles_In\init.pak PakFiles_Out>>%logfilename%.log
      REM ######### delete next line to allow modding of the_winter.pak #########
      move PakFiles_In\the_winter.pak PakFiles_Out>>%logfilename%.log

      for %%i in (PakFiles_In\*.pak) do (
      echo.
      echo.
      echo ###################################################################
      echo #######################   processing %%~ni.pak ...
      echo ###################################################################
      echo.
      echo.
              Modpak.exe ModFiles %%~i PakFiles_Out\%%~ni.pak
      echo.
          )>>%logfilename%.log

      @echo off
      echo.
      echo It is done!
      echo.
      echo You may now close this window.
      echo.
      echo copy the modded Pak files from the "PakFiles_Out" Folder
      echo to [Your Gamedirectory]\dreamfall\bin\res Folder
      echo.
      echo and Start Dreamfall
      echo.
      echo Thank You and Enjoy!
      pause>nul

      I hope this will solve your problem. 
  6. Illuzio
    Illuzio
    • member
    • 41 kudos
    Thank you very much for creating this mod! :)
  7. banruoboluomi365
    banruoboluomi365
    • supporter
    • 0 kudos
    any comparison video?
    1. DreamingLeapfur
      DreamingLeapfur
      • member
      • 1 kudos
      No, not yet. sorry.
      Feel free to make one.