Whats in the SDK?
Each SDK will be different, but lets use the Projectile SDK as an example. The projectile SDK contains two notecards: • CERIX SDK Manual (CMT)- This describes the basic rundown of how the SDK works. There’s more info on this website. • cerix_config (CMT) – This notecard must be filled out by the developer to configure the weapon. And three scripts: • cerix_control (CT) – This script handles pretty well everything. Pass a link message to it to fire a bullet, and it handles CERIX hud reporting, firing the bullet, how much damage is done, all that stuff. It also sends back other messages to let your own scripts know when to trigger effects like reloading, etc. • cerix_bullet (CT) – This script goes in your bullet prim. It handles reporting and damage from the bullet’s end. • example_gun (CMT) – This script is a modifiable example of how to configure your gun script to work with the cerix_control script. If you drop it in a build with the cerix_control script and a cerix_config notecard, i