@wulfman said in [EMULATION] Amiga4Recalbox v0.8999999999, install in one click (or so):
My Idea for an solution: whdload
For whdload you need an .uae - it's a must-have (user MUST create one file). You offer two default.uae-Files for this. That is ok! But if you "kill" the config-create-Part in your .py's and put this part to your default-config, you gave the users more flexiblity and YOU can easilier help ("change resolution in gameName.uae to ..."). I think this should be easy to code: "if filename has *.uae then put only drive-settings to .uae".
Please re-read the README, this is already done, why do you think there are some parts in the uae file ? Well maybe README is not clear enough.
With an empty uae file you get the default config
But with a custom uae like the one I provide you can overload hardware and controller parts (using ;hardware
and ;controls
blocks, config for that part in the uae will be used and not generated automatically by the script
I will add the graphic part as overloadable too, it's not done yet, and you're right it can be usefull
Meanwhile I've documented all your issues : https://github.com/Voljega/amiga4recalbox/issues
The multi disk one I just corrected, it was a random rare bug where python didn't sort files alphabetically sometimes.
Correction is in adfGenerator.py
is you don't want to reinstall everything