Cargo marshalling for preciuos metals

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

Post Reply
dybal
---- E L I T E ----
---- E L I T E ----
Posts: 499
Joined: Mon Feb 10, 2020 12:47 pm

Cargo marshalling for preciuos metals

Post by dybal »

From the wiki I got the understanding that this should happen for, let's say, Gold:
(The manifest on station don't show the number of TCs after the commodity, as it does in-flight... the number I show was taken from the Cargo header since Gold was the only cargo)

Code: Select all

In Station->(launch)->In Flight
499kg - 0t                 499kg(0TC)
500kg - 1t                 500kg(1TC)
1001kg - 1t               1001kg(1TC)               
1498kg - 1t               1498kg(1TC)
1499kg - 1t               1499kg(1TC)
1500kg - 2t               1500kg(2TC)
1999kg - 2t               1999kg(2TC)
2001kg - 2t               2001kg(2TC)
2498kg - 2t               2498kg(2TC)
2499kg - 2t               2499kg(2TC)
2500kg - 3t               2500kg(3TC)
But this is what happens (both 1.88 and trunk):

Code: Select all

In Station->(launch)->In Flight
499kg - 0t                 499kg(0TC)
500kg - 1t                 500kg(1TC)
1001kg - 1t               1001kg(1TC) 
1498kg - 1t               1498kg(1TC)             
1499kg - 1t               1499kg(2TC) <==========
1500kg - 2t               1500kg(2TC)
1999kg - 2t               1999kg(2TC)
2001kg - 2t               2001kg(2TC)
2498kg - 2t               2498kg(2TC)
2499kg - 2t               2499kg(3TC) <==========
2500kg - 3t               2500kg(3TC)
I will not call it a bug, since i might be the wiki that's wrong :D
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6776
Joined: Wed Feb 28, 2007 7:54 am

Re: Cargo marshalling for preciuos metals

Post by another_commander »

Bug confirmed. Fixed in commit 6b5ec6a.
Post Reply