.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   TO&Es (http://forum.shrapnelgames.com/forumdisplay.php?f=143)
-   -   Data Error: PZL P-38 Wilk (http://forum.shrapnelgames.com/showthread.php?t=44534)

RERomine December 20th, 2009 04:00 PM

Data Error: PZL P-38 Wilk
 
1 Attachment(s)
I stumbled on a data error in the Polish OOB. Fighter bomber PZL P-38 Wilk in September, 1939 is showing as carrying 1x1000lb bomb with an ammo count of 20. I'm running CD version 4.0 (just updated with patch). Screen print below.

nuNce December 21st, 2009 02:44 AM

Re: Data Error: PZL P-38 Wilk
 
How could the poles lose the war? :)

reverend December 21st, 2009 06:28 AM

Re: Data Error: PZL P-38 Wilk
 
Quote:

Originally Posted by nuNce (Post 722777)
How could the poles lose the war? :)

They probably couldn't take-off with 10 tons of explosives fitted. :D

DRG December 21st, 2009 12:50 PM

Re: Data Error: PZL P-38 Wilk
 
That has been a 20mm cannon for years. I have no idea how that got changed to a 1000 pound bomb or why since there is already a 1000 pound bomb in slot 183.

I'll dig into this further

Don

DRG December 21st, 2009 01:31 PM

Re: Data Error: PZL P-38 Wilk
 
:re:

This is what happens when we accept work from third parties without checking every last frigging detail.:mad: And this is why we don't do that any longer.

That aircraft is a prototype. It shouldn't even be in the OOB as there were only two in existance and the project was cancelled in the Spring of 1939 with both prototypes captured by the Germans "in a damaged state"

On top of that the 20 mm cannon that somehow got turned into a 1000 pound bomb was only "Planned" it was never installed in either prototype.

Sometime in the next week or so I will decide if we are going to ignore it until we issue another patch sometime in the future and recommend it not be used or issue a corrected OOB. I think all the aircraft in pre 1939 Poland needs a good looking at and maybe building a "prototype aircraft" formation using UC 243

For now, don't use it

Don

RERomine December 21st, 2009 02:46 PM

Re: Data Error: PZL P-38 Wilk
 
I tried to keep it real and passed on this plane when I saw the error. It was a 1939 campaign and was surprised to even get a chance at Polish planes in the first place.

Quote:

Originally Posted by DRG (Post 722857)
:re:

This is what happens when we accept work from third parties without checking every last frigging detail.:mad: And this is why we don't do that any longer.

At least you have a choice. I've written up program changes for offshore work in detail to fix problems just to find those fixed, plus other things I didn't ask to be changed altered and broken.

I'm not sure if you have tools that can do a compare between different versions of an OOB. If not, MS Word does a nice job of comparing .CSV files and can handle a pair of files at least 370KB each.

Cheers,

Ray

DRG December 21st, 2009 03:39 PM

Re: Data Error: PZL P-38 Wilk
 
Quote:

Originally Posted by RERomine (Post 722875)

I'm not sure if you have tools that can do a compare between different versions of an OOB. If not, MS Word does a nice job of comparing .CSV files and can handle a pair of files at least 370KB each.

Cheers,

Ray

We have an extensive data check system but looking for any fighter bomber with more bombs than it should have is a rather specialized question. We could spend hours and hours dreaming up questions that could all come back blank

This would find it though but realistically why would we ask that question unless we suspected an error like that and who would suspect an error like this for a unit that's been perfectly OK since winSPWW2v1.0?

Don


Quote:

SELECT DISTINCT
D.NationID,
D.Slot,
D.Name,
D1.NationID,
D1.UnitSlot,
D.Unitclass,
D1.WeaponSlot,
D1.Weapon,
D2.WeaponName,
D1.HEAmmo,
D2. HEKill,
D1.APAmmo,
D.LastYearAvailable
FROM
"Units.DB" D,
"UnitWeapons.DB" D1,
"Weapons.DB" D2
WHERE
(D1.NationID = D.NationID)


AND (D1.UnitSlot = D.Slot)
AND (D2.NationID = D1.NationID)
AND (D2.WeaponID = D1.Weapon)
AND( D1.HEAmmo >8)
AND ( D. Unitclass = 44)
AND (D2. HEKill >15)


and there is a lot of ways to write this that would miss that error and no we don't do comparisions of one OOB from the previous version becasue there are usually hundreds of changes made

RERomine December 21st, 2009 06:35 PM

Re: Data Error: PZL P-38 Wilk
 
All quite true. A compare tells you what changed, but not why it changed. You know better than I do the volume of changes being made. This one stood out because I couldn't picture a 1939 Polish plane with a bomb load the same as an American B-29. As you pointed out, the SQL statement wouldn't help much because it would have to be coded for a specific error. If you know the error is there, you would just go and fix it.

Cheers,

Ray


All times are GMT -4. The time now is 02:13 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.