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.
AerosSkillsTurretCompat
Compatibility bridge for AerosSkills Engineer railgun turret with Synced_Turrets, InfusedTurrets, and TurretDeathNote.
| Date uploaded | 2 months ago |
| Version | 1.2.0 |
| Download link | StimmTech-AerosSkillsTurretCompat-1.2.0.zip |
| Downloads | 1297 |
| Dependency string | StimmTech-AerosSkillsTurretCompat-1.2.0 |
This mod requires the following mods to function
bbepis-BepInExPack
Unified BepInEx all-in-one modding pack - plugin framework, detour library
Preferred version: 5.4.2121DragonycksModdingComms-AerosSkills
Adds new skills to multiple survivors. -V2.4 with new skills for Huntress, Railgunner and False Son.
Preferred version: 2.4.2WPhantom-Synced_Turrets
Syncs Engineers items with turrets whenever he gains/loses an item.
Preferred version: 0.1.0Watch_Me_Be_Meh-TurretDeathNote
Notifies players that your Engineer doesn't actually care for their turrets. (Shows in chat when a turret dies)
Preferred version: 0.3.0README
AerosSkills Turret Compat
Compatibility patch for AerosSkills Engineer TR90 railgun turret.
What It Fixes
AerosSkills uses a custom deployable slot (AerosSkills.Prefabs.bigTurret), while several turret mods only handle vanilla Engi turret assumptions. This plugin bridges that mismatch.
Integrations included:
- Synced_Turrets: applies turret inventory sync to Aeros railgun turrets.
- InfusedTurrets: applies infusion bonus inheritance to Aeros railgun turrets.
- TurretDeathNote: reports Aeros railgun turret deaths in chat like vanilla turret deaths.
Requirements
bbepis-BepInExPackDragonycksModdingComms-AerosSkillsWPhantom-Synced_TurretsChinchi-InfusedTurretsWatch_Me_Be_Meh-TurretDeathNote
Install
Install with Thunderstore/r2modman.
Manual path:
BepInEx/plugins/stimmchen-AerosSkillsTurretCompat/AerosSkillsTurretCompat.dll
Notes
- Soft integration logic in-code, but this package lists integration targets explicitly for modpack consistency.
- Includes both deployable-slot compatibility and death-notification compatibility.
CHANGELOG
Changelog
1.2.0
- Fixed a runtime IL issue introduced in the first
1.2.0test build. - Added safer TurretDeathNote compatibility fallback for current RoR2 build field changes.
- Added compatibility debug logging for:
- Synced_Turrets attach events
- InfusedTurrets infusion copy events
- Added duplicate Aeros turret spawn suppression guard.
1.1.0
- Initial public release.
- Added AerosSkills custom deployable slot compatibility for:
Synced_TurretsInfusedTurrets
- Added
TurretDeathNotecompatibility for Aeros railgun turret deaths. - Added soft dependency detection and reflection-safe integration paths.