Displaying 1 result from an estimated 1 matches for "deusex_gam".
Did you mean:
deusex_game
2003 Jan 19
0
FIXED: Deus Ex on latest WineX
Hi,
I got it running! I have also installed the latest patch of Deus Ex.
Here're a step-by-step instructions:
1. Create an empty file with at least 1.5 GB (1 GB is not enougth for saving
games!): dd if=/dev/zero of=DeusEx_Game bs=1024k count=1600
2. Connect it to a free loop-back device: losetup /dev/loop6 DeusEx_Game
3. Create a VFAT filesystem on it: mkfs.vfat /dev/loop6 (ignore the error
message)
4. Create a mount-point where the game should be placed to: mkdir
/c/Games/DeusEx
5. Mount the loop-back device where...