Lameguy64 / mkpsxiso

ISO disc image maker written specifically for PlayStation homebrew development
GNU General Public License v2.0
223 stars 36 forks source link

mkisoxml is missing #42

Open Anonymous941 opened 1 year ago

Anonymous941 commented 1 year ago

I can't find mkisoxml anywhere in the binary or source code for any platform.

CookiePLMonster commented 1 year ago

It has indeed been deprecated because it was unmaintained.

Anonymous941 commented 1 year ago

Is there an another way to generate an xml without manually adding each file? I have a lot and am worried I'll get it wrong, and waste blank CDs

CookiePLMonster commented 1 year ago

There currently isn't - but you shouldn't have to waste any CDs, just verify your output against a modern PS1 emulator, such as DuckStation.

Anonymous941 commented 1 year ago

Alright, I'll try that, thanks for your help. I'm considering making a Python script that does the same thing, would that be helpful to contribute? I know the rest of this is in C.

CookiePLMonster commented 1 year ago

I don't see why not - there's probably not much point including it in the release, but I'd be totally fine having a python script in the repository.