View Single Post
Old 14-09-2007   #4 (permalink)
coathi
CDFreaks Resident
 
coathi's Avatar
 
Join Date: Jan 2004
Location: København
Posts: 1,516
Re: newbie xbox360 game

Quote:
Originally Posted by whynot89
I just wanted to know that after i decompressed the file... it opens up as a ".000" file...
do i just burn that onto a dual layer dvd and it will play on my 360? And yes I have the xbox 360 flashed already..
Yes after you decompressed the file you should end up with a ISO image of the game! I Then you can burn it to a DVD. You can use this script and run it
Quote:
burn(){
if run growisofs -Z /dev/hdb=$iso -speed=8; then
cleanup
cleanuplist=""
else
echo "# ERROR: growisofs"
exit 1
fi
}

#displays help and exits
showhelp(){
helptext
exit 1
}
and when its finished burning play the game.
coathi is offline