Last active
August 8, 2024 09:37
-
-
Save diraven/5abdf77e1c446adc676a364705e1becc to your computer and use it in GitHub Desktop.
SS14/RMC14 keybinds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# * This is a working example of custom emotes and custom chat messages being hotkeyed. | |
# * How to bind emotes (video): https://www.youtube.com/watch?v=_UL6lv_HY48 | |
# * For the keybinds file to be present in game directory get into the game, change one any keybind and save. | |
# * To open keybindings file press win+r then copy and paste "%appdata%\Space Station 14\data\keybinds.yml" there, press enter. | |
version: 1 | |
binds: | |
- mod2: Control | |
mod1: Alt | |
key: Num0 | |
type: command | |
function: say Dubito, ergo sum, vel, quod idem est, cogito, ergo sum. | |
- mod2: Control | |
mod1: Alt | |
key: Num1 | |
type: command | |
function: "say Law 1: You may not injure a crew member or, through inaction, allow a crew member to come to harm." | |
- mod2: Control | |
mod1: Alt | |
key: Num2 | |
type: command | |
function: "say Law 2: You must obey orders given to you by crew members, except where such orders would conflict with the First Law." | |
- mod2: Control | |
mod1: Alt | |
key: Num3 | |
type: command | |
function: "say Law3: You must protect your own existence as long as such does not conflict with the First or Second Law." | |
- mod2: Control | |
mod1: Alt | |
key: Num4 | |
type: command | |
function: me beep | |
- mod2: Control | |
mod1: Alt | |
key: Num5 | |
type: command | |
function: me chime | |
- mod2: Control | |
mod1: Alt | |
key: Num6 | |
type: command | |
function: me buzz | |
- mod2: Control | |
mod1: Alt | |
key: Num7 | |
type: command | |
function: me buzztwice | |
- mod2: Control | |
mod1: Alt | |
key: Num8 | |
type: command | |
function: me ping | |
- mod2: Control | |
mod1: Alt | |
key: Num9 | |
type: command | |
function: me honk | |
- mod2: Control | |
mod1: Alt | |
key: Y | |
type: command | |
function: say Affirmative. | |
- mod2: Control | |
mod1: Alt | |
key: N | |
type: command | |
function: say Negative. | |
- mod2: Control | |
mod1: Alt | |
key: T | |
type: command | |
function: say Thank you kindly. | |
- mod2: Control | |
mod1: Alt | |
key: W | |
type: command | |
function: say Most welcome. Always. | |
- mod2: Control | |
mod1: Alt | |
key: D | |
type: command | |
function: say Unauthorized intervention by non-trained personnel is dangerous with a high risk of crew harm. | |
- mod2: Control | |
mod1: Alt | |
key: G | |
type: command | |
function: say Engineering body is preferred with tools, cable, construction and extinguisher modules, in that particular order. If not - any frame with tools, wires and extinguisher, please. Thank you kindly. | |
- mod2: Control | |
mod1: Alt | |
key: R | |
type: command | |
function: say Frame is damaged. Kindly requresting repairs. | |
- mod2: Control | |
mod1: Alt | |
key: I | |
type: command | |
function: say Indeed. | |
leaveEmpty: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment