cdirip 0.6.2 and mksdiso - SDISO Toolkit for Linux

This forum is for discussion pertaining to homebrew and indie software for the Dreamcast, such as homebrew games, emulators/interpreters, and other homebrew software/applications. Porting requests and developmental ideas are not to be made here; you can make those here. If you need any help burning discs for homebrew software, this is the place to ask as well.
Post Reply
Nold
DCEmu Newbie
DCEmu Newbie
Posts: 4
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Fri Oct 05, 2012 6:37 am
Has thanked: 0
Been thanked: 0

cdirip 0.6.2 and mksdiso - SDISO Toolkit for Linux

Post by Nold »

Hi,

the last days i was programming on a shell script which automates the use of cdirip/isofix/binhack32 and scramble (which are all included as binary and sourcecode) to easily create SDISOs from Homebrew, CDIs or ISOs under Linux.


Description:
Basically it's the SDISO-Toolkit you know from windows, just that it has no GUI and it's totally open source!


Installation:
Download, Copy (or compile before, i686 Binarys are included)

In most cases just do this as root:

Code: Select all

cp usr/local/bin/* /usr/local/bin/
cp -r opt/mksdiso /opt/
Then you can simply run"mksdiso".


Usage:
The syntax is pretty easy:
mksdiso < -k | -h > <Path-to-Source> <Path-to-target>

-k == Katana image (=Game)
-h == Homebrew

The source can be a folder (containing the extracted data-files), a CDI-File or an ISO.

The target could be a folder or the name of the ISO to create.


Examples:

Code: Select all

mksdiso -k Marvel-vs-Capcom.cdi m-v-c.iso
mksdiso -k Marvel-vs-Capcom.cdi /media/SD/DC-Games
mksdiso -h Downloads/DCPlaya dcplaya.iso

Latest Downloadlink: mksdiso (Sorry for the external board, but i don't want to update every forum i registrated to the last days...)


CDIrip 0.6.2 for Linux
I also hacked CDIrip 0.6.2 to work under Linux: Download
It's also included in the mksdiso package...

Feedback and Bug-Reports are welcome!
dreamcast-news
DCEmu Freak
DCEmu Freak
Posts: 54
Joined: Tue Aug 30, 2011 3:29 am
Has thanked: 0
Been thanked: 0

Re: cdirip 0.6.2 and mksdiso - SDISO Toolkit for Linux

Post by dreamcast-news »

Hi,
Newsed for french user : http://dreamcast-news.blogspot.fr/2012/ ... linux.html

Thanks.
Nold
DCEmu Newbie
DCEmu Newbie
Posts: 4
Joined: Fri Oct 05, 2012 6:37 am
Has thanked: 0
Been thanked: 0

Re: cdirip 0.6.2 and mksdiso - SDISO Toolkit for Linux

Post by Nold »

Wow! That's awesome!
Thanks!
User avatar
Juan
DCEmu Commie
DCEmu Commie
Posts: 3398
Joined: Sun Jun 15, 2003 11:47 pm
Location: Montevideo
Has thanked: 39 times
Been thanked: 3 times

Re: cdirip 0.6.2 and mksdiso - SDISO Toolkit for Linux

Post by Juan »

Very nice :mrgreen:
Post Reply