Deformed

Deformed

View Stats:
Doomguy Dec 7, 2024 @ 11:12pm
Is there a way to invert the Y axis on the mouse movement?
If not, would there be a possibility of you adding this feature in the future?
< >
Showing 1-8 of 8 comments
deformedstudios  [developer] Dec 8, 2024 @ 12:12pm 
Theres not a way in the game but maybe you can try some external software, Why do you want it inverted?
Doomguy Dec 8, 2024 @ 8:04pm 
Back in the 90s the first mouse look games had invert Y enabled by default; After over 10,000 hours of playing fps games with the Y axis (up/down) inverted, I unfortunately cannot play without the feature due to muscle memory.
Doomguy Dec 8, 2024 @ 8:08pm 
Depending on the engine you used it's relativity easy to add normally; If you used unreal engine, I may be able to add it myself if the game reads from the standard input.ini in the users temp directory.

Using 3rd party software/adding the functionality system wide is annoying because I have to toggle it on and off repeatedly since I navigate my desktop environment with standard mouse movement.
Doomguy Dec 8, 2024 @ 8:16pm 
Sorry to spam this post, but below is a sample of how inverting the Y input would look in the input.ini on an unreal engine game

[/script/engine.inputsettings]
AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.3,Exponent=1.000000,bInvert=False))
AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.3,Exponent=1.000000,bInvert=True))
deformedstudios  [developer] Dec 12, 2024 @ 1:04am 
hi so I added it in but it just felt a tiny bit more delayed with the extra check if the options on and I rather it be as responsive as possible, since everyone else does non inverted im not going to keep it, if more people want inverted I will add it. I am using unreal so I think you can do the input.ini thing.
RoRo1980 Dec 26, 2024 @ 12:00pm 
Originally posted by deformedstudios:
hi so I added it in but it just felt a tiny bit more delayed with the extra check if the options on and I rather it be as responsive as possible, since everyone else does non inverted im not going to keep it, if more people want inverted I will add it. I am using unreal so I think you can do the input.ini thing.

i require it since i can't play any games non inverted.
deformedstudios  [developer] Dec 26, 2024 @ 2:48pm 
Originally posted by Doomguy:
Depending on the engine you used it's relativity easy to add normally; If you used unreal engine, I may be able to add it myself if the game reads from the standard input.ini in the users temp directory.

Using 3rd party software/adding the functionality system wide is annoying because I have to toggle it on and off repeatedly since I navigate my desktop environment with standard mouse movement.
hello another person wanted it so its in the game now
Doomguy Jan 2 @ 6:50pm 
Thank you, I bought the game and look forward to playing it!
< >
Showing 1-8 of 8 comments
Per page: 1530 50