Just thought I'd point this out since no one else has reported it yet:
The FPSC-Game.dbpro file included in the googlecode source has the display mode set to "fulldesktop" instead of hidden. Thus crashing the engine in test game.
Also, the "videobank" folder in the latest revision has a duplicate copy of the entire repository in there. And lastly, this part of the source:
rem Requires DBPro Upgrade 7.5, and additionally requires:
rem plugins-licensed\DBProGameFX.dll
rem plugins-licensed\EnhancementsFREE.dll
rem plugins-licensed\DarkAI.dll
rem plugins-licensed\LightMapper.dll
rem plugins-user\DBProMultiplayerPlusDebug.dll
rem plugins-user\DBProODEDebug.dll
Should be changed to:
rem Requires DBPro Upgrade 7.7, and additionally requires:
rem plugins-licensed\DBProGameFX.dll
rem plugins-licensed\EnhancementsFREE.dll
rem plugins-licensed\EnhancementsOV.dll
rem plugins-licensed\DarkAI.dll
rem plugins-licensed\LightMapper.dll
rem plugins-user\DBProMultiplayerPlusDebug.dll
rem plugins-user\DBProODEDebug.dll
To prevent confusion.
-TZK