EverestAPI / CelesteTAS-EverestInterop

Everest interop for DevilSquirrel's CelesteTAS
https://github.com/EuniverseCat/CelesteTAS
MIT License
67 stars 28 forks source link

Remove some log of InfoWatchEntity #61

Closed LozenChen closed 10 months ago

LozenChen commented 10 months ago

make InfoWatchEntity no longer log to the in-game command console (but still log to Everest's Logger)

some reasons to do this:

  1. we already have infoHUD and Everest's log console window
  2. Due to the limit of the in-game command console, you can actually only read up to last 30 lines of the InfoWatchEntity logs (which is not even enough for a spring), making this function even more useless
DemoJameson commented 10 months ago

you can scroll the console by pressing ctrl+up/down, and set ExtraCommandHistoryLines in modsettings-Everest.celeste if you want to keeping more history