-
Notifications
You must be signed in to change notification settings - Fork 10
Home
Documentation is just starting to grow and is still incomplete. If you need additional information, you can ask in Discord, ask in the forums, study the source code, or decompile the game's managed assemblies like Assembly-CSharp.dll.
Version 1.0 of djkrose's Scripting Mod introduces a full event system with some unique events that you don't find in the vanilla game or any other mod. Additional event data offers detailed information about an event cause, for example what weapon type was used. All events work well with JavaScript, Lua script, or external game managers like Botman and RAT.
-
Event Logging
How to log events to the console for use with external game managers. -
Event Scripts
How attach JavaScript or Lua scripts to an event. -
Event List
Full list of available events with example of events data in JSON format.