I've just finished creating my USA Boss General... however, I've run into a small series of problems:
My USABoss uses AirF's spectre gunship... yet it never appears on the short cut bar in-game, and for some reason it cannot fire through the command center command button. The command center command set, the short cut command set, the OCL modules in the Command center, I've doubled and tripled checked all of them and I can't find the problem. :/
Additionally, the strategy center carpet bomber doesn't appear on the shot cut bar, although it does appear in the Strategy center and it DOES fire.
Furthermore, when I click to try and use paradrop, the game crashes... it didn't crash the first time, but three time afterwards it did. :/
Here's the code from the Boss Shortcut menu:
Code:
CommandSet ABoss_SpecialPowerShortcutUSA
1 = Command_SpyDroneFromShortcut
2 = Command_ParadropFromShortcut
3 = AirF_Command_A10ThunderboltMissileStrikeFromShortcut
4 = Early_Command_EmergencyRepairFromShortcut
5 = Command_DaisyCutterFromShortcut
6 = Command_FireParticleUplinkCannonFromShortcut
7 = Command_SpySatelliteScanFromShortcut
8 = Command_CIAIntelligenceFromShortcut
9 = AirF_Command_SpectreGunshipFromShortcut
10 = Command_LeafletDropFromShortcut
11 = AirF_Command_CarpetBombFromShortcut
END
I created a different USA general... and even though he didn't have carpet bombers or early spectre gunships, his paradrop worked fine...
I have no idea what the problem here is, and the game crashing error is very cryptic.
Code:
Release Crash at Thu Nov 25 15:43:02 2004
; Reason Uncaught Exception in GameEngine::update
Last error:
Exception is access violation
WinMain at 401700
Error code: EXCEPTION_ACCESS_VIOLATION
Description: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Access address:00000000 was read from.
Stack Dump:
<Unknown>(-1) : <Unknown> 0x0065F72C
<Unknown>(-1) : <Unknown> 0x00142134
<Unknown>(-1) : <Unknown> 0x00952E14
<Unknown>(-1) : <Unknown> 0x0065F5F0
Details:
Register dump...
Eip:0065F72C Esp:0012F834 Ebp:0362E2EC
Eax:029FCE34 Ebx:000002A0 Ecx:00000000
Edx:00952D58 Esi:00142110 Edi:11CDAFBC
EFlags:00010202
CS:001b SS:0023 DS:0023 ES:0023 FS:003b GS:0000
EIP bytes dump...
Bytes at CS:EIP (0065F72C) : 8B 11 89 44 24 04 FF 52 14 3B 44 24 48 74 09 32 C0 5E 83 C4 40 C2 14 00 F7 44 24 58 00 00 04 00
Current stack:
An help anyone could offer is much appreciated.