V2.20 Max TF size bug

Post bug reports here.

Moderator: Tankerace

Post Reply
User avatar
Grouchy
Posts: 1016
Joined: Wed Sep 26, 2001 8:00 am
Location: Nuenen, Noord-Brabant, Nederland
Contact:

V2.20 Max TF size bug

Post by Grouchy »

If you create a new TF and put 25 ships (the maximum) in it, and change your mind and put a ship back into the harbor to change it for another ship, you get a message telling you that there are already the maximum ships (25) in your TF.
But now there are less then 25 ships in it.

Seems that the program doesn't decrease the numbers of ships that where placed in that TF.
Image
Yamamoto
Posts: 742
Joined: Wed Nov 21, 2001 10:00 am
Location: Miami, Fl. U.S.A.

Post by Yamamoto »

Exit the "create task force" routine and then select "transfer ships" and you can add ships again.

Yamamoto
User avatar
Grouchy
Posts: 1016
Joined: Wed Sep 26, 2001 8:00 am
Location: Nuenen, Noord-Brabant, Nederland
Contact:

Post by Grouchy »

yup, I know. The bug itselfs is no biggy and there are easy workarounds for it. But nevertheless a bug is a bug :p
Image
User avatar
pasternakski
Posts: 5567
Joined: Sat Jun 29, 2002 7:42 pm

Post by pasternakski »

I don't think this is a "bug." It is merely a matter of working more carefully with the "create transport TF" routines.
Put my faith in the people
And the people let me down.
So, I turned the other way,
And I carry on anyhow.
Deathifier
Posts: 274
Joined: Mon Jun 17, 2002 1:09 pm
Location: Sydney, Australia
Contact:

Post by Deathifier »

It's a bug.

25 - n < 25 (with n > 0).
Currently if you hit the max TF size it seems like some flag is set or the game forgets to decrement the internal TF size when you take ships out.
Just a small annoying thing.

- Deathifier
User avatar
pasternakski
Posts: 5567
Joined: Sat Jun 29, 2002 7:42 pm

Post by pasternakski »

I don't think this is a "bug." It is merely a matter of working more carefully with the "create transport TF" routines.

The routine does not recognize subtraction. You have to go to the "add ships" function in order to add ships after removing any. We're lucky we don't have to disband the task force and start over.

So don't subtract.
Put my faith in the people
And the people let me down.
So, I turned the other way,
And I carry on anyhow.
User avatar
Veer
Posts: 377
Joined: Tue Jun 25, 2002 11:26 am
Location: Excuse me

Post by Veer »

It's a bug. A small one, but a bug nonetheless. I've noticed it too, and while not something big enough to complain about, it will be nice if they fixed it.
In time of war the first casualty is truth. - Boake Carter
User avatar
siRkid
Posts: 4177
Joined: Tue Jan 29, 2002 10:00 am
Location: Orland FL

Post by siRkid »

I'll add it to the list but remember being on the list does not mean it will get fixed.

Rick
Former War in the Pacific Test Team Manager and Beta Tester for War in the East.

Image
User avatar
Feinder
Posts: 7178
Joined: Wed Sep 04, 2002 7:33 pm
Location: Land o' Lakes, FL

Post by Feinder »

Bug. Been frustrated by this many times. Yes, there's a workaround, but it's still a bug.

-F-
"It is obvious that you have greatly over-estimated my regard for your opinion." - Me

Image
User avatar
Veldor
Posts: 1434
Joined: Sun Dec 29, 2002 9:32 am
Location: King's Landing

Post by Veldor »

Originally posted by pasternakski
I don't think this is a "bug." It is merely a matter of working more carefully with the "create transport TF" routines.

The routine does not recognize subtraction. You have to go to the "add ships" function in order to add ships after removing any. We're lucky we don't have to disband the task force and start over.

So don't subtract.


You seem to be missing the "smiley" if this is more sarcasm.

If your car doesn't work you can still walk to work or hitch a ride. But it doesn't mean you shouldn't fix your car...

Little "bugs" like this one add up to more time spent tripping over the interface and less time on whats really important. Not too mention added frustration and stress.

Not that it should be at the top of the list, but there should be no question as to whether it gets on the list or not.

Besides I know for a fact that it has to be extremely easy to fix this bug in comparison to many others. For one it 100% replicatable. That's the main thing any programmer, network admin, engineer, or pc tech needs to fix any problem in general. "If you can re-create the problem, I can fix it!" Second its nearly purely computational, Third it use to work.

Send me the code and I'll do it myself! :)
Sonny
Posts: 2005
Joined: Wed Apr 03, 2002 9:51 pm

Post by Sonny »

Don't create TF with more than 24 ships.:D
Quote from Snigbert -

"If you mess with the historical accuracy, you're going to have ahistorical outcomes."

"I'll say it again for Sonny's sake: If you mess with historical accuracy, you're going to have
ahistorical outcomes. "
User avatar
pasternakski
Posts: 5567
Joined: Sat Jun 29, 2002 7:42 pm

Post by pasternakski »

Better yet, plan ahead of time which ships you need in the TF before you start clicking them in.
Put my faith in the people
And the people let me down.
So, I turned the other way,
And I carry on anyhow.
User avatar
Veer
Posts: 377
Joined: Tue Jun 25, 2002 11:26 am
Location: Excuse me

Post by Veer »

Originally posted by Sonny
Don't create TF with more than 24 ships.:D


That's not the only issue. Try this: Add 13 ships to a TF, then remove them, add another 12 (can be the same ships), remove those too... then try and add 1 ships to the now empty TF. Problem is? - you can't! The program dosn't see subtratcions, so even though you removed all the ships from your TF it still thinks you have 13+12 = 25 ships, and thus blocks you from adding anymore.
In time of war the first casualty is truth. - Boake Carter
Deathifier
Posts: 274
Joined: Mon Jun 17, 2002 1:09 pm
Location: Sydney, Australia
Contact:

Post by Deathifier »

Originally posted by pasternakski
Better yet, plan ahead of time which ships you need in the TF before you start clicking them in.

That doesn't work if say I want to add a bunch of ships which are neatly grouped together on my screen after being sorted, and when I click the first one (and click anticipating the next one to move up) the screen jumps to some random ship that the game says comes next!

That ship is added and then has to be removed, and if it the TF is going to have the max contingent of ships this scenario happens a few more times - if I spend 10 seconds each time I click waiting to see if the interface jumps and then scrolling back to find the ship I wanted, it adds up pretty fast.
No amount of 'planning' is going to fix that :D

So now you have two bugs to play with!

- Deathifier
User avatar
m0ngoose
Posts: 50
Joined: Wed Dec 18, 2002 10:41 pm
Location: Southern California

the second bug...

Post by m0ngoose »

Yeah, I agree that the jumping around in the selection list is even worse of a bug than the subtraction problem. It's annoying as hell and really frustrates me when at ship 24 (or anywhere else for that matter) it jumps to heavy cruisers when I'm building a Transport tf! The logic behind the jumping around makes no sense...
"May your sword be wet as a woman in her prime."
User avatar
Veer
Posts: 377
Joined: Tue Jun 25, 2002 11:26 am
Location: Excuse me

Post by Veer »

Seconded. Jumping around must go. Or prevent us form re arranging the ship list if this is the cause. Very annoying.
In time of war the first casualty is truth. - Boake Carter
User avatar
siRkid
Posts: 4177
Joined: Tue Jan 29, 2002 10:00 am
Location: Orland FL

Post by siRkid »

Its on the list.
Former War in the Pacific Test Team Manager and Beta Tester for War in the East.

Image
Post Reply

Return to “Tech Support”