ORION: Prelude Guide

How To: Console Commands with Custom Keybinds for ORION: Prelude

How To: Console Commands with Custom Keybinds

Overview

Explains how to add console commands to keybinds by modifying the INI files.

Useful Console Commands

Here is a list of useful console commands:

Command
Description
Say [message]
Sends a message to all teams.
TeamSay [message]
Sends a message to your team only.
Suicide
Kills you instantly. Useful for troubleshooting.
FOV [number]
Changes your field of view. Range is 60 to 100.
Exit
Closes the game to desktop.
QuitOnlineGame
Leaves the current game to main menu.

Description

This guide explains how to add custom keybinds that will activate a console command when pressed. This requires modifying only one INI file. Always backup your INI files before modifying them.

Step 1: Finding Your INI Files

Your ini files will be located in the game directory. Locate the ini files here “*SteamsteamappscommonOrion Dino BeatdownUDKGameConfig.” Depending on where you installed Steam, this general location should be the same.

Now, scroll to the bottom to find “UDKInput.ini” and open it via a text editor. Notepad can be used.

Step 2: Modifying Your INI File

Once UDKInput.ini is open, scroll to the bottom to the location as shown in this picture:


That is where you add new keybind entries. Be mindful of which keys are being used so you don’t have key conflicts. If you encounter errors, it will most likely be because the key was already being used by something else so double check your changes.

As you can see in the picture, I’ve already added a new entry:

Bindings=(Name=”RightControl”,Command=”suicide”,Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

This is an example of how your new entries should look. You can copy and paste this example and change it as you like.

Other Examples

Command=”Say !votedifficulty”
Command=”Say !votemap”
Command=”Say !votemode”
Command=”Say !votekick”
Command=”FOV 100″
Command=”FOV 75″
Command=”FOV 60″
Command=”Exit”
Command=”Suicide”
Command=”QuitOnlineGame”

If you want to know the keyboard key names for this engine, please follow this link and click “Mappable keys” in the table of contents:
[link]
You can also find other information in that link for more advanced keybinding techniques.
Note: MMB is missing from that documentation but the name of it is self explanatory: MiddleMouseButton

Save and Test Your Changes

Congratulations on your new INI changes. Save UDKInput.ini, close it, and try out your new custom keybinds.

Thank you for reading and have fun!

SteamSolo.com