IlyaChichkov/LethalAutocompleteMod

SignalTranslator is supposed to have a space.

Opened this issue · 2 comments

When you use this to autocomplete "signal translator" it doesn't put a space in.
Adding a space to it in save.json does not work either, and seems to revert to "SignalTranslator" whenever you restart the game.

Hello, that's because ingame commands have multiple nouns to call and autocomplete gets one of them. Json file only allows to add some commands that were not discovered automatically by script, if command was discovered then the one in the file will be replaced with it.
Does this issue breaks the game though?

It prevents the terminal from understanding the command and says it is an invalid command.