![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
|
![]() |
#1 | |
Engineer
![]() Join Date: Apr 2013
Posts: 209
Downloads: 155
Uploads: 0
|
![]() Quote:
15. WarNews - by Stiebler and h.sie TC doesn't drop down to 1 when a radio message is received. Thread here.... http://www.subsim.com/radioroom/showthread.php?t=174225 |
|
![]() |
![]() |
![]() |
#2 |
Swabbie
![]() Join Date: Nov 2015
Posts: 11
Downloads: 18
Uploads: 0
|
![]()
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 ![]() |
![]() |
![]() |
![]() |
#3 |
Gefallen Engel U-666
|
![]()
a.g.!
![]()
__________________
"Only two things are infinite; The Universe and human squirrelyness?!! |
![]() |
![]() |
![]() |
#4 |
Chief of the Boat
|
![]()
Welcome to SubSim a.g.
![]() |
![]() |
![]() |
![]() |
#5 | |
Hellas
![]() |
![]() Quote:
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 |
|
![]() |
![]() |
![]() |
#6 |
Swabbie
![]() Join Date: Nov 2015
Posts: 11
Downloads: 18
Uploads: 0
|
![]()
I normally set my OS mouse sensitivity high, so I needed a lot of correction (although after a bit of play, maybe 6x is a tiny bit too much even for me
![]() 1x slower: 0e 74 da 3a (i.e. original value) 2x slower: 0e 74 5a 3a 3x slower: b4 a2 11 3a 4x slower: 0e 74 da 39 5x slower: 3e c3 ae 39 6x slower: b4 a2 91 39 7x slower: 34 a9 79 39 8x slower: 0e 74 5a 39 9x slower: 45 2e 42 39 |
![]() |
![]() |
![]() |
#7 |
Swabbie
![]() Join Date: Nov 2015
Posts: 11
Downloads: 18
Uploads: 0
|
![]()
I put those values from the table into a small patch kit, because I didn't feel like making a custom program to change the value arbitrarily. I also couldn't find how to upload files here, so here's a dropbox link:
https://www.dropbox.com/s/2ukktbo3do...esens.zip?dl=1 |
![]() |
![]() |
![]() |
#8 |
Swabbie
![]() Join Date: Oct 2005
Posts: 5
Downloads: 17
Uploads: 0
|
![]()
Thanks a lot a.g for this batch file.
For me, in first person view in SH3, the mouse sensivity was also way too high. I'm using the /2 slowdown, and it is much better now. Thanks for sharing this! |
![]() |
![]() |
![]() |
#9 |
Gefallen Engel U-666
|
![]()
Seebär!
![]()
__________________
"Only two things are infinite; The Universe and human squirrelyness?!! |
![]() |
![]() |
![]() |
#10 | |
Stowaway
Posts: n/a
Downloads:
Uploads:
|
![]() Quote:
I found on SH4 Gold Edition (Ubiconnect) the address you want start to edit is: 00197E90 but the values to slow down mouse are the same. Thank you. Too bad this tweak isn't valid for keyboard too, it remains too fast for aiming, even with CTRL |
|
![]() |
![]() |
#11 |
Gefallen Engel U-666
|
![]()
fkampf!
![]() ![]()
__________________
"Only two things are infinite; The Universe and human squirrelyness?!! |
![]() |
![]() |
![]() |
#12 |
Nub
![]() Join Date: Jun 2017
Posts: 2
Downloads: 0
Uploads: 0
|
![]()
You can invert mouse on CFG. I did that and works perfectly. I've also change the speed to be the lowest speed as default and ctr is fast and shift faster.
On "command_en.cfg" replace the [cmd80] to [cmd91] with this text below. It simply change the position of command to up and down and speed with ctrl holding to normal and vice versa [Cmd80] Name=To_left Ctxt=1,2,3,5,6,9 Key0=0x25,Rc,"" [Cmd81] Name=To_left_fast Ctxt=1,2,3,5,6,9 Key0=0x25,Rs,"" [Cmd82] Name=To_left_slow Ctxt=1,2,3,5,6,9 MnID=0x31000001 Key0=0x25,R,"" [Cmd83] Name=To_right Ctxt=1,2,3,5,6,9 Key0=0x27,Rc,"" Key1=0xb0,Rc,"" [Cmd84] Name=To_right_fast Ctxt=1,2,3,5,6,9 Key0=0x27,Rs,"" Key1=0xb0,Rs,"" [Cmd85] Name=To_right_slow Ctxt=1,2,3,5,6,9 MnID=0x31000003 Key0=0x27,R,"" Key1=0xb0,R,"" [Cmd86] Name=To_up Ctxt=1,2,3,5,6,9 Key0=0x28,Rc,"" Key1=0xb1,Rc,"" [Cmd87] Name=To_up_fast Ctxt=1,2,3,5,6,9 Key0=0x28,Rs,"" Key1=0xb1,Rs,"" [Cmd88] Name=To_up_slow Ctxt=1,2,3,5,6,9 MnID=0x31000004 Key0=0x28,R,"" Key1=0xb1,R,"" [Cmd89] Name=To_down Ctxt=1,2,3,5,6,9 Key0=0x26,Rc,"" [Cmd90] Name=To_down_fast Ctxt=1,2,3,5,6,9 Key0=0x26,Rs,"" [Cmd91] Name=To_down_slow Ctxt=1,2,3,5,6,9 MnID=0x31000002 Key0=0x26,R,"" |
![]() |
![]() |
![]() |
|
|