View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0024997 | AI War 2 | Bug - Gameplay | May 19, 2021 6:31 pm | Oct 27, 2021 8:14 pm | |
Reporter | NB_FlankStrike | Assigned To | tom.prince | ||
Status | resolved | Resolution | fixed | ||
Product Version | 3.000 Begin The Onslaught | ||||
Fixed in Version | Beta 3.740 Code Panopticon | ||||
Summary | 0024997: Stationary Flagships do not travel to specific location within system | ||||
Description | If I z right click a set location within a system that the stationary flagship is not within, the flagship warps into the entrance and stops there. https://gfycat.com/halfwearybluemorphobutterfly (turn sound on) | ||||
Tags | No tags attached. | ||||
|
stationary-flagship-planet-move-order.patch (1,245 bytes)
# HG changeset patch # User Tom Prince <[email protected]> # Date 1635048206 21600 # Sat Oct 23 22:03:26 2021 -0600 # Node ID 9374e64a02f49ff9baf1f2ff34061c5d2dcd49b9 # Parent b37e0bd8e1d562701371708c790082bcd871fb0b Allow stationary flagships to travel to specific planet locations with modifier. diff --git CodeExternal/AIWarExternalVisualizationCode/src/UnitSelection/PlanetViewSelector.cs CodeExternal/AIWarExternalVisualizationCode/src/UnitSelection/PlanetViewSelector.cs --- CodeExternal/AIWarExternalVisualizationCode/src/UnitSelection/PlanetViewSelector.cs +++ CodeExternal/AIWarExternalVisualizationCode/src/UnitSelection/PlanetViewSelector.cs @@ -1243,6 +1243,7 @@ namespace Arcen.AIW2.ExternalVisualizati remoteCommand.PlanetOrderWasIssuedFrom = Engine_AIW2.Instance.NonSim_GetPlanetIndexBeingCurrentlyViewed(); remoteCommand.ToBeQueued = true; //this is always queued, since we have some wormhole move commands already remoteCommand.RelatedPoints.Add( SimPointUnderCursor ); + remoteCommand.RelatedMagnitude = InputFlags.Has( ArcenInputFlags.OrdersReachStationaryFlagshipsOrSkipRegularOnes ) ? 1 : 0; workingSquadsThatNeedOtherKindsOfOrders.Clear(); |
Date Modified | Username | Field | Change |
---|---|---|---|
May 19, 2021 6:31 pm | NB_FlankStrike | New Issue | |
May 19, 2021 6:39 pm | NB_FlankStrike | Description Updated | |
Oct 24, 2021 12:04 am | tom.prince | Note Added: 0062993 | |
Oct 24, 2021 12:04 am | tom.prince | File Added: stationary-flagship-planet-move-order.patch | |
Oct 27, 2021 7:34 am | tom.prince | Assigned To | => tom.prince |
Oct 27, 2021 7:34 am | tom.prince | Status | new => resolved |
Oct 27, 2021 7:34 am | tom.prince | Resolution | open => fixed |
Oct 27, 2021 7:34 am | tom.prince | Fixed in Version | => Beta 3.740 Code Panopticon |
Oct 27, 2021 7:38 am | tom.prince | Relationship added | has duplicate 0024952 |
Oct 27, 2021 8:14 pm | tom.prince | Relationship deleted | has duplicate 0024952 |