I was playing with the Atomiswave ports and come to me an ideo to put in the same folder the different versions of the same game, but it's not working in the way I tought.
So the plan was to use in the same folder 2 GDI files, and wich one calling the respective track04.iso, for example a game with a version of Widescreen
Code: Select all
GameName.GDI
GameName_Widescreen.GDI
track01.iso
track02.raw
track03.iso
track04.iso
track04WS.iso
Code: Select all
4
1 0 4 2048 track01.iso 0
2 450 0 2352 track02.raw 0
3 45000 4 2048 track03.iso 0
4 450000 4 2048 track04WS.iso 0
Code: Select all
4
1 0 4 2048 track01.iso 0
2 450 0 2352 track02.raw 0
3 45000 4 2048 track03.iso 0
4 450000 4 2048 track04.iso 0
Could I be making something wrong here or it's not possible to do? Also if I don't go inside the folder it launch the regular version also, so I don't know how is the default way to choose the GDI, if not specified.
The idea was to save space, and also have less itens on the list.
regards and once again thanks for all the great work