2. The "get pilot" feature is no longer working. I click it and nothing happens. Is there a limit to how many pilots you can have on the map at one time or how many you can get killed in total?

Moderators: wdolson, Don Bowen, mogami
ORIGINAL: michaelm
Hi
one is probably a "bug" and the other is most likely "by design".
1. The first seems to be a problem with signed/unsigned values in program. Once the number of kills hits 32767, it then counts down from -1. The count should most likely be shown as 34058. Workaround would be to add the negative value to 65535.
2. The pilot table can hold 20,000 entries. Once there are more required, the game might disable the button as there is no more room to get pilots. Seems logical.
Michael
ORIGINAL: michaelm
1. The first seems to be a problem with signed/unsigned values in program. Once the number of kills hits 32767, it then counts down from -1. The count should most likely be shown as 34058. Workaround would be to add the negative value to 65535.
2. The pilot table can hold 20,000 entries. Once there are more required, the game might disable the button as there is no more room to get pilots. Seems logical.
1. The first seems to be a problem with signed/unsigned values in program. Once the number of kills hits 32767, it then counts down from -1. The count should most likely be
shown as 34058. Workaround would be to add the negative value to 65535.
ORIGINAL: michaelm
If you read my statement again. The count holds values up to 65535, but when it is displayed it will show values from -32766 to 32767.1. The first seems to be a problem with signed/unsigned values in program. Once the number of kills hits 32767, it then counts down from -1. The count should most likely be
shown as 34058. Workaround would be to add the negative value to 65535.
Michael
I have been perplexed by this 20,000 pilot limit since I started building the WitPExcel editor in June. This is a HUGE problem.ORIGINAL: Sharkosaurus rex
This can be a disaster because of the too many planes to pilots bug. People's AF won't be flying! At least the Jap player should be able to use up any pilots before the Allied player's turn.
ORIGINAL: Aawulf
I have been perplexed by this 20,000 pilot limit since I started building the WitPExcel editor in June. This is a HUGE problem.
Regards,
Michael Fleshman
ORIGINAL: WiTP_Dude
ORIGINAL: Aawulf
I have been perplexed by this 20,000 pilot limit since I started building the WitPExcel editor in June. This is a HUGE problem.
Regards,
Michael Fleshman
Maybe they should just increase it to 30,000 (or some other number) if it is causing problems across the board.
ORIGINAL: Aawulf
The air OOB for the standard scenario 15 has 10,643 potential Jap pilots and 19,633 potential Allied pilots. Clearly the problem wasn't manufactured by our editing. I agree that it should be increased by a significant number.
They share the 20,000 slots.ORIGINAL: WiTP_Dude
ORIGINAL: Aawulf
The air OOB for the standard scenario 15 has 10,643 potential Jap pilots and 19,633 potential Allied pilots. Clearly the problem wasn't manufactured by our editing. I agree that it should be increased by a significant number.
Just for clarification: do the two sides have to split up the 20,000 pilots or does that just refer to the Allied side?
ORIGINAL: Aawulf
They share the 20,000 slots.