You are viewing a potentially older version of this package. View all versions.
red_eye-LethalAutocomplete-0.1.0 icon

LethalAutocomplete

Autocomplete terminal commands + history

Date uploaded 7 months ago
Version 0.1.0
Download link red_eye-LethalAutocomplete-0.1.0.zip
Downloads 1746
Dependency string red_eye-LethalAutocomplete-0.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
NotAtomicBomb-TerminalApi-1.4.0 icon
NotAtomicBomb-TerminalApi

A Terminal Api

Preferred version: 1.4.0
Rune580-LethalCompany_InputUtils-0.4.2 icon
Rune580-LethalCompany_InputUtils

Utilities for creating InputActions and having them be accessible in game

Preferred version: 0.4.2

README

Lethal Autocomplete

This mod adds to the game ability to quickly print terminal commands. Also it allows to look through commands history.


Left Shift - autocomplete (click again to print other results)

Up Arrow - previous command

Down Arrow - next command


Source

https://github.com/IlyaChichkov/LethalAutocompleteMod

CHANGELOG

0.4.3

  • Update readme file

0.4.2

  • Add commands and history blacklists

0.4.1

  • Changed:
  • Made save path in config file optional and use user's local path by default.

0.4.0

  • Added:
  • Autocomplete for commands containing several words, such as: buy, route, info, view.
  • Count option autocomplete for buy command.

0.3.0

  • Added:
  • Weights to commands for more precise autocomplete, editable in the config file.
  • Commands history saving.
  • Fixed:
  • Small issues.

0.2.1

  • Non-critical errors handling.

0.2.0

  • Add plugin config file with keys binding.

0.1.0

  • Added:
  • Autocomplete on Left Shift button.
  • Commands history look through Arrow Up/Down buttons.