QUOTE(danked @ Jan 22 2011, 08:24 AM)

dead space 2 also comes on 2 discs, I wonder if that will work the same as other games
i got this from somewhere else, but i haven't tested it yet...
1) extract files from cpx-ds2a.iso to "Dead Space 2"
2) rename bigfile0.viv -> bigfile0_0.viv and bigfile1.viv->bigfile1_0.viv
3) extract files from cpx-ds2b.iso (you only need bigfile0.viv and bigfile1.viv ) to "Dead Space 2"
3) rename bigfile0.viv -> bigfile0_1.viv and bigfile1.viv ->bigfile1_1.viv
Then use binary copy in command prompt (in linux dd should do the trick) to combine bigfiles from dvd1 and dvd2 to one bigfile:
4) open command prompt and navigate to the to "Dead Space 2" folder
5) command: "copy /b bigfile0_0.viv + bigfile0_1.viv bigfile0.viv /b"
6) command: "copy /b bigfile1_0.viv + bigfile1_1.viv bigfile1.viv /b"
7) remove bigfile0_0.viv, bigfile0_1.viv, bigfile1_0.viv and bigfile1_1.viv