Chase Bradley
Chase Bradley
In rare circumstances, a bot killed just outside of its spawn may drop credits within the robot spawn. This can lead to the credits becoming unobtainable, sometimes even with Scout's...
When a robot in MVM gets stuck, there is a failsafe in-place which intends to kill the robot after some time, but this is accomplished with TakeDamage(), which doesn't work...
Revised version of #922 Adds a new Lua function `log_to_stdout()` which sends log messages to the game's debug logger (`LOG_INFO`, `LOG_ERROR`, etc). Of the options, I think it's best to...
When I was working on a mod, I was needing to do password hashes. With the current Lua API, it's barely possible to hash data using existing Lua scripts, but...