View Issue Details

IDProjectCategoryLast Update
0021520AI War 2Bug - GameplayAug 26, 2019 11:31 am
ReporterZoreiss Assigned ToChris_McElligottPark  
Severitymajor 
Status resolvedResolutionfixed 
Product Version0.882-0.883 Research and Reconquest 
Fixed in Version0.884 The Helping Hat 
Summary0021520: Strikecraft sticking to transport but not loading into it
DescriptionWhen 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.
TagsNo tags attached.

Relationships

related to 0021525 resolvedChris_McElligottPark Stacks of units loading into transports are buggy 

Activities

Zoreiss

Aug 22, 2019 1:42 pm

reporter  

start.savemet (52 bytes)
start.save (478,818 bytes)

BadgerBadger

Aug 22, 2019 7:22 pm

manager   ~0052599

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.

Chris_McElligottPark

Aug 26, 2019 11:31 am

administrator   ~0052622

Thanks!

* Fixed an oversight (very old logic mixed with new logic) where stacks of ships could not get into transports. Needs to be tested.

Issue History

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