More actions
Line 117: | Line 117: | ||
|- | |- | ||
| Alt + D || Rotate-Vehicle-Clockwise || Rotates the Tank Clockwise | | Alt + D || Rotate-Vehicle-Clockwise || Rotates the Tank Clockwise | ||
|- | |||
| N/A || Empty || Empties storage items (bags, belts, etc) | |||
|} | |} | ||
<br> | <br> |
Revision as of 01:01, 29 November 2019
Warning! Misuse or spamming of this feature can result in a ban.
Macros are a very robust feature of SS13, allowing the player to attach any verb to (almost) any key combination.
Macros That Are Already In
This is a basic list of the Macros that are built into the server.
- F1 = Adminhelp
- F2 = OOC
- F3 = Say
- F4 = Me
- Ctrl + Click = Quick Grab (Make sure to have an empty hand.)
- Shift + Click = Quick Examine (Marine Use/Some Alien Castes)
- Shift + Middle Click = Point to
- Ctrl + Middle Click = Tactical Binoculars lazer target
- Shift + Click = Throwing a Hugger as Carrier or Spitting neurotoxin as a sentinel. (If you have enabled the shift click function in the alien tab.)
Managing Macros
Macros can be accessed and edited in two ways, from the in-game client by Right-click the top in-game title bar -> Client -> Macros. The other way is editing "macros.dmf" file with a text editor. The macros.dmf is in C:\Users\[YOU]\Documents\BYOND\cfg, open macros.dmf in a text editor (Notepad++ recommended, but Notepad works fine, too)
Creating a Macro
- The key used must not already be used by the client/server (See Unusable keys)
- The command must contain dashes (-) in the place of spaces
- The full verb must be used as the command. E.g. unique-action
- The command is NOT case-sensitive. E.g. Join-as-Xeno works fine.
Examples
General Commands
Key | Command | Function |
---|---|---|
Shift + F2 | LOOC | Speak in LOOC (Local Out of Character chat) |
Spacebar | Resist | Drop and roll to extinguish the fire, break out of alien nest and unbuckle |
Shift + G | Rest | Rest on weed to regenerate health as alien or lay down to avoid FF as marine |
Escape | Cancel-Camera-View | Stop looking up/down ladder and camera |
Shift + W/A/S/D | Northface/Westface/Eastface/Southface | Turn north/west/east/south (essentially dance if excuted in quick succession) |
Shift + E | Toggle-Darkness | Disable darkness (ghost only) |
P | Join-as-Xeno | Open join Xeno window (ghost only) |
[ | Join-Response-Team | Sign up as a candidate for emergency response team (ghost only) |
] | Toggle-SpecialRole-Candidacy | Open the special role candidacy window |
I | .ping | Ping the server to see how high the ping is (and disengage when it's high) |
U | Re-enter-corpse | Re-enter the body, useful when a medic is trying to revive you. |
Ctrl+W | northfaceperm | Lock your facing direction north. |
Ctrl+A | westfaceperm | Lock your facing direction west. |
Ctrl+S | southfaceperm | Lock your facing direction south. |
Ctrl+D | eastfaceperm | Lock your facing direction east. |
Marine Commands
Type *help to see the list of emotes.
Key | Command | Function |
---|---|---|
C | unique-action | Pump shotgun and ignite incinarator |
V | use-attachment | Toggles either a single attachment or pops open a menu to select from. UGL, masterkey, etc |
B | Toggle-burst-fire-mode | Toggle burst fire (M41A, M39, etc) |
J | use-rail-attachment | Uses the rail attachment on your weapon. (Rail Light, Scopes.) |
F | Unload-weapon\nActivate-Held-Object\nSwap-Hand | Eject the magazine then free up a hand for reloading |
N/A | Toggle-Stock-Attachment | Extends or contracts the stock attachment on a weapon (if possible). |
N/A | Toggle-Underbarrel-Attachment | Activates the under barrel attachment. |
N/A | Toggle-Auto-Eject | Enables/Disables the auto eject magazines function on weapons. |
G | Pick-up M41A-Pulse-Rifle-MK2 | Pick up a M41A that's near you |
` | Toggle-Gun-Safety | Toggle the gun's safety on/off. |
Alt + ` | Show-Held-Item | Show the item in your hand for others to take a look |
Alt + Q | Say "*medic" | Medic emote |
Alt + E | Say "*scream" | Scream emote so you can get help when you are caught out of position |
Alt + W | Northface\nSay "Contact North!" | Turn north and yell Contact North! (add east, south, and west too) |
6 | Say ";Help!" | Yell Help! in squad comms as you got dragged to a dark alley and mauled |
Shift + E | Issue-Order | Open the Issue Order window (SL and SO/XO/CO only) |
Alt + 1 | Say "Let's go!" | Yell Let's go! (useful to urge friendlies relucent to fallback or push) |
Alt + 2 | Say "Fallback!" | Yell Fallback! (useful to urge friendlies to fallback when they overextend) |
Alt + 3 | Say "Hold!" | Yell Hold! |
Alt + 4 | Say "Stick together!" | Yell Stick together! |
Alt + 6 | Say ";On me!" | Yell On me! in comms, useful when you are SL |
Alt + 7 | Say ";Need backup!" | Yell Need backup! in comms |
Alt + C | Specialist-Activation | Toggles a specialists equipment (where applicable) |
Alt + A | Rotate-Vehicle-Counterclockwise | Rotates the Tank Counterclockwise |
Alt + D | Rotate-Vehicle-Clockwise | Rotates the Tank Clockwise |
N/A | Empty | Empties storage items (bags, belts, etc) |
Alien Commands
Type *help to see the list of emotes. Using an emote without a number will have the game choose randomly for you.
Key | Command | ExpandFunction |
---|
Unusable keys
- F1 to F12
- 5 (Toggle-Move-Intent, default keybind to 5 in hotkey mode and Ctrl-5 in normal mode. )
- Alt + F, I, H, and T
- Keys listed below.
Hotkey List:
This section means that these key commands can be only be used with hotkey mode toggled on.
What it does: | ExpandHotkey: |
---|
Any Mode:
This section means that these key commands can be used even with hotkey mode toggled off.
What it does: | ExpandHotkey: |
---|
Advanced Usage
The \n character combination can be used to input a "newline" between macros, allowing several verbs to be called from a single macro. Some examples above utilize \n as well.
- Space: Resist\nCrawl-Through-Vent
- Alt + W: Northface\nSay "Contact North!"
- `: Hive-Status\nToggle-Gun-Safety
Additional Links
- Macroing 102 by ForwardslashN (Outdated)
- Simple Macro guide by Challenger (Outdated)