Phc7006: There is a config file, but it is compressed : config.lua
If you manage to decompress it, you will have access to the "hidden" options , such as windowed mode, enabling vertical synchonisation, setting refresh rate, V...
see
http://www.techpowerup.com/forums/threads/tropico-3-decompress-config.119569/ for a list of commands.
Making a backup of the file before you start editing it is recommended .
rich12545: Ok, I looked at the lua file in notepad with that tool. There's nothing about scroll or camera speed. Is there something I can add?
From:
http://forum.kalypsomedia.com/showthread.php?tid=10293&pid=100664 Scroll speed for Tropico 3 and 4 use the Windows Mouse Scroll Speed. That's the only setting that changes it.
Perhaps Logitech SetPoint could help you?
http://www.logitech.com/en-us/support/3131?section=downloads&osid=14&bit=32 It can detect when you're playing a game and auto-setup your mouse.
Alternatively, make a batch file. For Windows 7:
create a notepad document and call it RunTropico3.bat
put in the lines:
reg add "HKCU\Control Panel\Mouse" /v MouseSensitivity /t REG_SZ /d 1 /f
c:\GOG\Tropico 3\Tropico.exe
pause
reg add "HKCU\Control Panel\Mouse" /v MouseSensitivity /t REG_SZ /d 3 /f
HOWEVER: for c:\GOG\Tropico\Tropico.exe, but in whatever path you have to the file name.
I haven't tested this, but the batch file should open up a command window, then run Tropico. When you close tropico, click on the command window. It'll say Press Any Key to Continue or something like that. Push a button and the command prompt will close and reset your mouse senstivity.
The 1 and 3 in the reg add comments change the sensitivity. 1 is the lowest, 20 is the highest. I put in some decent values, but you may wish to change those.
I hope some of this helps.
Also, as said in the next post, try turning Vsync on or off. Sometimes with it on or off, games can make wavy, woozey graphics that can make me ill, too.