0 of 0

File information

Last updated

Original upload

Created by

ElsterDePie

Uploaded by

ElsterDePie

Virus scan

Safe to use

Tags for this mod

40 comments

  1. ElsterDePie
    ElsterDePie
    • member
    • 1 kudos
    Locked
    Sticky
    If my mod doesn't work. Downgrade your game version to 1.03/1.04. Jump to debug menu mod and find instructions in comments.
  2. lmutig
    lmutig
    • member
    • 0 kudos
    Hello, my game is a cracked version, and the system is win11 24H2.The game version is 1.03, and the rule is 1.04.
    I put all the documents in the right place according to your instructions. 

    But once bat is running, it keeps showing this in a loop.
    D:\GAME\DARK SOULS REMASTERED>goto RECURD:\GAME\DARK SOULS REMASTERED>tasklist   | Find /i "DarkSoulsRemastered.exe"   || (goto Else )

    I changed the bat file to this:
    setlocal enableextensions enabledelayedexpansion
    Set Process=DarkSoulsRemastered
    cd /d "D:\GAME\DARK SOULS REMASTERED" && (
        start "" steam://rungameid/570940 or start "" DarkSoulsRemastered.exe
        :RECUR
        tasklist | Find /i "%Process%.exe" || (goto Else)
        :THEN    
        start "" "DSinj.bat"
        Exit
        :ELSE
        goto RECUR
    )
    endlocal
    exit /b 0

    Is there something wrong with this?
    1. lmutig
      lmutig
      • member
      • 0 kudos
      start "" steam://rungameid/570940 or start "" DarkSoulsRemastered.exe
      Change to start "" DarkSoulsRemastered.exe

      It shows that
      D:\GAME\DARK SOULS REMASTERED>Injector.exe --process-name DarkSoulsRemastered.exe --inject dsr-lighting.dll
      Injector x64 [Version 20240218]
      Copyright (c) 2009 Cypher, 2012-2024 Nefarius. All rights reserved.
      Successfully injected module!
      D:\GAME\DARK SOULS REMASTERED>pause
      But the game can't be opened

      Looking through the comment area, I found that it was the reason of 64-bit injector.
      I switched to 32-bit and found that the game was turned on, but it showed this.....
      D:\GAME\DARK SOULS REMASTERED>Injector.exe --process-name DarkSoulsRemastered.exe --inject dsr-lighting.dll
      Injector x86 [Version 20240218]
      Copyright (c) 2009 Cypher, 2012-2024 Nefarius. All rights reserved.
      General Error:
      Could not create thread in remote process.
      D:\GAME\DARK SOULS REMASTERED>pause
      So the result is that 64 bits can use dsrlighting.dll but can't open the cracked version of the game, and 32 bits can open the game but can't use dsrlighting.dll?..............
    2. lmutig
      lmutig
      • member
      • 0 kudos
      I found that this is true. When using 64-bit, a dsr-lighting.log file will be generated, but when using 32-bit, this file will not be refreshed. What caused this remote process? It's very strange.
    3. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      The second comment is correct. You only need the x64 version. Try running the game, and while the game window is still not showing up, manually press DSinj.bat. 
    4. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      https://youtu.be/-yYkiqO9rwQ?si=ss6iWXcgPZoi0Njk
      It's still more correct way
    5. lmutig
      lmutig
      • member
      • 0 kudos
      I followed the exact steps in the video, and then ran launchmod _ darksoulsremastered.bat. Why can't my game be opened? . . . This is ridiculous. I'm about to collapse
      Is there anything that needs to be modified in launchmod _ darksoulsremastered.bat?
    6. lmutig
      lmutig
      • member
      • 0 kudos
      I try to use your mod. After running the DSlauncher.bat with the x64 version, the cmd shows 
      [D:\GAME\DARK SOULS REMASTERED>Injector.exe --process-name DarkSoulsRemastered.exe --inject dsr-lighting.dllInjector x64 [Version 20240218]Copyright (c) 2009 Cypher, 2012-2024 Nefarius. All rights reserved.Successfully injected module!D:\GAME\DARK SOULS REMASTERED>pause]
      The game can't be opened. Then I did what you said to run DSinj.bat. 
      A new cmd came out, showing that 
      [General Error:
      Could not create thread in remote process.]........................................
    7. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      The video says that your Steam should be on the same drive as the modengine
    8. lmutig
      lmutig
      • member
      • 0 kudos
      Of course, it is the same drive, and the path is exactly the same. Anyway, thank you for your answer.  There are many popup windows in Skidrow. I can't find the download link. I'll try to download the game in RuTracker. If it doesn't work, I'll give up.
    9. lmutig
      lmutig
      • member
      • 0 kudos
      Success, damn it, turned out to be a problem of game resources.
      Anyway, thank you again!!!
    10. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      We do not support piracy here :D
  3. Kit4nica
    Kit4nica
    • member
    • 0 kudos
    Thank you for this janky workaround, it helped. ^^
    1. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      Nice.
  4. radwan3355
    radwan3355
    • member
    • 0 kudos
    Unfortunately, it doesn't work on the cracked version
    1. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      I tested on both versions. Have you read the last paragraph of the instructions? I ask you to post a screenshot of the text file.
    2. radwan3355
      radwan3355
      • member
      • 0 kudos
      Yeah, I reinstalled the whole game and tried again and now it worked. Thank you so much! <3
      I celebrated too early; the mod actually didn't work.
    3. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      I’ll just describe point by point why this answer is bad:
      - indicate the system on which you want to run the game for statistics;
      - please attach screenshots or videos of your actions.

      My script works like this:
      - launches the game via exe;
      - searches for a process in the task manager;
      - if the process is found, then it tries to inject the dll before the game window is loaded (this can literally be done manually by clicking on the injector script, the time window is quite huge).

      From this we can draw several conclusions:
      - obviously won’t run on Linux (like the guy in the first comment);
      - you can find an analogue of the injector that will work;
      - you can use software such as “processhacker” https://ru.wikipedia.org/wiki/Process_Hacker at your own risk and see the result of loading the dll into memory;

      As an analogue to the modengine launch solution, I advise you to find the DarkwraithKnight channel on YouTube and sit with a Russian translator, or ask him directly in the comments, or try another version of the game. I can’t directly advise what and where to look, otherwise I’ll get banned, so just have a look around the Russian community.

      Re-remastered, that u want to launch is unfinished project.If it still doesn't start, you haven't really lost anything at that moment.
    4. radwan3355
      radwan3355
      • member
      • 0 kudos
      I just checked DarkwraithKnight on YT, and it seems that he has another method for it, but what i've also noticed is that he recommended using v1.03, and I have v1.03.1, so, I'll download that version and see how it goes. Thank you for replying. (I will update you after I try with this version)

      More info: 
      OS: Windows 11
      GPU: RTX 2070 Super
      CPU: Intel(R) Core(TM) i7-9700K

      The way I've been installing the mod goes as follows:

      • I move all the files in Dark Souls Re-Remastered 1.05 then the DS-R MTD Update-90-1-0 to the main game folder.
      • I copy shader and param folders from modengine/dsr-lighting folder to the main game folder.

      • I copy dsr-lightning.dll from dsr-lighting folder with injector.exe to the main game folder.

      • I move DSlauncher.txt and DSinj.txt to the main game folder and rename their extension to .bat
      • I edit DSlauncher.bat with a text editor and copy+paste my game location and write "  start "" DarkSoulsRemastered.exe"
      • Then I open DSlauncher.bat, and it injects successfully but when I open the game, it appears that the mod isn't installed correctly. 
      How the game looks:


    5. radwan3355
      radwan3355
      • member
      • 0 kudos
      Locked
      UPDATE: INSTALLING THE MOD ON VERSION 1.03 ACTUALLY WORKED! FINALLY!

      Thank you so much for telling me about the youtuber, that was pretty helpful!
    6. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      Thx for reply too.
    7. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      What about my solution on 1.03?
    8. radwan3355
      radwan3355
      • member
      • 0 kudos
      I actually made it work using your method (idk if the youtuber's method works or not; I haven't tried it)
    9. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      Nice. I'll add information to the description.
  5. FumpyXz
    FumpyXz
    • member
    • 0 kudos
    It worked on the cracked version :O thx a lot
    1. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      Nice :3
  6. KiwiKidd101
    KiwiKidd101
    • member
    • 0 kudos
    What do you mean run the game from DSlauncher.bat? Its a text file?
    1. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      Change .txt in the file name to .bat, if you don’t see Windows file extensions, then enable them in the settings
    2. KiwiKidd101
      KiwiKidd101
      • member
      • 0 kudos
      I did change the name to "DSlauncher.bat" but its still just a text file. What settings do I need to change to turn it from a text file into a .bat?
    3. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos

      You literally got file "filename.bat.txt"
  7. KeyGen
    KeyGen
    • member
    • 0 kudos
    I didn't manage it? Maybe you can describe it in more detail^^.
    1. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      Changed the description. The point is to replace the files and write the path to the game in the bat file.
    2. TANIM574
      TANIM574
      • member
      • 3 kudos
      hi bro. i have managed to get it working but there is a problem. If I replace the game files with the shader and param folders already included in modengine2 folder that comes with the re-remastered mod, game starts with a black screen with only UI visible. But if I replace the game files with the shader and param folder that comes with the DSR Shader Overhaul mod, the game runs fine. But the problem is then I don't get the lighting and shadows from re-remastered mod.
      So my question is, is it only workable with shader and params from DSR Shader Overhaul and not the ones from re-remastered mod? Please clarify. Thanks :)
    3. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      I tested it on two computers with DSRR, I did not notice any errors when using this injector. People write to me and opinions are slowly divided into whether it works or doesn’t.
    4. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      I noticed that in Re-Remastered the param folder is completely empty lol
    5. TANIM574
      TANIM574
      • member
      • 3 kudos
      Hey bro quick update. I just realized the my game running black/Grey screen screen with only UI visible is due to the incorrect injector. That only happens if i use the 64 bit injector instead of the 32 bit injector. So the correct one to use is the 32 bit injector. 
      But issue remains. Whether I use the shader and params from shader overhaul or Dsrr none of dynamic lighting or shadows from dsrr is loaded. and game is quite dark 
    6. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      The game may be dark due to the .dll, if the method still does not work.
      I know about black screen problems when working with shader overhaul, sometimes it depends on the resolution and windowed or full screen mode.
      Dynamic shadows are not in the shader, they are in the Map/MapStudio folder along with the coordinates and parameters of the models.
    7. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      The injection as I tested can break down due to timings. Ideally, it should occur between the execution of DSR.exe launch and the appearance of the game window. This can be tested manually in Anor Londo by running inj.bat.
    8. TANIM574
      TANIM574
      • member
      • 3 kudos
      what i mean by the game too dark and no dynamic lighting or shadows from dsrr is this. There seems to no lighting apart from character lantern. 
    9. ElsterDePie
      ElsterDePie
      • member
      • 1 kudos
      Yes, this looks as wrong as possible. It's hard to say what's broken yet.
    10. TANIM574
      TANIM574
      • member
      • 3 kudos
      Yeah I have pretty much given up.