-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mount a cd image option #53
Comments
This is on the works, some technical issues to get around. I thought of a screen in the wizard, where you'd add a list of iso's that would be mounted every time the image was started, to the selected drive letters. This would also mount them during the install process, allowing to select the default executable to start from the iso or an install path. |
Ok cool. Please bear in mind that mounting a mixed mode image (1st track is data and then followed by audio tracks) doesn't mount as it should using regular methods in Linux as they just mount the first data track and the game will lose any audio tracks whilst playing the game. Cdemu does work in this regard although it would mean an external dependency from the flat image. |
Cool, thanks for the info!
You can already do this adding as an environment variable: |
I missed that one Ruan! Thanks |
Maybe i'm being a little slow here but where exactly is this environment variables option during the creation of the flatimage Ruan? |
During the creation there is still no option in the GUI, I'll add it in the wine configure frame. You can set it in the terminal meanwhile and do |
Thanks Ruan. It would be a handy option to select whilst creating it. |
@Blad3forc3 Now in |
So if I've got a cd to mount before the game starts I would just enter cdemu load 0 ? |
My previous reply was to this. Mount cd option is still open todo. |
Sorry Ruan. 😊 |
Fantastic. Seems a lot more intuitive having it there and a good idea to have the option still in the launcher too |
Theres a few older games that actually run off the cd, would it be possible to make it so the exe file list includes exes on the cd image? I've tried copying all the files from the cd to a folder but it doesnt work |
Yes, since the images will auto-mount each time the runner executes, I'll be able to list them as selectable in the list even during the wizard install. |
Is there any update on this area Ruan? |
Not yet, multiple |
@Blad3forc3
By following this process, you should be able to launch your new flatimage game as long as the disk is in your physical drive. With all of that said, I actually checked out CDEmu as well (while trying to find a convenient way to get my game portably working), and the above method, again, is certainly no replacement for CDEmu's functionality (assuming I understand the program's functionality correctly). My disk-based game is, from my understanding, abandonware and quite old and I wanted to make sure there was a less-cumbersome way of preserving it. While I didn't bother trying to get CDEmu, itself, set-up (it seemed too complicated for me given the time I had, and there's no way I could understand how it would interact with GameImage/flatimages anyway), I did attempt using Lutris to get both "WinCDEmu" and "Daemon Tools" to work through wine, but both failed due to the fact that they were unable to properly install the drivers during set-up. Other individuals online seemed to be having similar experiences when using wine as well, from my understanding (see WineHQ - WinCDEmu and WineHQ - Daemon Tools). As such, if it is, indeed, possible to get CDEmu working inside a FlatImage, that would be really cool! Hope this helps! |
@TellSackett Thanks for the attempt and while it probably would work for certain images I think the idea of being able to store the image within the flat image as a full cd image is better. There is also the problem that by extracting the data from the cd any games that have mixed mode CDs will lose all cd audio that way. |
@Blad3forc3 , have you looked into pcem? here is a youtube video. For abandonware that require CD-ROM, this seems like a feasible solution, and since the entire thing is emulated, there is no need to interact with |
I missed this post Ruan apologies! if ! command -v cdemu &>/dev/null; then |
I am trying to incorporate wine within a folder and call a linux script to mount the cd image located within the flatimage and run the game but it is failing. I have uploaded the folder (just need to be copied to the linux folder during the linux flatimage build) and use the script file "start" to run it. The script has been modified from linuxrulez (respect). Password is ActuaGolf2 |
No problem! That should be possible to do with fim_portal, I'll try to integrate this with the GUI to avoid headaches with scripting. If you want to run cdemu on the host, you need to run it as |
I cant see how to mount an image of a cd game within the flatimage.
When the flatimage is created it will automatically mount the cd image (preferably with cdemu as it wont lose any cd audio in mixed mode cd images) and then run the game
The text was updated successfully, but these errors were encountered: