KaioCode Demos

by Kaiochao
Demo files for KaioCode
ID:2461177
 


Compatibility note: For BYOND 515+, in cases such as EVENT_ADD(), proc paths need to be wrapped in nameof() so that their overrides are called instead of only the original definition.

This collection showcases demos for the KaioCode library. When you open the project, you'll encounter several unticked code files, allowing you to activate them individually and observe their effects. These files will automatically include any dependencies they need, except for Common.dm, which must always be active.

For instance, activating TopDownShooter.dm alone will set up controls for switching guns using the number keys (1, 2, 3) and for aiming and shooting with the mouse. To move, you'll also need to activate a Controls file, like TankControls or VelocityControls.