Adding new system (stand alone emulator)
4 posters
Page 1 of 1
Adding new system (stand alone emulator)
I am trying to add the "Adam" console. Now I made the "Adam" directory in the "Roms" folder and added my roms. Then installed the "Colem" emulator in the "Emulators" directory. Tested it with running the emulator fully standalone and the games work fine. Then added this to my custom system cfg file:
<system>
<name>adam</name>
<fullname>Adam</fullname>
<manufacturer>Coleco</manufacturer>
<release>1950</release>
<hardware>console</hardware>
<path>~\..\roms\adam</path>
<extension>.dsk</extension>
<command>"%HOME%\emulatorLauncher.exe" %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<emulator name="colem" command=""/>
</emulators>
<platform>adam</platform>
<theme>adam</theme>
</system>
This does not work. I think the line "<emulator name="colem" command=""/>" is at fault. How do I point it to the emulator in "/emulators/colem/colem.exe" ?
<system>
<name>adam</name>
<fullname>Adam</fullname>
<manufacturer>Coleco</manufacturer>
<release>1950</release>
<hardware>console</hardware>
<path>~\..\roms\adam</path>
<extension>.dsk</extension>
<command>"%HOME%\emulatorLauncher.exe" %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<emulator name="colem" command=""/>
</emulators>
<platform>adam</platform>
<theme>adam</theme>
</system>
This does not work. I think the line "<emulator name="colem" command=""/>" is at fault. How do I point it to the emulator in "/emulators/colem/colem.exe" ?
Planetdune- Messages : 65
Date d'inscription : 2022-05-20
Re: Adding new system (stand alone emulator)
"hello"
You know that, if it was so easy, we don't have to wait so long between Retrobat updates...
Adding an emulator isn't just adding a line in es_systems.cfg.
You know that, if it was so easy, we don't have to wait so long between Retrobat updates...
Adding an emulator isn't just adding a line in es_systems.cfg.
getupor- Admin
- Messages : 1388
Date d'inscription : 2020-10-04
Lorenzolamas likes this post
Re: Adding new system (stand alone emulator)
You could try to push the location of the standalone exe, any inline commands and the %ROM% if the emulator can be used to run at command line. I did that with winuae as below because I wanted to run an old config (using -f) and it seems to work fine.
<emulator name="winuae" command="D:\Emulation\RetroBat4\emulators\winuae\winuae64.exe -f %ROM%"/>
<emulator name="winuae" command="D:\Emulation\RetroBat4\emulators\winuae\winuae64.exe -f %ROM%"/>
BishBashBoz- Messages : 10
Date d'inscription : 2022-06-16
hozerino likes this post
Re: Adding new system (stand alone emulator)
BishBashBoz wrote:You could try to push the location of the standalone exe, any inline commands and the %ROM% if the emulator can be used to run at command line. I did that with winuae as below because I wanted to run an old config (using -f) and it seems to work fine.
<emulator name="winuae" command="D:\Emulation\RetroBat4\emulators\winuae\winuae64.exe -f %ROM%"/>
?? why ??
winuae is already added....
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: Adding new system (stand alone emulator)
OP was asking how to get a new standalone emulator to open a file, I just gave an example of how I did it with winuae, they would need to change the command line to match what "Adam" requires.
BishBashBoz- Messages : 10
Date d'inscription : 2022-06-16
Re: Adding new system (stand alone emulator)
Why give him a bad example? you really did that with Winuae?
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: Adding new system (stand alone emulator)
Bad example? Care to elaborate on why it's bad? I just came on here to lend a hand and yes it works fine for me.
Care to give a better one?
Care to give a better one?
BishBashBoz- Messages : 10
Date d'inscription : 2022-06-16
Re: Adding new system (stand alone emulator)
Bad example because you are adding something that already exists and therefore does not need to be modified.
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: Adding new system (stand alone emulator)
Planetdune was adding 'Colem', a 'Portable ColecoVision and Coleco Adam Emulator' which isn't part of retrobat....
BishBashBoz- Messages : 10
Date d'inscription : 2022-06-16
Re: Adding new system (stand alone emulator)
Yes but you are talking about adding winuae when it is already there and in addition you give a bad method.
As Getupor said, adding lines in es_system.cfg is not enough to make it work properly on Retrobat.
if it was so simple there would be Retrobat updates every week and not every year.
As Getupor said, adding lines in es_system.cfg is not enough to make it work properly on Retrobat.
if it was so simple there would be Retrobat updates every week and not every year.
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: Adding new system (stand alone emulator)
Wouldn't disagree, amazing biece of software, my go-to emulation package for Windows and I'm always looking forward for a new release whenever it's ready and I'm gratefull for whenever that may be. In the meantime, I have played around with it to create workrounds that give me a tailored emulator experience, and if theres a way (albeit far from perfect) then I might as well use it untill new emulators are added.
As I said before, I wasn't talking about adding WINUAE to this, I just copied and pasted what I did as an example, it's up to Planetdune to use this info if they want to.
I'm not quite sure what your problem is and why you are berating people for just helping......why not chip in with a better \ right way of doing it? Untill you do, this dirty fix works just fine.
As I said before, I wasn't talking about adding WINUAE to this, I just copied and pasted what I did as an example, it's up to Planetdune to use this info if they want to.
I'm not quite sure what your problem is and why you are berating people for just helping......why not chip in with a better \ right way of doing it? Untill you do, this dirty fix works just fine.
BishBashBoz- Messages : 10
Date d'inscription : 2022-06-16
gadarf likes this post
Re: Adding new system (stand alone emulator)
I'm not berating you ^^, and I'm only telling you about your example, because it's not good, in the sense that we've done the work to add Winuae to Retrobat, there's no need to modify anything. But maybe there is a bug, and if so it would be nice to tell us so we can fix it.
I know you want to help, but that doesn't help, it adds support for us to correct the mistakes people make.
People read what you post and make the same mistakes over and over again, and then come to discord or elsewhere to complain that it doesn't work properly.
they come to complain to us, not to you...we are a VERY small team. time spent on support is time wasted developing the next update.
I know you want to help, but that doesn't help, it adds support for us to correct the mistakes people make.
People read what you post and make the same mistakes over and over again, and then come to discord or elsewhere to complain that it doesn't work properly.
they come to complain to us, not to you...we are a VERY small team. time spent on support is time wasted developing the next update.
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: Adding new system (stand alone emulator)
I can understand where you are coming from, but you seem to be missing my point that Planetdune (considering they seem like they are interested scripting) and I probably already know that winuae is already in Retrobat, and what I was doing was just citing an example......There are no bugs btw, I just needed a way to lanch the emulator and use a specific .uae config file.
Maybe I was being lazy and wrote use this line instead;
<emulator name="colem" command="*colem.exe # %ROM%"/>
Change the * to your path to the exe and place any command line options in # (remove the # and one space if you dont need it.
Try not to see every reply as more work....you have an army of people on this forum willing to help, if it works or not! and if they complain their mods are not working, that's their issue, not yours.....
Maybe I was being lazy and wrote use this line instead;
<emulator name="colem" command="*colem.exe # %ROM%"/>
Change the * to your path to the exe and place any command line options in # (remove the # and one space if you dont need it.
Try not to see every reply as more work....you have an army of people on this forum willing to help, if it works or not! and if they complain their mods are not working, that's their issue, not yours.....
BishBashBoz- Messages : 10
Date d'inscription : 2022-06-16
Re: Adding new system (stand alone emulator)
We will surely not be able to understand each other. Never mind. But unfortunately people don't work as you describe them. And the army you quote does not exist, look at the number of messages under my pseudonym... This army is Getupor and me...
But it is precisely because adding lines is not enough and it is quite complex to use that the simple visitor to this forum cannot help with this kind of question (and others).
And don't get me wrong, I know you're trying to help, and your intentions are good.
going back to your method, it is not good because you are only doing half the job.
Adding a system is not just adding lines to the es_systeme.cfg file
the other half is the integration in Emulatorlauncher.exe, which is much more complex and not accessible to everyone.
But it is precisely because adding lines is not enough and it is quite complex to use that the simple visitor to this forum cannot help with this kind of question (and others).
And don't get me wrong, I know you're trying to help, and your intentions are good.
going back to your method, it is not good because you are only doing half the job.
Adding a system is not just adding lines to the es_systeme.cfg file
the other half is the integration in Emulatorlauncher.exe, which is much more complex and not accessible to everyone.
-------------- Please -------------
The board rules: https://retrobat.forumgaming.fr/t51-read-befor-posting-retrobat-forum-rules
BEFORE POSTING !!!!
READ:
English FAQ: https://retrobat.forumgaming.fr/t135-faq-retrobat-wip
French FAQ: https://retrobat.forumgaming.fr/t136-faq-retrobat-wip
Spanish FAQ: https://retrobat.forumgaming.fr/t854-faq-retrobat-wip
Retrobat Wiki (english & french): https://wiki.retrobat.org/
and:
Choose an avatar: https://retrobat.forumgaming.fr/t1190-avatar-how-to-choose-an-avatar-on-the-forum
and say "Hello"
Lorenzolamas- Admin
- Messages : 2641
Date d'inscription : 2019-07-28
Re: Adding new system (stand alone emulator)
If that's the case I'll refrain from putting solutions in for mods. It's a shame as that stifles the community from trying new stuff and tweaking their setups, but I understand where you are coming from.
BishBashBoz- Messages : 10
Date d'inscription : 2022-06-16
Similar topics
» Adding and using emulator RANes with retrobat?
» Adding Saturn emulator Libretro-yabasanshiro
» Adding Support for Pixelcade
» Stand alone Scummvm 2.2.0 support - just need help RetroBat to launch it :)
» Yuzu Emulator and Citra 3DS Emulator Website and GITHUB is Now got shutdown by Nintendo Official
» Adding Saturn emulator Libretro-yabasanshiro
» Adding Support for Pixelcade
» Stand alone Scummvm 2.2.0 support - just need help RetroBat to launch it :)
» Yuzu Emulator and Citra 3DS Emulator Website and GITHUB is Now got shutdown by Nintendo Official
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum