Author Topic: Tutorial section  (Read 28724 times)

RetroPrime

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Tutorial section
« Reply #15 on: October 07, 2017, 12:20:55 AM »
Never mind: found it (game logo pack).

RetroPrime

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Tutorial section
« Reply #16 on: October 14, 2017, 04:32:01 PM »
Hi all,
Is there a way to add intro music to RFE? I would love for an 80's theme to kick in during attract mode, after the RFE logo.

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Tutorial section
« Reply #17 on: October 14, 2017, 05:43:12 PM »
Exactly in what order would you like these things to happen? I can imagine hearing that music and the video music at the same time may not give the best results.

Sent from my SM-G920F using Tapatalk


RetroPrime

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Tutorial section
« Reply #18 on: October 15, 2017, 05:06:00 PM »
Ideally, I wouldn't have any video music at all, just the 80's soundtrack. My current setting doesn't have any type of consistent 'video' music anyway, just whatever sound clips are playing for the game that is being demoed. Is it possible?

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Tutorial section
« Reply #19 on: October 15, 2017, 05:33:01 PM »
Not yet, but it's on the to-do list. I'd hoped to've gotten some programming help by now for these kinds of things.

Sent from my SM-G920F using Tapatalk

RetroPrime

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Tutorial section
« Reply #20 on: October 15, 2017, 06:36:55 PM »
No worries, now is as good a time as any to say that RFE is a brilliant FE. It's helping to make Christmas a little bit more special with the bartop project I'm currently working on. Well done to all involved, if I get around to it, I would love to contribute in the tiniest of ways by creating a tutorial based on my settings that could potentially help other newbies like myself.

RetroPrime

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Tutorial section
« Reply #21 on: November 27, 2017, 06:24:08 PM »
Back again (hopefully for the last time). I'm trying to launch genesis/nes/snes roms from RFE but using Mame.
I can fiddle and get mame to launch the various systems outside of RFE, but I don't get the same results from within.
Can anyone point me in the right direction, or does anyone have a similar config that allows them to use mame and launch multiple systems?

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Tutorial section
« Reply #22 on: November 27, 2017, 06:37:01 PM »
Back again (hopefully for the last time). I'm trying to launch genesis/nes/snes roms from RFE but using Mame.
I can fiddle and get mame to launch the various systems outside of RFE, but I don't get the same results from within.
Can anyone point me in the right direction, or does anyone have a similar config that allows them to use mame and launch multiple systems?
I use MAME for almost all systems. Can you post your log.txt file?

Sent from my SM-G920F using Tapatalk


RetroPrime

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Tutorial section
« Reply #23 on: November 28, 2017, 07:02:04 PM »
Sure, log.txt attached

Agent47

  • Global Moderator
  • Full Member
  • *****
  • Posts: 160
  • Karma: +7/-41
    • View Profile
Re: Tutorial section
« Reply #24 on: November 28, 2017, 08:19:34 PM »
You're trying to use the same command line for your NES roms as arcade games, which isn't correct. For any non arcade systems you need to specify the machine/system and since you're not using the software lists you also need to specify the media type in the command line. Create a new launcher for nes and use the following arguments:

nes -cart %ITEM_FILEPATH%

RetroPrime

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Tutorial section
« Reply #25 on: November 29, 2017, 09:23:07 AM »
Thanks for replying, however I have that argument for NES already. My NES conf file is as follows:

executable = ..\emulators\MAME\mame0162b_64bit\mame64.exe
arguments = nes -cart "%ITEM_FILEPATH%"

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Tutorial section
« Reply #26 on: November 29, 2017, 11:41:28 AM »
Thanks for replying, however I have that argument for NES already. My NES conf file is as follows:

executable = ..\emulators\MAME\mame0162b_64bit\mame64.exe
arguments = nes -cart "%ITEM_FILEPATH%"
Maybe so, but your NES settings.conf sets your launcher to mame.conf...

Sent from my SM-G920F using Tapatalk


RetroPrime

  • Newbie
  • *
  • Posts: 26
  • Karma: +0/-0
    • View Profile
Re: Tutorial section
« Reply #27 on: November 29, 2017, 04:16:15 PM »
ok. are you able to tell me how my nes settings conf should look?
also, should nes roms sit in the mame/roms folder, or can they sit in a seperate nes/roms folder? I know mame is picky about the location of roms.

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Tutorial section
« Reply #28 on: November 29, 2017, 04:33:55 PM »
If I'm right, there's currently a line in your Nintendo Entertainment System settings.conf file reading:
launcher = mame
replace it with:
launcher = Nintendo Entertainment System
That should do the trick. :)

Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: Tutorial section
« Reply #29 on: November 29, 2017, 04:37:31 PM »
also, should nes roms sit in the mame/roms folder, or can they sit in a seperate nes/roms folder? I know mame is picky about the location of roms.

Assuming you're not using software lists, you can just put the roms in collections\Nintendo Entertainment System\roms
MAME will grab its paths from the mame.ini file, but since you use a direct ROM call it will grab that file from the indicated path in stead. It will still grab the nes BIOS from its default path though, but I assume you've put that rom (nes.zip) somewhere in the MAME rom path already.