new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!)
-
@roslof
anyone interested i have covered most of older systems on my themes which are forks of the excellent @chicuelo work
https://github.com/2play/2Play-v2-Themes -
@folly
ok i have done steps manually but as per scriptmodule so to add on my existing bbcmicro setup
Below worked:b-em-pico-pi-ModelB = "XINIT:/opt/retropie/emulators/b-em-pico-pi/xbeeb.sh %ROM%" b-em-pico-pi-ModelMaster128K = "XINIT:/opt/retropie/emulators/b-em-pico-pi/xmaster.sh %ROM%"
I get a full screen window.
Is there a way exit by keyboard?
Autoload option? -
@2play said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):
@folly
ok i have done steps manually but as per scriptmodule so to add on my existing bbcmicro setup
Below didnt work:b-em-pico-pi-ModelB = "XINIT:/opt/retropie/emulators/b-em-pico-pi/xbeeb.sh %ROM%" b-em-pico-pi-ModelMaster128K = "XINIT:/opt/retropie/emulators/b-em-pico-pi/xmaster.sh %ROM%"
Below works (direct binaries) BUT I cant type anything to screen:
b-em-pico-pi-ModelB = "XINIT:/opt/retropie/emulators/b-em-pico-pi/xbeeb %ROM%" b-em-pico-pi-ModelMaster128K = "XINIT:/opt/retropie/emulators/b-em-pico-pi/xmaster %ROM%"
Nice to hear it is working a bit.
Too bad, to hear your keyboard isn't working, I have no idea why.
Can you detect something in /dev/shm/runcommand.log ?You should add
-disc
between xbeeb or xmaster and %ROM.I will also try to load the binary's directly, If it works ok, I can reduce the script.
-
@folly
ive updated above
its working
the encoding on my sh files was the problem.
recreated and worksbut im after KB exit and autoload. is it possible rarher exiting by mouse?
-
@2play said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):
@folly
ive updated above
its working
the encoding on my sh files was the problem.
recreated and worksbut im after KB exit and autoload. is it possible rarher exiting by mouse?
Nice,
I also tried to find a key exit, but I could find it.
Basically Graham Sanderson made this for the "pi pico" so I think he removed that part.
Perhaps it's possible to find something in the source code or the b-em documentation.autoload is
shift+f12
I tried this, but didn't work for me, no keyboard and wrong resolution (works only ok from the desktop enviroment) :
b-em-pico-pi-ModelB = "XINIT:/opt/retropie/emulators/b-em-pico-pi/xbeeb -disc %ROM%" b-em-pico-pi-ModelMaster128K = "XINIT:/opt/retropie/emulators/b-em-pico-pi/xmaster -disc %ROM%"
BTW.
How do you experience it ? -
@folly
Autoload working only from a full KB. Thank you!
My little wireless kb/mouse combo not good as it needs FN key to apply F12.
works ok though on the lr-mess setup if pressed quickly :-) weirdi tried the -autoboot added to sh files but no difference. at least i know shift + f12 is working so all good
I have to say this emu has the best graphics in cli etc, second is lr-mess and last advmess. I have all 3 working.
I was reading the original README info from Graham, menu should have an EXIT option. xbeeb and xmaster do not though.
So only solution is to use mouse and click X on window to close it and go back to ES.I tried to find where the config file exists but no luck
I wanted to boost and save volume to 100% and 70%.
Any idea?You dont have correct resolution on yours?
Here is what I have fullscreenAnd command line options from help i found
/opt/retropie/emulators/b-em-pico-pi/xbeeb --help Starting GUI thread main: starting B-em v-2.2?-pi_x_drm ERROR(/home/pi/code/b-em-pico-pi/src/pico/x_gui/x_gui.cpp:641) : model: invalid rom setup type 'swram' in model 'BBC B w/1770 FDC', using 'swram' instead B-em v-2.2?-pi_x_drm command line options: -disc disc.ssd - load disc.ssd into drives :0/:2 -disc1 disc.ssd - load disc.ssd into drives :1/:3 -autoboot - boot disc in drive :0 -Fx - set maximum video frames skipped -s - scanlines display mode -i - interlace display mode
-disc1 disc.ssd
Seems a good option to have manullay loading a dual disk game...
Make a custom sh file and add in es_systems .sh as extension . Just an idea -
@2play said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):
anyone interested i have covered most of older systems on my themes which are forks of the excellent @chicuelo work
https://github.com/2play/2Play-v2-ThemesThanks @2play, I don't know if you are aware but @folly, @valerino and I working on the Development of module-script generator for lr-mess and mame standalone, It's the updated thread for the sciptmodules.
4 weeks ago we posted this: Request for artists working on themes - needs for (lr-mess/MAME) additions
What you did seems to be in line with that. Thanks.
-
@2play said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):
@folly
Autoload working only from a full KB. Thank you!Nice.
My little wireless kb/mouse combo not good as it needs FN key to apply F12.
Damn.
works ok though on the lr-mess setup if pressed quickly :-) weird
I press it sometimes twice, then it works ok.
i tried the -autoboot added to sh files but no difference. at least i know shift + f12 is working so all good
I have to say this emu has the best graphics in cli etc, second is lr-mess and last advmess. I have all 3 working.
Yes, indeed.
Graham changed something that make this run quite good on rpi. Also the audio is pretty good.I was reading the original README info from Graham, menu should have an EXIT option. xbeeb and xmaster do not though.
So only solution is to use mouse and click X on window to close it and go back to ES.The readme he made is written in very hurry up way.
I had to change some built lines to compile.
I can imagine there are many mistakes in the readme still.
I saw separate gui code of Graham qui.
Perhaps it can be added in that part.I tried to find where the config file exists but no luck
I wanted to boost and save volume to 100% and 70%.
Any idea?I think this also has to be done in the source.
He made it in such a way that all settings, roms and demos are in the binary so it could work on the pico.You dont have correct resolution on yours?
If I run the binaries directly I don't have correct resolution.
But it is correct if I do it thought my .sh that are installed with my module-script, then it is ok.Here is what I have fullscreen
Just how it looks on my end.
You can force it to be wide-screen, did you see that ?And command line options from help i found
/opt/retropie/emulators/b-em-pico-pi/xbeeb --help Starting GUI thread main: starting B-em v-2.2?-pi_x_drm ERROR(/home/pi/code/b-em-pico-pi/src/pico/x_gui/x_gui.cpp:641) : model: invalid rom setup type 'swram' in model 'BBC B w/1770 FDC', using 'swram' instead B-em v-2.2?-pi_x_drm command line options: -disc disc.ssd - load disc.ssd into drives :0/:2 -disc1 disc.ssd - load disc.ssd into drives :1/:3 -autoboot - boot disc in drive :0 -Fx - set maximum video frames skipped -s - scanlines display mode -i - interlace display mode
-disc1 disc.ssd
Seems a good option to have manullay loading a dual disk game...
Make a custom sh file and add in es_systems .sh as extension . Just an ideaNice, I haven't done that
-help
part, but that is interesting.
I will look at that too.I could make an extra sh file with
-disc1
and add a command-line in the emulators.cfg that would load that sh.
Or I can change the standard sh which could search for a second disc.Do you have an example on a 2 disc game ?
Good idea to test. -
@folly Thank you for replying!
I do have wide full screen covered with your script. Thats what im using
If we can find how to save setting for sound that would be nice.
if its hardcoded then i guess no cfg file and changes are temp.The dual disk games are rare but here is one example
Superman - Man of Steel (1989)(Tynesoft)(Disk 1 of 2)[h TSTH].ssd Superman - Man of Steel (1989)(Tynesoft)(Disk 2 of 2)[h TSTH].ssd
-
@dteam Thank you! I have seen that post.
I saw the in the past the beg of the post but recently i discovered again as I decided to make all old systems work.
I ve even boosted some systems further.
Once done Im happy to share feedback -
@2play said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):
@folly Thank you for replying!
I do have wide full screen covered with your script. Thats what im using
If we can find how to save setting for sound that would be nice.
if its hardcoded then i guess no cfg file and changes are temp.The dual disk games are rare but here is one example
Superman - Man of Steel (1989)(Tynesoft)(Disk 1 of 2)[h TSTH].ssd Superman - Man of Steel (1989)(Tynesoft)(Disk 2 of 2)[h TSTH].ssd
I have made a fork of the source, just like you did.
Perhaps I can find some hard coded stuff and change that and then use my repo.Can't promise anything, but if I can, I will try and see if I can make a dual boot solution and fix the volume.
Edit (volume fix):
I changed the volume settings in my fork to 80%.
My module-script is set to use my fork now.So update the module-script with the wget command in post 43 .
Install again in RetroPie-Setup.This is the commit I did :
https://github.com/FollyMaddy/b-em/commit/8e2cfe6e335498bad89b318202b3caeb09c62e95 -
@folly Tx for quick handling!!
I think Ill use your fork and make it 9-10 for main and 7 for drive -
@2play said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):
@folly Tx for quick handling!!
I think Ill use your fork and make it 9-10 for main and 7 for driveI will make a commit now.
I made it 10 / 7 .
I will also make it wide-screen by default ?
-
@folly Sounds great yes.
how easy is it for you to add a new handler under the hard_reset so menu has an exit/quit functionPS Actually i d say leave 4:3 as ppl will complain. they can change by the aspect ratio right in menu, correct?
-
@2play said in new scriptmodules (lr-vice-xvic, gsplus, proper lr-mess integration!):
@folly Sounds great yes.
how easy is it for you to add a new handler under the hard_reset so menu has an exit/quit functionDon't know.
Perhaps I can.PS Actually i d say leave 4:3 as ppl will complain. they can change by the aspect ratio right in menu, correct?
Ok , I restore it after my test.
(restored) -
@folly compiled and tested!
All good with volume!about the handler i was looking at the menu.c code and seems a new entry for Exit\Quit can be added. I probably could do with testing but I think you are more advanced coder to me
The gui menu also pops up with WIN Key :-)
-
About the handler i was looking at the menu.c code and seems a new entry for Exit\Quit can be added. I probably could do with testing but I think you are more advanced coder to me.
For C/C++ I am not that advanced, but indeed I did some little things and I want to learn some more things.
Perhaps I can find it, then I will let you know.Did you know how I found the settings ?
I just used thegrep
command in the terminal, like this :pi@raspberrypi:~/the_source_directory $ grep -r volume
This will give all the files and lines that contain "volume".
That is the way I found the file.
So that is something you can do too.The gui menu also pops up with WIN Key :-)
I will add this to the help in the module-script.
-
@folly
I think the master model not working ok or is just game related
see ABYSS booting messed up
airwolf wont boot at all on bothbest compatibility is on lr-mess and the advmess
lr mess boots all games except a protoype that loads on b-em
I guess setting up a set in ES will require diff emus per gamesNot a prob but just wanted to give you my feedback
-
Thanks for your feedback.
I noticed this also with a few demos and a few games.
I think it's b-em related.
Though, I see that some games and demos only work on b-em.
Like these :
Prince of Persia post link
Stunt Car Racer post linkWith xmaster I also notice strange charachters sometimes.
Don't know what is causing this. -
@folly maybe the integrated roms need updating?
dont know
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.