Devlogs
v1.8 - Ammo System Implemented
- New: Script call "this.addProjectileEquip(name, index)" will add projectile to appropriate equip slot
- New: Player character can control multiple projectiles, scroll with pageup/pagedown
- New: Script call "this.setProjectileEquip(index) will forcibly set equipped projectile index to said value. Ignores set max from plugin parameters.
- New: Set max number of projectile equip slots
- New: Parameter added, "Map UI Configuration" to setup custom UI which is more in-depth than old parameter: "Resource UI"
- Deleted: All code for parameter "Resource UI" unlinked from plugin. Following updates will scrub code.
- Adjustment: Player projectiles now generated from their equipped selection.