unknownbrackets / maxcso

Fast cso compressor
ISC License
402 stars 23 forks source link

[Question] This will work on ExaGear Windows Emulator for android? #59

Closed ghost closed 2 years ago

ghost commented 2 years ago

MaxCSO will work on ExaGear Windows Emulator? Screenshot_2021-12-20-08-18-26-419_com eltechs ed

unknownbrackets commented 2 years ago

I don't know why it wouldn't. Did you try it?

As far as I know, that's basically just WINE with x86 emulation. I would expect it to support the APIs used, but haven't actually tried maxcso on WINE or similar.

-[Unknown]

ghost commented 2 years ago

I don't know why it wouldn't. Did you try it?

Seriously I really don't know how to do it πŸ˜…βœŒοΈ

But can you make .bat file to execute command just like this.

https://user-images.githubusercontent.com/37603562/146703322-c7c36a98-df85-4089-9ce8-bc4d6f78bea5.mp4

Sorry for being noob :(

santiago046 commented 2 years ago

I recommend using it via Termux , as you can compile maxcso from the source gaining better performance.

unknownbrackets commented 2 years ago

It is possible to compile maxcso on Android as a cli utility, just using cross compilation.

That said, if you want to try the emulator all you would need in the batch file is:

maxcso32 "Undead Knights (EUR).iso"

Also, if the emulator is any good and supports it, you could try dragging the iso file into maxcso32.exe.

-[Unknown]

ghost commented 2 years ago

Ok thanks I will try it.

ghost commented 2 years ago

This is what happens :( Screenshot_2021-12-21-09-46-35-252_com eltechs ed

unknownbrackets commented 2 years ago

That means it's working, but the terminal isn't handling the output correctly. But it should still complete, it's just not an issue with ExaGear displaying the progress properly.

-[Unknown]

ghost commented 2 years ago

Thanks it's finally work! From 393.56mb iso to 253.24mb cso πŸŽ‰ But it took 5-10minutes to finish πŸ˜…

Question is all cutscenes is still preserve? just compressed?

unknownbrackets commented 2 years ago

The time is probably due to emulation overhead, would run better compiled natively as santigo049 suggested.

But yes - it's lossless. There are no changes to the data, it's just compressed (like a zip file is compressed.) If you decompress it, you get exactly the original ISO.

-[Unknown]

ghost commented 2 years ago

Ok thanks ☺️