How to easily run Xqemu Xbox Emulator on Windows (prebuild binaries)
There is a quick tutorial for those who wants to try it at windows until a better solution (GUI) will be created.
1. Download all necessary files:
● Xqemu (master) - https://ci.appveyor.com/api/buildjobs/k063714kiq54i4cw/artifacts/xqemu.zip
● Hdd image - https://github.com/xqemu/xqemu-hdd-image/releases/download/v1.0/xbox_hdd.qcow2.zip
● Xbox bios (you need to dump or find it somewhere)
● MCPX Boot ROM Image (you need to dump or find it somewhere)
● Xqemu-manager (optional) - https://ci.appveyor.com/api/buildjobs/a5q2g936g3xyrygw/artifacts/xqemu-manager.zip
* input not works for me
2. Copy all files to a created folder xqemu and extract them.
3.How to run?
● Power shell:
hold shift + click on right mouse button in xqemu folder and click to "Open PowerShell window"
*you can use cmd, msys etc. it's your choice
● Next copy this to shell and push enter:
./xqemu.exe -cpu pentium3 -machine xbox,short_animation,bootrom=mcpx_rom.bin -m 64 -bios xbox_bios.bin -usb -device usb-xbox-gamepad -drive file=xbox_hdd.qcow2,index=0,media=disk,locked=on -drive index=1,media=cdrom,file=y:/xbox/Halo_Combat_Evolved.iso
*note
● -device usb-xbox-gamepad (keyboard)
keyboard mapping - https://xqemu.com/input/#option-2-use-your-pc-keyboard
● -device usb-xbox-gamepad-sdl (gamepad)
● file=y:/xbox/Halo_Combat_Evolved.iso (your path to .isos)