Testing Model2 - just need some guidance with RetroBat
3 posters
Page 1 of 1
Testing Model2 - just need some guidance with RetroBat
Following this great guide -> https://www.beanzontech.com/5-sega-model-2
First step let's make it work as standalone emulator - got it to work with some minor edits to include roms path and stand alone emu loads (i still have to figure out controller stuff getting there).
My ../emulator/m2emulator/Emulator.ini
From front end all is great from ES see all games/snaps and all but none of them load.. noticed maybe something in es_systems...
I got this far to possibly isolate the problem..
My system/template/emulationstation/es_systems...(opengl/d3d/default.cfg)
I try multicpu, singlecpu nothing happens, then i uncommented m2emulator-m2emualtor... now it loads but it's given me classic error that files are missing but it's not... that common thing is i think it's not even reading the conf "emulators.ini" it needs roms path...
Anyhow, I would really appreciate your insights. I plan to tackle model3 if we can figure this out...
I'm relentless hoping we can figure this out...
Sincerely,
Virtualman
First step let's make it work as standalone emulator - got it to work with some minor edits to include roms path and stand alone emu loads (i still have to figure out controller stuff getting there).
My ../emulator/m2emulator/Emulator.ini
- Code:
[RomDirs]
Dir1=..\..\roms\model2
[Renderer]
FullMode =4
Sound =1
AutoFull =1
Filter =16841916
ForceSync = 1
FullScreenWidth = 1366
FullScreenHeight = 768
Wireframe = 0
Bilinear = 1
Trilinear = 0
FakeGouraud = 0
AutoMip = 1
MeshTransparency = 1
Frameskip = 0
ForceManaged = 1
FilterTilemaps = 1
[Input]
XInput = 1
EnableFF = 1
FE_CENTERING_Gain = 1.0
FE_CENTERING_Coefficient = 10000
FE_CENTERING_Saturation = 10000
FE_CENTERING_Deadband = 1000
FE_CLUTCH_Gain = 1.0
FE_CLUTCH_Coefficient = 10000
FE_LEFT_Gain = 1.0
FE_LEFT_Magnitude = 10000
FE_RIGHT_Gain = 1.0
FE_RIGHT_Magnitude = 10000
FE_UNCENTERING_Gain = 1.0
FE_UNCENTERING_Magnitude = 6000
FE_UNCENTERING_Offset = -200
FE_UNCENTERING_Phase = 0
FE_UNCENTERING_Period = 56000
From front end all is great from ES see all games/snaps and all but none of them load.. noticed maybe something in es_systems...
I got this far to possibly isolate the problem..
My system/template/emulationstation/es_systems...(opengl/d3d/default.cfg)
- Code:
<system>
<name>model2</name>
<fullname>SEGA Model 2</fullname>
<manufacturer>Sega</manufacturer>
<hardware>arcade</hardware>
<path>..\..\roms\model2</path>
<extension>.zip .ZIP</extension>
<command>%HOME%\emulatorLauncher.exe %CONTROLLERSCONFIG% -system %SYSTEM% -emulator %EMULATOR% -core %CORE% -rom %ROM%</command>
<emulators>
<emulator name="model2">
<cores>
<core>multicpu</core>
<core>singlecpu</core>
</cores>
</emulator>
<emulator name="m2emulator-multicpu-launcher" command="%HOME%\..\retrobat.exe /NOF #M2Emulator #%BASENAME%"/>
<!--<emulator name="m2emulator-singlecpu-launcher" command="%HOME%\..\retrobat.exe /NOF #M2EmulatorSingleCPU #%BASENAME%"/>-->
</emulators>
<platform>arcade</platform>
<theme>model2</theme>
I try multicpu, singlecpu nothing happens, then i uncommented m2emulator-m2emualtor... now it loads but it's given me classic error that files are missing but it's not... that common thing is i think it's not even reading the conf "emulators.ini" it needs roms path...
Anyhow, I would really appreciate your insights. I plan to tackle model3 if we can figure this out...
I'm relentless hoping we can figure this out...
Sincerely,
Virtualman
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
Hello,
Normally RetroBat v3.1 is already configured to run model2 games. You have nothing to do than just put your roms in roms\model2 folder.
So you confirm having tried the default config without sucess ?
Normally RetroBat v3.1 is already configured to run model2 games. You have nothing to do than just put your roms in roms\model2 folder.
So you confirm having tried the default config without sucess ?
Re: Testing Model2 - just need some guidance with RetroBat
Yes I did use defaults - and noting was working. I did not overwrite any files or update emulator. But to run emulator as is would not work no via retrobat...
However i manage to get emulator it'self to run with added roms path... that's as far as i could go.
I'm on latest beta release of RetroBat...
However i manage to get emulator it'self to run with added roms path... that's as far as i could go.
I'm on latest beta release of RetroBat...
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
Please, use the latest version (3.1).... beta is BETA , so very buggy.
We do not support older versions.
BR.
We do not support older versions.
BR.
-------------- 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: Testing Model2 - just need some guidance with RetroBat
I'm using latest 3.1 beta... but is there any logs I can send you guys? To help identify the problem?
I want to help figure this out.
VMAN
I want to help figure this out.
VMAN
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
Actually @Kyle and @Lorenzolamas I got it going!!!
I noted for some odd reason it creates and expects to have a Emulators.ini in root path of the roms\model2\Emulators.ini
It has this...
So I change the file to match settings I had on stand alone emulator and works now!
I also had to force to use this in es_systems...
But it works now... I will start working towards model3 now .. but be nice to know where logs are to help troubleshoot.
I noted for some odd reason it creates and expects to have a Emulators.ini in root path of the roms\model2\Emulators.ini
It has this...
- Code:
[Renderer]
FullMode=0
Sound=1
AutoFull=0
Filter=16841916
So I change the file to match settings I had on stand alone emulator and works now!
- Code:
[RomDirs]
Dir1=..\..\roms\model2
[Renderer]
FullMode =4
Sound =1
AutoFull =1
Filter =16841916
ForceSync = 1
FullScreenWidth = 1366
FullScreenHeight = 768
Wireframe = 0
Bilinear = 1
Trilinear = 0
FakeGouraud = 0
AutoMip = 1
MeshTransparency = 1
Frameskip = 0
ForceManaged = 1
FilterTilemaps = 1
[Input]
XInput = 1
EnableFF = 1
FE_CENTERING_Gain = 1.0
FE_CENTERING_Coefficient = 10000
FE_CENTERING_Saturation = 10000
FE_CENTERING_Deadband = 1000
FE_CLUTCH_Gain = 1.0
FE_CLUTCH_Coefficient = 10000
FE_LEFT_Gain = 1.0
FE_LEFT_Magnitude = 10000
FE_RIGHT_Gain = 1.0
FE_RIGHT_Magnitude = 10000
FE_UNCENTERING_Gain = 1.0
FE_UNCENTERING_Magnitude = 6000
FE_UNCENTERING_Offset = -200
FE_UNCENTERING_Phase = 0
FE_UNCENTERING_Period = 56000
I also had to force to use this in es_systems...
- Code:
<emulator name="m2emulator-multicpu-launcher" command="%HOME%\..\retrobat.exe /NOF #M2Emulator #%BASENAME%"/>
But it works now... I will start working towards model3 now .. but be nice to know where logs are to help troubleshoot.
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
I just have to get controller to work at this point but I think i can do that through emulator, appreciate the help or any pointers.
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
I repeat, the beta version (in particular model 2) does not work like the final version.
Use the final version ....
Use the final version ....
-------------- 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: Testing Model2 - just need some guidance with RetroBat
Will do @Lorenzolamas
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
All working now wow that was tough! thank you all for pointers
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
Can you guys at least tell me when this is used where is it exactly getting the emulator from? It's definitely not using /emulators/m2emulator
Is there a way to force to use that path? Would appreciate pointers/help... scratching my head on this one .
This is folder structure i'm using - I have my reasons... (I need it in this way as I use this same exact drive to play on RetroPie Pi-extend mode it reads roms on my root path of my external drive.
I found how to enable debug logging but where does the log go I take it here %HOME% = emulationstation\emulatorLauncher.log
Merci
Is there a way to force to use that path? Would appreciate pointers/help... scratching my head on this one .
- Code:
<emulator name="m2emulator-multicpu-launcher" command="%HOME%\..\retrobat.exe /NOF #M2Emulator #%BASENAME%"/>
This is folder structure i'm using - I have my reasons... (I need it in this way as I use this same exact drive to play on RetroPie Pi-extend mode it reads roms on my root path of my external drive.
I found how to enable debug logging but where does the log go I take it here %HOME% = emulationstation\emulatorLauncher.log
Merci
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
Hello,
This is an emulators launcher so it run m2emulator with some others.
The purpose of the support here is not to help people to deconstruct RetroBat...
Virtualman wrote:
- Code:
<emulator name="m2emulator-multicpu-launcher" command="%HOME%\..\retrobat.exe /NOF #M2Emulator #%BASENAME%"/>
This is an emulators launcher so it run m2emulator with some others.
The purpose of the support here is not to help people to deconstruct RetroBat...
Lorenzolamas likes this post
Re: Testing Model2 - just need some guidance with RetroBat
I'm simply asking help/support guidance and it does not feel this way at all.
Tell me what i need to do that is it... (guidance)
Please stop avoiding the questions: Help me understand RetroBat a tad more you will see i will be a great asset to make things work.
"Can you guys at least tell me when this is used where is it exactly getting the emulator from? It's definitely not using /emulators/m2emulator
Is there a way to force to use that path? Would appreciate pointers/help... scratching my head on this one Smile."
Tell me what i need to do that is it... (guidance)
Please stop avoiding the questions: Help me understand RetroBat a tad more you will see i will be a great asset to make things work.
"Can you guys at least tell me when this is used where is it exactly getting the emulator from? It's definitely not using /emulators/m2emulator
Is there a way to force to use that path? Would appreciate pointers/help... scratching my head on this one Smile."
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
I even went as far starting from scratch guys ( got it going but it requires a fix you guys need to implement) or add in FAQ
Reproduced the problem:
1. Install RetroBat3.1 on default C:\RetroBat
2. Copy my working roms/artwork gamelist.xml bundle C:\RetroBat\roms\model2\*
3. RetroBat default launch and errors out (common you are missing files balbalbla...)
4. Logs Launcher
2020-10-10 12:51:02.239 [INFO] "C:\RetroBat\emulationstation\emulatorLauncher.exe" -p1index 0 -p1guid 03000000c82d00000261000000000000 -p1name "Bluetooth Wireless Controller " -p1nbbuttons 16 -p1nbhats 1 -p1nbaxes 4 -system model2 -emulator model2 -core multicpu -rom "C:\RetroBat\roms\model2\dayton93.zip"
2020-10-10 12:51:02.331 [INFO] -> C:\RetroBat\emulators\m2emulator\emulator_multicpu.exe dayton93
How to solve this problem:
- Modify the file in C:\RetroBat\emulators\m2emulator\Emulators.ini and add the following so it knows where fetch the roms!
[RomDirs]
Dir1=..\..\roms\model2
Sincerely,
VMAN!
Reproduced the problem:
1. Install RetroBat3.1 on default C:\RetroBat
2. Copy my working roms/artwork gamelist.xml bundle C:\RetroBat\roms\model2\*
3. RetroBat default launch and errors out (common you are missing files balbalbla...)
4. Logs Launcher
2020-10-10 12:51:02.239 [INFO] "C:\RetroBat\emulationstation\emulatorLauncher.exe" -p1index 0 -p1guid 03000000c82d00000261000000000000 -p1name "Bluetooth Wireless Controller " -p1nbbuttons 16 -p1nbhats 1 -p1nbaxes 4 -system model2 -emulator model2 -core multicpu -rom "C:\RetroBat\roms\model2\dayton93.zip"
2020-10-10 12:51:02.331 [INFO] -> C:\RetroBat\emulators\m2emulator\emulator_multicpu.exe dayton93
How to solve this problem:
- Modify the file in C:\RetroBat\emulators\m2emulator\Emulators.ini and add the following so it knows where fetch the roms!
[RomDirs]
Dir1=..\..\roms\model2
Sincerely,
VMAN!
Last edited by Virtualman on 14/11/20, 09:24 pm; edited 1 time in total
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
I don't understand what you want to do.
Model2 works perfectly on 3.1, you just have to add the roms in the "roms/model2 /roms/" folder, why do otherwise?
Model2 works perfectly on 3.1, you just have to add the roms in the "roms/model2 /roms/" folder, why do otherwise?
-------------- 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: Testing Model2 - just need some guidance with RetroBat
Lorenzolamas wrote:I don't understand what you want to do.
Model2 works perfectly on 3.1, you just have to add the roms in the "roms/model2 /roms/" folder, why do otherwise?
Any other roms/<systems> that's where all normal roms are in not another sub folder
roms/arcade/
roms/snes/
... etc.. all the roms are in the root... not in another sub folder... don't know why model2 roms/model2/roms ... is special... it's not consistent.
I really don't want to change gamelist.xml point roms to another subfolder ...
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
OK...
Good luck...
Good luck...
-------------- 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: Testing Model2 - just need some guidance with RetroBat
I have 70+ systems they all follow same rules for ES roms/<system> gamelist.xml mixart/snaps/wheel and roms in root directory...
I will make exception i guess for model2 dump all roms/model2/roms/ and all media/xml
You get my point now i'm not rookie on retro scene, i'm simply trying to help guys. Let's make it all consistent... i provided fix on fresh install roms/model2/ there should not be a sub folder call roms...
Sincerely,
VMAN
I will make exception i guess for model2 dump all roms/model2/roms/ and all media/xml
You get my point now i'm not rookie on retro scene, i'm simply trying to help guys. Let's make it all consistent... i provided fix on fresh install roms/model2/ there should not be a sub folder call roms...
Sincerely,
VMAN
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Lorenzolamas likes this post
Re: Testing Model2 - just need some guidance with RetroBat
it's nice to you to show us bugs, but it's not your job to fix them.
-------------- 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: Testing Model2 - just need some guidance with RetroBat
@lorenzolamas i fixed countless bugs in my time - last I check this was open source point me to your git repo i'll push fixes
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
I'm following git repo now https://github.com/kaylh/RetroBat
Goal is to help guys, i found other bugs and will create separate topics.
@lorenzo... I remain dedicated and optimistic regardless you undermining me ... let's remain open minded.
Cheers,
VMAN
Goal is to help guys, i found other bugs and will create separate topics.
@lorenzo... I remain dedicated and optimistic regardless you undermining me ... let's remain open minded.
Cheers,
VMAN
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
We did not understand your intention because you posted this in section "Support"
-------------- 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: Testing Model2 - just need some guidance with RetroBat
Understand, just guide me right place to report possible bugs. moving on guys... let's close this bug out
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Re: Testing Model2 - just need some guidance with RetroBat
maybe on "General discussions" ?
-------------- 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: Testing Model2 - just need some guidance with RetroBat
k, at times i'm reaching as support i actually need support/direction so appologies.
Virtualman- Messages : 104
Date d'inscription : 2020-08-10
Similar topics
» for testing reason as well. Download for RetroBat 6.3.1 NOT WORKING :O
» PC games that work outside of RetroBat, don't start in RetroBat
» [RESOLVED] Thinking ahead about final burn neo and retrobat updates (Since the rom version is specific to the emulator version, is there a way for me to stop updates to final burn within retrobat)
» Introducing RetroBat Runner: automatically start RetroBat using any connected controller
» New to Retrobat, whats the best way to set up PS3 Roms/Collection? Can't get to load from retrobat
» PC games that work outside of RetroBat, don't start in RetroBat
» [RESOLVED] Thinking ahead about final burn neo and retrobat updates (Since the rom version is specific to the emulator version, is there a way for me to stop updates to final burn within retrobat)
» Introducing RetroBat Runner: automatically start RetroBat using any connected controller
» New to Retrobat, whats the best way to set up PS3 Roms/Collection? Can't get to load from retrobat
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum