Game Speed Adjuster - HWRM/KarosGraveyard GitHub Wiki

The in-game speed can be increased or decreased using keyboard shortcuts. This works in the campaign and skirmish, but does not work in online multiplayer. To use this feature, it must be setup using the instructions below.

Keyboard Shortcuts

  • Increase Speed: Shift + \
  • Normal Speed: \
  • Decrease Speed: Ctrl + \

Instructions

  1. Open your player configuration file in notepad located here: "HomeworldRM\Bin\Profiles\Profile1\PLAYERCFG.LUA"
  2. Put the following code in the ControlsOptions area of your file:
{0,"TurboEnable(4)",0,0,"debugbind2",{16,220,},},
{0,"TurboEnable(1)",0,0,"debugbind2",{17,220,},},
{0,"TurboEnable(2)",0,0,"debugbind1",{220,},},

Alternative Instructions

  1. Open your release folder here: "HomeworldRM\Bin\Release"
  2. Create a text file in notepad and name it "autoexec.lua"
  3. Put the following code in the file:
bind2("TurboEnable(4)", SHIFTKEY, BACKSLASHKEY )
bind2("TurboEnable(1)", CONTROLKEY, BACKSLASHKEY )
bind1("TurboEnable(2)", BACKSLASHKEY )

Comments

Page Status

Updated Formatting? Yes
Updated for HWRM? Yes