Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Projectiles Configurator
Allows for user to configure most values of all projectiles.
| Date uploaded | 6 months ago |
| Version | 1.0.0 |
| Download link | Brynzananas-Projectiles_Configurator-1.0.0.zip |
| Downloads | 70 |
| Dependency string | Brynzananas-Projectiles_Configurator-1.0.0 |
README
How to use
On first game load every projectile will have an "enable config" config. They do not appear in Risk of Options menu. Close the game and start enabling what projectiles you want to configure, after that launch the game and all enabled projectiles to configure will have all available projectile configurations. These configs do appear in Risk of Options menu.
Projectiles Configurations
Currently there are configurations only for ProjectileSimple, ProjectileExplosion, ProjectileCharacterController, ProjectileOverlapAttack, ProjectileSteerTowardTarget and BoomerangProjectile.
Compatibility with other mods
To add a compatibility subcscribe to GetProjectileCustomConfigs that will run during projectile configs generation when config for projectile is enabled. Gameobject argument will spit any projectile, so expect that it will not have projectile component you want to configure. There get your needed component, check if it is not null and create configs. Please create configs either by using CreateConfig mthods of this mod or bind from this mods config file to keep projectile configs in this mods config file
CHANGELOG
1.1.0
-
Improved mod compatibility feature
-
Added GetProjectileCustomConfigsAsync event
-
Added configs for MissileController