don't know if it can be useful or not anyway I downloaded the demos of Brothers in Arms (Road to Hill 30 and Earned in Blood) that are just a zip file containing all the needed files.
I though the games were ready to play but it's false because many of these files are compressed with the uz2 extension and when the game is launched it returns a General Protection Fault error (UPlayerSpawn or something map related).
I don't like to install stuff so I don't know if the unpacking operation is made automatically by Setup.exe during the installation so I preferred the "manual" way that plus or less can be resumed as:
Code:
find C:\Games\brothers_in_arm -iname "*.uz2" -exec c:\uz2ext.exe "{}" ;
and then delete the old uz2 files left in the game folder (from the Windows search or directly with the find tool).
- find:
http://gnuwin32.sourceforge.net/downlin ... in-zip.phphttp://gnuwin32.sourceforge.net/downlin ... ep-zip.php- uz2ext:
http://aluigi.org/papers/uz2ext.zipso if you have problems with these games and there are uz2 files in their folders try this way.