KaioCode Demos

by Kaiochao
Demo files for KaioCode [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Kaiochao.KaioCodeDemos##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Kaiochao.KaioCodeDemos##version=0

152 downloads
Latest Version
Date added: Apr 30 2019
Last updated: Jun 21 2024
3 fans


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.