View Single Post
Old 11-07-15, 10:06 AM   #15
makman94
Hellas
 
Join Date: Jul 2008
Posts: 2,325
Downloads: 182
Uploads: 7


Default

Quote:
Originally Posted by a.g. View Post
Yesterday I bought the game on Steam after seeing some YouTube videos, and was immediately annoyed at how twitchy the camera rotation was, so I did some digging and found a hard-coded floating point constant that can be used to tweak sensitivity. It's located at offset 0x11daa4 in sh3.exe (seems valid for both raw Steam and h.sie patched one), and by default is set to 1/600. Thus for instance changing bytes like this to reduce it to 1/3600 makes all camera rotations with the mouse a lot slower:

Code:
0011DAA4: 0e -> b4
0011DAA5: 74 -> a2
0011DAA6: DA -> 91
0011DAA7: 3a -> 39
Maybe someone can make a more convenient way to do this, but it works for me
hello a.g. and wellcome,

it works on my machine too!
but i think that you made it very slow now.
if we want ,for example,...1/1800 what are the values that must be entered ?
__________________
Knowledge is the only thing that nobody can ever take from you...



Mediafire page:http://www.mediafire.com/folder/da50.../Makman94_Mods
makman94 is offline   Reply With Quote