SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > Silent Hunter III
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 11-07-15, 01:30 PM   #16
a.g.
Swabbie
 
Join Date: Nov 2015
Posts: 11
Downloads: 18
Uploads: 0
Default

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 ). The value is just a single precision floating point number, and here's a lookup table generated with a quick script:

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
a.g. is offline   Reply With Quote
Old 11-12-15, 03:42 AM   #17
a.g.
Swabbie
 
Join Date: Nov 2015
Posts: 11
Downloads: 18
Uploads: 0
Default

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
a.g. is offline   Reply With Quote
Old 11-15-15, 06:06 PM   #18
Seebär
Swabbie
 
Join Date: Oct 2005
Posts: 5
Downloads: 17
Uploads: 0
Icon14 Great!!

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!
Seebär is offline   Reply With Quote
Old 11-15-15, 06:55 PM   #19
Aktungbby
Gefallen Engel U-666
 
Aktungbby's Avatar
 
Join Date: Jul 2013
Location: On a tilted, overheated, overpopulated spinning mudball on Collision course with Andromeda Galaxy
Posts: 27,821
Downloads: 22
Uploads: 0


Default Welcome back

Seebär!
__________________

"Only two things are infinite; The Universe and human squirrelyness; and I'm not too sure about the Universe"
Aktungbby is offline   Reply With Quote
Old 12-29-15, 09:39 AM   #20
Andy 01288
Swabbie
 
Join Date: Oct 2014
Location: England
Posts: 7
Downloads: 184
Uploads: 0
Default Worth trying this simple fix.....

Hello All,
First post....and good to be here.
Just did a GWX reinstall and I ticked the "synchronise" box in the video options page. Jumped into the nav academy lesson to check things out and it felt better on the mouse straight away, a lot smoother. Did a quick test (held down ctrl + arrow key and timed one full rotation of `scope with the stopwatch....easy) and found that it halved the rotation speed, compared to unticking the synchronise box and running the same test.
Works for me so a good result methinks.
13 secs vs 27 secs......

Andy
Andy 01288 is offline   Reply With Quote
Old 12-29-15, 09:49 AM   #21
Jimbuna
Chief of the Boat
 
Jimbuna's Avatar
 
Join Date: Feb 2006
Location: 250 metres below the surface
Posts: 180,962
Downloads: 63
Uploads: 13


Default

Welcome to SubSim Andy
__________________
Wise men speak because they have something to say; Fools because they have to say something.
Oh my God, not again!!


GWX3.0 Download Page - Donation/instant access to GWX (Help SubSim)
Jimbuna is offline   Reply With Quote
Old 12-29-15, 11:16 AM   #22
Aktungbby
Gefallen Engel U-666
 
Aktungbby's Avatar
 
Join Date: Jul 2013
Location: On a tilted, overheated, overpopulated spinning mudball on Collision course with Andromeda Galaxy
Posts: 27,821
Downloads: 22
Uploads: 0


Default Welcome aboard !

Andy 01288!
__________________

"Only two things are infinite; The Universe and human squirrelyness; and I'm not too sure about the Universe"
Aktungbby is offline   Reply With Quote
Old 01-10-16, 04:08 PM   #23
Gunnarr
Helmsman
 
Join Date: Apr 2015
Posts: 106
Downloads: 23
Uploads: 0
Default

It is very frustrating with the high zooming about, because I cannot hold ctrl and shoot at the same time (So I cannot use the AA guns myself, and boy do those AI sailors need some better training!)

I play anti-aircraft vehicles all the time in a game called warthunder, I love shooting aircraft down. But in SH3 I cannot do it. I hope I can do this modification by this new user.

EDIT

I tried messaging author for help, but not sure if it sent because I cannot see any "sent messages" in messages page. But I am hoping for guidance as to how to use that patch

Last edited by Gunnarr; 01-10-16 at 04:34 PM.
Gunnarr is offline   Reply With Quote
Old 06-17-17, 09:33 PM   #24
Benets
Nub
 
Join Date: Jun 2017
Posts: 2
Downloads: 0
Uploads: 0
Default Invert mouse and sensitivity

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,""
Benets is offline   Reply With Quote
Old 08-23-22, 12:54 AM   #25
fkampf
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

Quote:
Originally Posted by a.g. View Post
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 ). The value is just a single precision floating point number, and here's a lookup table generated with a quick script:

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
Hi
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
  Reply With Quote
Old 09-13-22, 12:51 AM   #26
Aktungbby
Gefallen Engel U-666
 
Aktungbby's Avatar
 
Join Date: Jul 2013
Location: On a tilted, overheated, overpopulated spinning mudball on Collision course with Andromeda Galaxy
Posts: 27,821
Downloads: 22
Uploads: 0


Default

fkampf! on the surface after a 12 year silent run!"
__________________

"Only two things are infinite; The Universe and human squirrelyness; and I'm not too sure about the Universe"
Aktungbby is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 06:44 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 1995- 2024 Subsim®
"Subsim" is a registered trademark, all rights reserved.