Wargus / wargus

Importer and scripts for Warcraft II: Tides of Darkness, the expansion Beyond the Dark Portal, and Aleonas Tales
GNU General Public License v2.0
357 stars 55 forks source link

Evaluation of lua-expression from in-game console. #350

Closed ipochto closed 3 years ago

ipochto commented 3 years ago
  1. Added eval cheat which allow to execute lua expressions from in-game console.
  2. Added possibility to reload whole *.lua files from scripts folder. You just need to enter filename.lua in the in-game console.
  3. This features enabled only for debug version of stratagus.

NB: works only with code from this PR: https://github.com/Wargus/stratagus/pull/325