View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0021520 | AI War 2 | Bug - Gameplay | Aug 22, 2019 1:42 pm | Aug 26, 2019 11:31 am | |
Reporter | Zoreiss | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.882-0.883 Research and Reconquest | ||||
Fixed in Version | 0.884 The Helping Hat | ||||
Summary | 0021520: Strikecraft sticking to transport but not loading into it | ||||
Description | When I load my fleet some strikecraft will just stick to the hull of the Flagship and gain the speed boost. they can take up to 8 seconds to slowly load inside. | ||||
Tags | No tags attached. | ||||
related to | 0021525 | resolved | Chris_McElligottPark | Stacks of units loading into transports are buggy |
|
|
|
The problem here seems to be that units which are stacks can't currently be added to a transport: public CannotTransportReason GetCanBeTransportedRightNow() { ............ if ( this.ExtraStackedSquadsInThis >0 ) return CannotTransportReason.IAmAStack; } So the game loads all the non-stacked units, then waits for the stacked units to un-stack (since there are now fewer units), then loads the units as they unstack. I think the fix is probably just to allow Stacks to be transported, and make sure that we update TransportContents.Add() to make sure it handles stacks correctly. |
|
Thanks! * Fixed an oversight (very old logic mixed with new logic) where stacks of ships could not get into transports. Needs to be tested. |
Date Modified | Username | Field | Change |
---|---|---|---|
Aug 22, 2019 1:42 pm | Zoreiss | New Issue | |
Aug 22, 2019 1:42 pm | Zoreiss | File Added: start.savemet | |
Aug 22, 2019 1:42 pm | Zoreiss | File Added: start.save | |
Aug 22, 2019 7:01 pm | BadgerBadger | Assigned To | => BadgerBadger |
Aug 22, 2019 7:01 pm | BadgerBadger | Status | new => resolved |
Aug 22, 2019 7:01 pm | BadgerBadger | Resolution | open => fixed |
Aug 22, 2019 7:01 pm | BadgerBadger | Fixed in Version | => 0.884 The Helping Hat |
Aug 22, 2019 7:01 pm | BadgerBadger | Status | resolved => new |
Aug 22, 2019 7:01 pm | BadgerBadger | Resolution | fixed => reopened |
Aug 22, 2019 7:22 pm | BadgerBadger | Note Added: 0052599 | |
Aug 22, 2019 7:23 pm | BadgerBadger | Assigned To | BadgerBadger => Chris_McElligottPark |
Aug 22, 2019 7:23 pm | BadgerBadger | Status | new => assigned |
Aug 23, 2019 10:25 am | BadgerBadger | Relationship added | related to 0021525 |
Aug 26, 2019 11:31 am | Chris_McElligottPark | Status | assigned => resolved |
Aug 26, 2019 11:31 am | Chris_McElligottPark | Resolution | reopened => fixed |
Aug 26, 2019 11:31 am | Chris_McElligottPark | Note Added: 0052622 |