
The player having less games played won't be able to join the room. /maxclients - Sets the maximum amount of players who'll be able to locate in the room at the same time (minimum - 4 maximum - 32)./motd - Sets the welcome message for your room./desc - Sets the description for your room that's being showed in the server list.*Suitable when using the /set commands (see below).
#Toribash replay password#



In past, when you attach multiple callbacks to the same Lua event you couldn't predict which order they'll be executed in. This will be especially useful if you need to draw a lot of textures which will normally get capped by max texture limit.Īll Lua hooks are now executed in a predetermined order You can now load a single master texture and render its specific parts. With 5.60 we're adding documentation for all existing Toribash functions as well as for built-in classes like UIElement or PlayerInfo.ĮmmyLua is available as an extension for VSCode or IntelliJ IDEA.Ĭurrent alpha version does not have the final documentation yet and will receive further updates closer to stable release. We know Toribash has been notorious for its lack of documentation when it comes to game-specific Lua functionality. What's new in Toribash 5.60: Lua replay manipulation updatesĪll player or environment changes (position, rotation, velocity, etc) triggered with Lua are now properly stored in replay files.
