SCUM
SkySpectRE Aug 29, 2018 @ 10:49am
Hotbar Keys change?
Any way to change the hotbar keys 1234567890 to the Azerty equivalent?
Can't seem to find any option to change these keys.
Last edited by SkySpectRE; Aug 29, 2018 @ 10:55am
Originally posted by MrAlucardDante:
Here's the documentation for all the keys, so people with different layout can figure out what to use

https://api.unrealengine.com/INT/API/Runtime/InputCore/EKeys/

And here's the french version :

ActionMappings=(ActionName="QuickAccessBar1",Key=Ampersand,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar2",Key=E_AccentAigu,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar3",Key=Quote,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar4",Key=Apostrophe,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar5",Key=LeftParantheses,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar6",Key=Hyphen,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar7",Key=E_AccentGrave,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar8",Key=Underscore,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar9",Key=C_Cedille,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar0",Key=A_AccentGrave,bShift=False,bCtrl=False,bAlt=False,bCmd=False)

By the way, don't forget to change those keys too :

ActionMappings=(ActionName="LeftShoulderHolster",Key=E_AccentAigu,bShift=True,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="RightShoulderHolster",Key=Ampersand,bShift=True,bCtrl=False,bAlt=False,bCmd=False)

ActionMappings=(ActionName="OpenTabInventory",Key=Ampersand,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="OpenTabEvents",Key=Apostrophe,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="OpenTabMetabolism",Key=Quote,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="OpenTabCrafting",Key=E_AccentAigu,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
< >
Showing 1-15 of 22 comments
Jeryko Aug 29, 2018 @ 11:09am 
Same problem... I did not even found the game folder yet.
SkySpectRE Aug 29, 2018 @ 11:15am 
They only have a config file for controller buttons but not for keyboard. It's an easy fix but I'll play like this and get a good grip on the games mechanics.
baest Aug 29, 2018 @ 11:17am 
Found a "Input" file from the AppData/Local thingy, tried to change binds to : &é"'(-è.. ,but it's not working.
SkySpectRE Aug 29, 2018 @ 11:22am 
Didn't even think about looking in AppData, nice find. I'll see if I can find anything there.
baest Aug 29, 2018 @ 11:31am 
Alright! Hope the devs will be on it asap too!
MrAlucardDante Aug 29, 2018 @ 11:57am 
Definitly hard coded, I changed it in the Input.ini file with proper french keys and it didn't worked at all. It even made the game crashed when I opened the controls menu
https://i.imgur.com/BNnUSnb.png
Sp3ctA Aug 29, 2018 @ 12:04pm 
Install qwerty keyboard,
toggle qwerty keyboard (wondows + space or Alt+ shift)
you can use 1 to 0
Last edited by Sp3ctA; Aug 29, 2018 @ 12:05pm
SkySpectRE Aug 29, 2018 @ 12:08pm 
Yeah but if we want to send a message to friends (like i do all the time) it gets very annoying. For people who don't use steamchat it's a great workaround.

As for changing the input i found that these 4 work for me:

& or 1:
ActionMappings=(ActionName="QuickAccessBar1",Key=Ampersand,bShift=False,bCtrl=False,bAlt=False,bCmd=False)

" or 3:
ActionMappings=(ActionName="QuickAccessBar3",Key=Quote,bShift=False,bCtrl=False,bAlt=False,bCmd=False)

' or 4:
ActionMappings=(ActionName="QuickAccessBar4",Key=Apostrophe,bShift=False,bCtrl=False,bAlt=False,bCmd=False)

! or 8:
ActionMappings=(ActionName="QuickAccessBar8",Key=Exclamation,bShift=False,bCtrl=False,bAlt=False,bCmd=False)

I have not found the correct names for the other keys yet but I am still working on it.

I think that using the french names like Cedille or aigu will not work because the game wants the correct English translation.
Last edited by SkySpectRE; Aug 29, 2018 @ 12:10pm
Bumi Aug 29, 2018 @ 12:11pm 
Half of the settings aren't evne in the controls menu for example : type in chat is T the weird 3rd eye mode what lets you track things is Right mouse button.
SkySpectRE Aug 29, 2018 @ 12:11pm 
So E_AccentAigu would become E_Acute or E_AccentAcute but these do not seem to work for me.
Bumi Aug 29, 2018 @ 12:11pm 
weapon zoom in is right mouse button and the tracking mode is also on right mouse button and we cant change it in settings!
SkySpectRE Aug 29, 2018 @ 12:14pm 
We still have to remember that this is still early acces and it's the first time this game has been opened to other audiences that use other keyboards than QWERTY.

The devs will surely fix this in the near future.
Last edited by SkySpectRE; Aug 29, 2018 @ 12:14pm
SkySpectRE Aug 29, 2018 @ 12:20pm 
Okay I'm making progress I have 3 more keys to figure out. When I'm done I will post the code here so you guys can copy paste it in the Input file.
SkySpectRE Aug 29, 2018 @ 12:41pm 
Alright I have figured out every key but the ( or 5 key.

I can't find a working name for ( so I'll just post all the keys that I have figured out already.

ActionMappings=(ActionName="QuickAccessBar1",Key=Ampersand,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar2",Key=E_AccentAigu,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar3",Key=Quote,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar4",Key=Apostrophe,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar5",Key=Five,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar6",Key=Section,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar7",Key=E_AccentGrave,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar8",Key=Exclamation,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar9",Key=C_Cedille,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
ActionMappings=(ActionName="QuickAccessBar0",Key=A_AccentGrave,bShift=False,bCtrl=False,bAlt=False,bCmd=False)

You can copy paste this into the file at: C:\Users\"Username"\AppData\Local\SCUM\Saved\Config\WindowsNoEditor\Input
Last edited by SkySpectRE; Aug 29, 2018 @ 12:44pm
SkySpectRE Aug 29, 2018 @ 12:46pm 
If anyone finds a working name for ( feel free to put it here.

I have tried Open_Parenthesis, Left_Parenthesis, Open_Parentheses and Left_Parentheses and none of these seem to work for me.
Last edited by SkySpectRE; Aug 29, 2018 @ 12:46pm
< >
Showing 1-15 of 22 comments
Per page: 1530 50

Date Posted: Aug 29, 2018 @ 10:49am
Posts: 22