Welcome!

Final Burn Neo => FBN Discussion => Topic started by: xerf84 on November 05, 2020, 11:40:42 AM

Title: FBN in EmulationStation.
Post by: xerf84 on November 05, 2020, 11:40:42 AM
Hello friends, I could not make FBN work in this FrontEnd, will any of you know what it could be?

This is the code I use to summon FBN which works with MAME:

D:

CD \ Games \ Final Burn Neo_v1.0.0.01 \

fbneo.exe% 1

I clarify that it is for PC.
Title: Re: FBN in EmulationStation.
Post by: barbudreadmon on November 05, 2020, 02:40:39 PM
I don't know the specifics for emulationstation, but fbneo.exe must be called with the romset name (so no extension),if you want to run arkanoid you'll call "fbneo.exe arkanoid". Also, the romsets must be scanned and found first.
Title: Re: FBN in EmulationStation.
Post by: xerf84 on November 05, 2020, 11:20:25 PM
Thanks for the answer, in Attract Mode it works fine but in EmulationStation it doesn't. I will look for a solution.  :p
Title: Re: FBN in EmulationStation.
Post by: akafox on November 06, 2020, 12:30:50 AM
make sure your es_system.cfg is set up right and make sure that you have scanned your roms with the emulator first

   <system>
    <name>FBN</name>
   <fullname>Final Burn Neo</fullname>
      <path>C:\games\emulators\roms</path>
      <extension>.zip</extension>
      <command>C:\games\emulators\fbneo.exe %BASENAME%</command>
      <platform>arcade</platform>
             <theme>fba</theme>
   </system>
Title: Re: FBN in EmulationStation.
Post by: xerf84 on November 08, 2020, 03:24:18 PM
The *.bat is correct, system sintaxis is correct, exscuse me, how i can scan the roms for fbn?, i haven't any problem whit mame. Sorry for my English. je
Title: Re: FBN in EmulationStation.
Post by: akafox on November 10, 2020, 10:50:20 PM
please post your es_system.cfg

if it is set up correctly emulationstation should create a list just like attract mode...

you need to find out why you can not make a list first...

if you can then something is wrong with your command line in your es_systems.cfg
Title: Re: FBN in EmulationStation.
Post by: xerf84 on December 02, 2020, 11:54:29 AM
A little late, it is fixed. Thanks for the help.