0.2.0
0.2.0 - 13/08/2024
New:
- HavokScript is now the interpreter used in the project. Simply type any expression into the command line, it'll be executed by the game directly.
- You can now load lua files using either
/dofile {filepath}
ordofile({filepath})
.
Fixes:
- New instances of the InfExt thread won't be created in crashes.