Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 May 14:30

Based on 0bfec09

Changes

  • Added a new mod: ConsoleKeybindsMod - it adds Source engine-like bind command to the console. This one should be game-agnostic which means it can theoretically work in other games without any changes.
    • bind <Key> <Command> - bind a console command to a key (any command, engine or custom, doesn't matter)
    • binds - print all binds
    • unbind <Key> - unbind a key
    • unbindall
    • listkeys - get a list of all possible keys for bind (will freeze the game for some time)
  • New commands in ETBCommandsMod:
    • help or aliases - prints all commands and aliases
    • dc - alias for ToggleDebugCamera
    • t - alias for Teleport
    • fullbright or fb - toggle between Unlit and Lit modes
    • noclip or nc - toggle source engine-like noclip (this one is very cool)
    • getpos - copy current coordinates
    • setpos <X> <Y> <Z> <Pitch> <Yaw> - teleport to coordinates
  • Fixed other ETBCommandsMod commands not working properly in multiplayer
  • Hopefully fixed crashes related to live view
  • Added auto search refresh when switching to live view tab

If you are replacing an old installation, also replace the Mods folder to get the latest changes (especially for this release).

If you want to develop mods, download the zDev-UE4SS_... version - it contains the pdb file for easier debugging.