It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
@Larian
is there any way to incorporate this into the game directly please?
avatar
gogAcct12345: @Larian
is there any way to incorporate this into the game directly please?
Well, it would be theoreticaly possible, but it would be insanely difficult
avatar
boldee: Just for a heads up W10 is blocking me from running Dos2Camera.exe, I unblocked it but it may put people off.

I can confirm that this mod works with the Steam version also.
How do You see it is blocked? I can run the both exe and autohotkey version just fine, but neither works for me.
avatar
boldee: Just for a heads up W10 is blocking me from running Dos2Camera.exe, I unblocked it but it may put people off.

I can confirm that this mod works with the Steam version also.
avatar
Satanski: How do You see it is blocked? I can run the both exe and autohotkey version just fine, but neither works for me.
It tries to run but W10 shuts it down.
avatar
mroz123456: Hello,

I created an AHK script which improves the camera in the game.
You can increase maximal zoom of camera and you can tilt camera with vertical mouse movement while middle mouse button is pressed - in other words - a classic 3D camera movement.
Post edited September 02, 2018 by Deadsicc
avatar
mroz123456: Hello,

I created an AHK script which improves the camera in the game.
You can increase maximal zoom of camera and you can tilt camera with vertical mouse movement while middle mouse button is pressed - in other words - a classic 3D camera movement.
Has anyone found a newer script/mod or version of this (or the appropriate tweak to pattern search, memory modification) that will work with DoS2 definitive edition? There is a similar ahk script for the steam version, but it's based on absolute addresses that, apparently, don't match the gog version.

[edit]

Ok, got it working. For some reason the routine searching for the pattern fails if it uses the default start address. Manually setting the start address seems to have fixed it. Since this start address is randomly picked by me, it's possible that an update to DoS2 DE will move the appropriate data structures before this point and it'll stop working. In the mean time, if you're somewhat handy, you can do this:

Edit Dos2camera.ahk

Find the line: bAddr := dos.processPatternScan(,,aob*)
Change it to: bAddr := dos.processPatternScan(0x1e000000000,,aob*)

That's 0x1e followed by nine zeros.

You'll need to install "autohotkey" to be able to run the script (.ahk file) directly rather than the original exe.

Good luck!
Post edited September 19, 2018 by Lerrissirrel
Is there a way to get this to work with GM mode, works great in the normal game, but not in GM mode.
Hi and first off thanks @mroz123456 for that script! I have been using it in the DE without problems, but the latest patch seems to have broken something. It loads fine, but then all game graphics freeze. The game continues, and keys work (you can hear the sounds), but the screen does not get updated.

Any chance you can have a look? Thanks!

[EDIT] The situation I described applied to version 3.6.31.1571. Today, after another small patch to v3.6.31.2130 was installed, the camera works again as usual.
Post edited October 17, 2018 by fpv
downloaded it, ran it, says "ready", nothing changes :-( Can you help me?
Attachments:
doesn't change anything ingame
avatar
SebastianG: doesn't change anything ingame
what is it good for then?
I can't get this to work properly.

The increased zoom works but i can't change the angle of the camera

Ive tried the change suggested by Lerrissirrel, also tried running as Admin.
Disabling Bottom-up ASLR for the game process/exe in Windows 10 helps.
Bottom-up ASLR is enabled by default on my PC.
Hi all,
Might be asking too much - but does anyone know if a) there is a way to get this mod to work under Mac OSX or b) if there is something similar for Mac?

(PS - tried this under bootcamp and works perfectly - great work! But Bootcamp is not a long-term solution)

thanks all
avatar
mroz123456: Hello,

I created an AHK script which improves the camera in the game.
You can increase maximal zoom of camera and you can tilt camera with vertical mouse movement while middle mouse button is pressed - in other words - a classic 3D camera movement.
avatar
Lerrissirrel: Has anyone found a newer script/mod or version of this (or the appropriate tweak to pattern search, memory modification) that will work with DoS2 definitive edition? There is a similar ahk script for the steam version, but it's based on absolute addresses that, apparently, don't match the gog version.

[edit]

Ok, got it working. For some reason the routine searching for the pattern fails if it uses the default start address. Manually setting the start address seems to have fixed it. Since this start address is randomly picked by me, it's possible that an update to DoS2 DE will move the appropriate data structures before this point and it'll stop working. In the mean time, if you're somewhat handy, you can do this:

Edit Dos2camera.ahk

Find the line: bAddr := dos.processPatternScan(,,aob*)
Change it to: bAddr := dos.processPatternScan(0x1e000000000,,aob*)

That's 0x1e followed by nine zeros.

You'll need to install "autohotkey" to be able to run the script (.ahk file) directly rather than the original exe.

Good luck!
Awesome! Works for me on DE version as well!
Thanks!