Ziktofel / Archipelago-SC2-data

Map and mod files for Archipelago-SC2
MIT License
1 stars 14 forks source link

Misc Bug Reports #111

Open MindHawk opened 5 months ago

MindHawk commented 5 months ago
MatthewMarinets commented 5 months ago

(Archipelago specific bug) Archipelago doubles the definition of three unnecessary entries in the ProtossWarpIn Actor definition in ArchipelagoPlayerWoL.SC2mod (the latter two non-AP_SuperWarpGateTrain events and the StageArray entry)

Note these extraneous entries are also present in ArchiopelagoPlayerLotV and ArchiopelagoPlayerLotVPrologue. When asking MindHawk, it looked like only the AP_SuperWarpGateTrain entry was necessary, the rest could be removed.

    <CActorProgress id="ProtossWarpIn">
        <!-- Override -->
        <On Terms="Abil.AP_SuperWarpGateTrain.TargetStart" Send="Create"/>
        <On Terms="ActorCreation; !ValidateUnit SuperPower" Target="_Unit" Send="$Birth 0 0.000000 0.000000 16.000000 AsDuration"/>
        <On Terms="ActorCreation; ValidateUnit SuperPower" Target="_Unit" Send="$Birth 0 0.000000 0.000000 5.000000 AsDuration"/>
        <StageArray AnimProps="Stand"/>
    </CActorProgress>
MatthewMarinets commented 5 months ago

(Unconfirmed) Flying Reapers have missing flyer helpers (check if H&H reapers get them)

Ferin confirmed this: image

For the people who are as slow on the uptake as I am, the flyer helper is that little vertical line going from the model to the ground below them, with the little circle at the actual unit's location projected on the ground.

Ziktofel commented 5 months ago

(Breakout) Raynor ally on Breakout has 1 armor upgrade, but icon is unupgraded. Enemy marines also have 1 armor and have proper icon. (I don't have infantry armor upgrades from archipelago) This is that Raynor gets upgrades from Archipleago and it's done in a way so he's always one level above you (not a bug)

MindHawk commented 5 months ago

(Breakout) Raynor ally on Breakout has 1 armor upgrade, but icon is unupgraded. Enemy marines also have 1 armor and have proper icon. (I don't have infantry armor upgrades from archipelago) This is that Raynor gets upgrades from Archipleago and it's done in a way so he's always one level above you (not a bug)

Having the upgrade is not the issue, the lack of a proper icon is. Marked Won't Fix

Ziktofel commented 5 months ago

(general protoss) Corsair attack AoE is not excluding invulnerable/missile, which results in them destroying missiles such as battlecruiser shots. is vanilla behavior, it's patched to not do so in coop, however

MatthewMarinets commented 5 months ago

(general protoss) Corsair attack AoE is not excluding invulnerable/missile, which results in them destroying missiles such as battlecruiser shots. is vanilla behavior, it's patched to not do so in coop, however

I'd call that a vanilla bug and agree that it should be fixed. It's janky and unknown enough that I don't think anyone is intentionally using it in vanilla or AP, it's unexpected enough that it feels wrong if you learn it, and the corsair is plenty strong already.