You are viewing a potentially older version of this package. View all versions.
StimmTech-AerosSkillsTurretCompat-1.2.0 icon

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-5.4.2121 icon
bbepis-BepInExPack

Unified BepInEx all-in-one modding pack - plugin framework, detour library

Preferred version: 5.4.2121
DragonycksModdingComms-AerosSkills-2.4.2 icon
DragonycksModdingComms-AerosSkills

Adds new skills to multiple survivors. -V2.4 with new skills for Huntress, Railgunner and False Son.

Preferred version: 2.4.2
WPhantom-Synced_Turrets-0.1.0 icon
WPhantom-Synced_Turrets

Syncs Engineers items with turrets whenever he gains/loses an item.

Preferred version: 0.1.0
Chinchi-InfusedTurrets-1.0.0 icon
Chinchi-InfusedTurrets

Engineer Turrets inherit Infusion HP bonus.

Preferred version: 1.0.0
Watch_Me_Be_Meh-TurretDeathNote-0.3.0 icon
Watch_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.0

README

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-BepInExPack
  • DragonycksModdingComms-AerosSkills
  • WPhantom-Synced_Turrets
  • Chinchi-InfusedTurrets
  • Watch_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.0 test 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_Turrets
    • InfusedTurrets
  • Added TurretDeathNote compatibility for Aeros railgun turret deaths.
  • Added soft dependency detection and reflection-safe integration paths.