Development of module-script generator for lr-mess, lr-mame and mame standalone
-
@bbilford83 said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
there's very little out there in terms of scraping.
How does Retroscraper perform for these games ?
-
I found the problem with zemmix and the joystick not working when there are 2 connected.
When we talk about
1942
we use that romname and file.
However, for zemmix we need to use the zemina version of 1942 which is called1942k
.
The rom1942k
exists in the 1942.zip file.
So we need to rename 1942.zip to 1942k.zip in order to load1942k
with the basename loader.
With the -cart1 loader you need to extract the k version and load that rom or remove the regular rom from the archive.Now, when selecting player 2 and both joysticks connected, no problem anymore.
Seems there are some hardware differences with regular msx types.
So it seems there is no issue with mame after all. -
@Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
MICROVISION: A certain dimension for the visual settings?
I will not explain this as it basically means you should make overlays or artwork.
That would be the best way.I created 4 overlays and artwork for the 4 game roms I have. Connect 4, Sea Duel, Blockbuster and Super Blockbuster. I aligned them and it works very nicely. The only question is "is there a way i can increase paddle speed?" make it more responsive for Blockbuster and Super Blockbuster?
THANKS MUCH
-
Nice to hear you have made some overlays.
Perhaps you can share them in the future somehow.About the paddle speed.
I think the best option is to change some settings in the RetroArch menu as the settings from the slider options in the regular mame menu will not stick.
However I am not that fanatic with microvsn and don't know much about paddles either.
So I can't really help or I have to dig into it.
Perhaps @bbilford83 knows.@bbilford83 can you help @duglor with this ?
-
@Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
@bbilford83 said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
there's very little out there in terms of scraping.
How does Retroscraper perform for these games ?
Unfortunately no better than skyscraper. I thought maybe the problem was that because the folder is msx2 it was only scraping from that database, which (at least on screenscraper) is missing all the roms from the msx1_cart set. But just to test I moved everything to the msx folder and then used retroscraper and it gave the same gamelist. So I think it will just take a lot of manual work. At first I thought it was because the games are almost all not parent roms (that is, they all have the "k" at the end), but that doesn't seem to be the reason either.
-
This post is deleted! -
@Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
I found the problem with zemmix and the joystick not working when there are 2 connected.
When we talk about
1942
we use that romname and file.
However, for zemmix we need to use the zemina version of 1942 which is called1942k
.
The rom1942k
exists in the 1942.zip file.
So we need to rename 1942.zip to 1942k.zip in order to load1942k
with the basename loader.
With the -cart1 loader you need to extract the k version and load that rom or remove the regular rom from the archive.Now, when selecting player 2 and both joysticks connected, no problem anymore.
Seems there are some hardware differences with regular msx types.
So it seems there is no issue with mame after all.@Folly I actually was already using the 1942k rom. But that reminded me that there is a 1942k rom for msx1_cart and one for msx2_cart. I was using the latter. I switched to the msx1_ cart version and it worked right away as you said, but the graphics are far worse than the msx2 version. So there would still be value in figuring out how to disable the first joystick by default, I think.
-
@Folly said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
Nice to hear you have made some overlays.
Perhaps you can share them in the future somehow.About the paddle speed.
I think the best option is to change some settings in the RetroArch menu as the settings from the slider options in the regular mame menu will not stick.
However I am not that fanatic with microvsn and don't know much about paddles either.
So I can't really help or I have to dig into it.
Perhaps @bbilford83 knows.@bbilford83 can you help @duglor with this ?
@duglor @Folly I had a lot of trouble adjusting this as well, but I think the way you do it is go into the mame menu, then input settings (first option), analog input adjustments (second option), then tweak things there. I just checked and I put my increment/decrement speed way down to 5 and sensitivity down to 5 as well. My main problem is that the location of the paddle automatically defaults to the far right of the screen, so to center the paddle you have to be pulling the analog stick to the left. If you don't have that problem, or find a solution to it, I'd love to know how!
Edit: I went back and looked at Folly's post and see he was concerned the slider settings wouldn't save. They do for me, but that's probably because I was already using the game_specific emulator choice you pick in the runcommand (that's how I got it to use the right art before Folly had made the script to it automatically). So you may need to do that for each game that you want to adjust the sensitivity if it won't save otherwise.
And I second @folly in asking for your art. In particular for Connect Four, the art I made and shared earlier is off and it makes the game unplayable. The ones that I couldn't successfully make were: Bowling, Connect 4, Vegas Slots.
-
@Folly a few notes after testing all the games on the Zemmix list you made from #-F.
There are a couple games that just don't work at all for some reason, and oddly they seem to be the games made Zemima (the Korean company). Dr. Hello, a ridiculous Dr. Mario clone, won't load in any version of the emulator, and it just enters an endless reboot cycle. And Eagles 5 just loads to a black screen after booting up... I left it on for several minutes and it never leaves. I tried everything I could with those and nothing helped, so maybe they are bad dumps? I don't know.
There are several games (I didn't keep track of them) that really needed a keyboard for full functionality, so I removed them - my final gamelist will obviously have them removed.
And, maybe most important, there are games that make pretty clear to me that the list must be really underinclusive of games that could be played perfectly on a zemmix, though I don't think there's any such list in existence and it would take days and days of testing (because the MSX library is so huge) to figure it out from scratch. But for example, the shmup "Exoide-Z Area 5" is on the list you made because there was a korean version, but that game is a sequel to "Exoide-Z," which plays exactly the same and just as much doesn't need a keyboard, but isn't the list (I guess because there was no Korea-specific version). Or another example, the Korean version of Final Zone Wolf - which, strangely, seems to just be named "Final Zone" with "Zemina" replacing the word "wolf" - doesn't display any words, and the game has a lot of dialogue - maybe the emulator is having trouble with the Korean characters? But playing the regular version of the rom works fine (in that it displays Japanese). I had to watch some videos to figure this out as I thought the game just wasn't registering inputs at all.
I can't think of any easy solution here on how to figure out which games wouldn't use a keyboard at all, but it seems clear to me now that the "just Korean-made games" list isn't really the "Zemmix list" in any real way. For now I will keep testing all the games on that list you made because obviously the Korean-made games is a a good start - these would've been most accessible to the Koreans buying the Zemmix console. But I thought I'd explain my thinking/why this isn't going to be nearly all the "Zemmix" games in the sense that it could play many others I'm not testing.
Long post, sorry!
Edit: I realized one other possible source of good games for it would be to look at that list you found of the "zuul" romset. Just like the korea-only filter, that also seems to include some that shouldn't be there but about 3/4 of what's on there that I've tested so far also works (either doesn't use the keyboard at all or offers for you to use it but you don't need to for any reason). So I've been adding that as I go along too.... so far up to the alphabet all games including F, there are 41 working games, so even with the underinclusive list I am making it is a huge library. It also seems to me like the msx2 games are a major step up from the msx1 ones, so maybe at the end I will take extra time to test which others of those can be added.
-
@Folly 12288 worked, thanks. Unfortunately, lr-mame is still too slow with Killer Instinct on the pi5. I will have to test on older mame's. It seems to be fine for the rest of the games I wanted to run like the konamigx games.
-
Good to know it worked.
Did you also try frameskipping with lr-mame ?
I tested the game on my VM on a I7 2,5Ghz macbook pro.
The game works perfectly on standalone mame.
With lr-mame (still 255 on this computer) I needed to skip 8 frames to get it to 100%.
Use F11 to see performance and use F9 to change skipping frames.I can remember that some updates in the sourcecode made lr-mame and lr-mess, sadly, much slower which started from 0251 or so.
On the other hand it's great to see that lr-mame and lr-mess are maintained again.Curious if the game will work with standalone mame on a pi5 ?
You can try to install standalone mame from binary in my script, try the aarch64,gcc10 one from stickfreaks so you don't have to install from source.
Also curious if the binary will work on the pi5. -
@bbilford83 Do you suggest a site to host the overlays? I would have to give you the video settings custom numbers to so that they match. I would upload the bin and cfg files with a text for the custom video settings requirements. connect 4 is not perfect, but it works ok. It took a long time.
-
We share most stuff via google drive.
If you have a google account you can access and use 15GB for free and share the links.I also use gdrive links in my script.
So if the structure is good for sharing it that way, then I can implement it in the script.
If not sharable, in that way, I can add the link in my first post to share. -
-
@Folly I'll upload tonight or tomorrow. Thanks.
-
We reached a half million views in this topic ;-)
Something to celebrate !!!! -
@duglor said in Development of module-script generator for lr-mess, lr-mame and mame standalone:
@Folly I'll upload tonight or tomorrow. Thanks.
Try to use sub-directories, something like this :
roms/microvsn/*.cfg
roms/microvsn/media/retroarch/overlays/*.cfg
roms/microvsn/media/retroarch/overlays/*.png -
HERE ARE THE OVERLAYS AND RULES TO SCALE THEM FOR THE MICROVISION GAMES - SEA DUEL, CONNECT 4, BLOCKBUSTER, and SUPER BLOCKBUSTER
https://drive.google.com/drive/folders/1TV2uGzbM2NmpD1hXFtTqs9h90qjHdC2F?usp=drive_link
Feel free to use them anywhere in whatever way you wish and even edit them, modify them, turn them upside down or what have you. In other words, I claim nothing for these.
-
Thanks for sharing.
Can you change the directory structure and place the files inside :
/microvsn/<files>
And share the links of the directory structure ? -
https://drive.google.com/drive/folders/1TV2uGzbM2NmpD1hXFtTqs9h90qjHdC2F?usp=drive_link
is the new link with what you asked for. It is also editable by yourself if you'd like.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.