Divinity: Original Sin
0 of 0

File information

Last updated

Original upload

Created by

Mroz

Uploaded by

mroz123

Virus scan

Some manually verified files

44 comments

  1. mrgoboy
    mrgoboy
    • member
    • 0 kudos
    I got it working but I have an issue. When I'm in combat, after every individuals combat turn the camera zooms out to max. Next guy's turn to attack, I zoom in, do the attack and when attack turn switches to next person the camera zooms out to 60 again.
    1. KVLTFPS
      KVLTFPS
      • member
      • 0 kudos
      Did you ever get a solution? playing it now and am having the same issue
  2. moddie666
    moddie666
    • member
    • 0 kudos
    has anyone tried this, running under proton? it launches and says ready, but does not seem to have any effect...
  3. tzxman
    tzxman
    • member
    • 3 kudos
    Paste this in a .bat file to automate opening and closing with the game (Windows 10 + Steam)

    @echo off
    start steam://rungameid/373420

    SETLOCAL EnableExtensions
    set GAME_EXE=EoCApp.exe
    set CAMERA_EXE=DosEECamera.exe

    echo Waiting for the game to start...
    :LOOP1START
    FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %GAME_EXE%"') DO IF %%x == %GAME_EXE% goto FOUND
    @TIMEOUT /T 1 >nul
    goto LOOP1START

    :FOUND
    echo Starting camera fix...
    @TIMEOUT /T 2 >nul
    cd "C:\PATH\TO\DosEECamera\"
    start /B "" %CAMERA_EXE%

    echo Waiting for the game to quit...
    :LOOP2START
    @TIMEOUT /T 1 >nul
    FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %GAME_EXE%"') DO IF %%x == %GAME_EXE% goto LOOP2START
    taskkill /IM %CAMERA_EXE%
    exit
    1. xCeeTee
      xCeeTee
      • member
      • 0 kudos
      Or use Playnite, which can run powershell scripts on startup and shutdown. Perfect for things like this, or even requiring a controller to be on before launching a game. 
  4. ohhdang
    ohhdang
    • member
    • 0 kudos
    I don't suppose there was ever a DE version of this mod made?  Would be cool.
  5. SquallLion1
    SquallLion1
    • member
    • 7 kudos
    endorsed!
    this game even works for EE (Steam version)! And also for Xbox controler!
    first, deactivate the controller, save the configuration and launch the game, tilt the camera /zoom and save. Return to main menu and activate the controller. play! the camera position is fixed (still zoom/dezoom of course)
  6. mr1cupcake
    mr1cupcake
    • member
    • 0 kudos
    Is there a way to incease the shadow draw distance? Shadows always dissapear when i zoom out. This is really immersion breaking.
  7. dispositif
    dispositif
    • member
    • 0 kudos
    TILT FIX

    For all of those who are seeking a fix for the tilt, edit "DosEECamera.ahk" and replace the contents with the code in this paste (shortcut for tilt changed to Q, because using mouse button 3 for both rotate and tilt is glitchy): https://pastebin.com/a0aw0yRx

    found the correct memory addresses in this thread: https://forums.nexusmods.com/index.php?/topic/6017553-improved-camera/
    1. smilesBlue
      smilesBlue
      • member
      • 0 kudos
      This worked for me, thanks
  8. lunchza
    lunchza
    • member
    • 0 kudos
    It works wonderfully, I wrote a bash script that starts the game then pauses for a few seconds before calling the mod exe so it can hook in
    Cheers
  9. kat123
    kat123
    • member
    • 2 kudos
    Is there any mod that will help zoom out problems for Macs (Extended Edition)?
    1. Khaedryon
      Khaedryon
      • member
      • 0 kudos
      kat123 did you ever get a reply?
  10. Bogdanov89
    Bogdanov89
    • supporter
    • 1 kudos
    @Mroz
    Does this mod work with Enhanced Edition?
    If not could you please modify it so it works with EE?
    1. Khaedryon
      Khaedryon
      • member
      • 0 kudos
      Opps nvm