0 of 0

File information

Last updated

Original upload

Created by

Mroz

Uploaded by

mroz123

Virus scan

Some manually verified files

45 comments

  1. SadiikDask
    SadiikDask
    • member
    • 0 kudos
    Does it work with Enhanced Edition?
    If not do you know any way of improving camera for the enhanced edition? I'm new to the series thanks to BG3, and I'm planning to play dos 2 definitive edition after this. If you could tell me if there's a similar mode for that one too as it seems the only camera mods are made for the original releases.
  2. 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
  3. 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...
  4. tzxman
    tzxman
    • member
    • 4 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. 
  5. ohhdang
    ohhdang
    • member
    • 0 kudos
    I don't suppose there was ever a DE version of this mod made?  Would be cool.
  6. 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)
  7. 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.
  8. 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
  9. 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
  10. 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?