breech Posted March 5, 2017 Share Posted March 5, 2017 (edited) I've found a way to insert the first two game disks launching XM6 from LaunchBox. I'll use Xenon 2 as an example. 1) Copy or rename your xmg6 exe and it's ini file to 8.3 chars if they aren't already (example: xm6g-e.exe) 2) Make a folder called 'Xenon 2 Megablast' 3) Unpack the disk images there and rename them to 8.3 chars (example: x2d1.dim) 4) Create a batch file in the folder called 'Xenon 2 Megablast.bat' 5) Paste the path and file names into the batch file to suit your emulator and game 6) Point LaunchBox to the batch file 7) Leave 'emulator' disabled ? Ignore the 'you need to set up an emulator' message 9) Enjoy @echo off REM xm6 emulator 2 disk loader - br33ch.work/?page_id=257 path="D:\Emulation\Sharp\X68000\XM6G-2016\x64" xm6g-64e.exe .\x2d1.dim .\x2d2.dim Notes: - Screenshot is from the English hack at br33ch.work/?page_id=257 - Don't bother messing with command line switches beyond this, xm6 takes two commands and will figure out what you are trying to achieve. Also the ini is not useful for mounting disk images. - Unfortunately, a dos window will be created whilst running and will sit in the background until the emulator ends. Let me know if you know a way around that. - There is methods to use long file names, but this can result in very hard to manage multiple quote situations - Xm6 will not load disks unless it's DLLs are found, hence the path statement when run from a remote location. EDIT: XM6 english version available: It looks like the latest version of XM6G (3.31)is correctly enabling English. Note, if you attempt to start it without the correct roms you will probably get a Japanese version of this error message. Edited June 1, 2019 by breech typos, updated pic 1 Quote Link to comment Share on other sites More sharing options...
grayfish Posted July 6, 2018 Share Posted July 6, 2018 Trying this and can't get it to work. What do you mean by "rename your xmg6 exe and it's ini file to 8.3 chars", what is 8.3 chars? Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted July 6, 2018 Share Posted July 6, 2018 8.3 is 8 characters in the main name of the file and 3 for the extension, for example: filename.exe This is an old DOS limitation where you couldn't have files with longer names than that. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.