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 > SH5 Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 03-03-10, 11:06 AM   #1
redcoat22
Sailor man
 
Join Date: Apr 2008
Posts: 48
Downloads: 8
Uploads: 0
Default [REQ] Invert Mouse Axis

I have no idea how or why this was not included.

Last edited by redcoat22; 03-03-10 at 05:10 PM.
redcoat22 is offline   Reply With Quote
Old 03-03-10, 05:00 PM   #2
H.B.
Seaman
 
Join Date: Mar 2010
Posts: 37
Downloads: 12
Uploads: 0
Default

Me too! It's a shame. "Invert y-axis" is a standard option in EVERY game that uses first person 3D environments. I also miss a mouse speed slider. And lots of other things...
H.B. is offline   Reply With Quote
Old 03-04-10, 06:02 PM   #3
H.B.
Seaman
 
Join Date: Mar 2010
Posts: 37
Downloads: 12
Uploads: 0
Default

Did anyone already find a way to flip mouse axis? I almost can't play without this option and if i try i ruin my shooter skills
H.B. is offline   Reply With Quote
Old 03-04-10, 06:39 PM   #4
BillyBubble
Watch
 
Join Date: Apr 2005
Posts: 22
Downloads: 331
Uploads: 0
Default

yea same here.
problem, and answer to OP question, might be that it only needs to inverse FP/movement mode.
All other views could or should be untouched (binoc, scope, UI mouse, etc)
Im afraid only a hardcoding patch will do.
BillyBubble is offline   Reply With Quote
Old 03-04-10, 11:12 PM   #5
Henchman
Swabbie
 
Join Date: Mar 2005
Posts: 14
Downloads: 9
Uploads: 0
Default

Same... It is unbelievable that something so simple was left out. I'm useless in the game without the correct Y axis on my mouse. It's like my poor avatar has a bad case of cerebral palsy. I've been driving myself crazy trying to get used to it for the last several hours to no avail... apparently I'm too old to change.

Everything else looks great so far, I've been looking forward to playing this game for months. Unfortunately its unplayable until I get a fix for the mouse.

...a mouse sensitivity slider would be nice too.
Henchman is offline   Reply With Quote
Old 03-05-10, 12:39 PM   #6
redcoat22
Sailor man
 
Join Date: Apr 2008
Posts: 48
Downloads: 8
Uploads: 0
Default

I agree... I struggle greatly to move around my ship.
redcoat22 is offline   Reply With Quote
Old 03-09-10, 04:22 PM   #7
redcoat22
Sailor man
 
Join Date: Apr 2008
Posts: 48
Downloads: 8
Uploads: 0
Default

I will pay $10 to a paypal account for a Mod for this.
redcoat22 is offline   Reply With Quote
Old 03-10-10, 03:17 AM   #8
Spitzfiebig
Nub
 
Join Date: Mar 2010
Posts: 3
Downloads: 9
Uploads: 0
Default

You can make this with Autohotkey.

see you here
Spitzfiebig is offline   Reply With Quote
Old 03-11-10, 09:49 PM   #9
Henchman
Swabbie
 
Join Date: Mar 2005
Posts: 14
Downloads: 9
Uploads: 0
Default

Cool! That sort of worked!!

I downloaded the utility and launched the autohotkey script exactly like that "Lazlo" guy said, except I mapped it so that the mouse would only invert when pressing Alt-Y. I compiled it and tested it out and everything worked flawlessly... When I pressed Alt-Y, the mouse Y axis inverted as expected and turned off when I pressed Alt-Z. The pointer would not get stuck in the edges or anything.

In the game however, things didn't go as smoothly. I fired up SH5 with the script running in the background, and when I pressed Alt-Y, the Y axis did indeed invert, but the POV kept getting stuck everytime looked up or down at too high of an angle It's a start, perhaps with a little tweaking this could become a great little work around until ubisoft implements a real fix.

I fear that I am a bit over my head with this sort of thing. Would any of you smart people out there care to give this a shot and see if they make a custom invert Y axis script for SH5? You'd be my hero!
Henchman is offline   Reply With Quote
Old 11-26-11, 03:42 AM   #10
Arielrising
Bilge Rat
 
Join Date: Nov 2011
Posts: 1
Downloads: 2
Uploads: 0
Default

I found this in an old post on Ubisoft forums and it seems to work beautifully for SH3:


Find the file: silent hunter 3/data/Cfg/Commands_en

and open it with Notepad. Then switch all instances of the word "up" to "down", and vice versa (there are only three each). Then save the file of course.

Maybe it will work for SH5 too.
Arielrising is offline   Reply With Quote
Old 06-17-17, 09:35 PM   #11
Benets
Nub
 
Join Date: Jun 2017
Posts: 2
Downloads: 0
Uploads: 0
Default How to invert Mouse on SH3

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 06-20-17, 05:47 PM   #12
Rosco74
Torpedoman
 
Join Date: Jun 2017
Posts: 117
Downloads: 45
Uploads: 0
Default

Man thank you so much !
Rosco74 is offline   Reply With Quote
Reply


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 11:12 AM.


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.