Posted May 17, 2019
So I finally got Rayman to work on Linux.
My folder structure is :
/rayman.pc
../GAMES
..../Music
..../RayFan
..../RayKit
..../Rayman
....game.gog
....game.ins
..dosbox.bat
And my dosbox.bat contains :
cd games
imgmount d "game.ins" -t iso -fs iso
cd rayman
rayman
I did not have to change anything in game.ins
I just removed all the .conf files.
What is strange is that if I replace :
cd games
imgmount d "game.ins" -t iso -fs iso
by
imgmount d "GAMES\game.ins" -t iso -fs iso
or imgmount d "GAMES/game.ins" -t iso -fs iso
or imgmount d "c:\GAMES/game.ins" -t iso -fs iso
The image cannot load. The .ins file is well referenced but it can't be loaded ...
My folder structure is :
/rayman.pc
../GAMES
..../Music
..../RayFan
..../RayKit
..../Rayman
....game.gog
....game.ins
..dosbox.bat
And my dosbox.bat contains :
cd games
imgmount d "game.ins" -t iso -fs iso
cd rayman
rayman
I did not have to change anything in game.ins
I just removed all the .conf files.
What is strange is that if I replace :
cd games
imgmount d "game.ins" -t iso -fs iso
by
imgmount d "GAMES\game.ins" -t iso -fs iso
or imgmount d "GAMES/game.ins" -t iso -fs iso
or imgmount d "c:\GAMES/game.ins" -t iso -fs iso
The image cannot load. The .ins file is well referenced but it can't be loaded ...
Post edited May 17, 2019 by Dasha66