Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - retrogam3

Pages: [1] 2 3 ... 7
1
General / Re: Windows .bat files wont load in Attract Mode
« on: September 11, 2020, 07:49:05 AM »
Is this a bug? Or am I just doing something wrong?

2
General / Re: Daily Windows Build available.
« on: September 11, 2020, 07:43:12 AM »
Wow, thank you. I just DL your daily build 9/10/20 and the speed is so much faster than the January 17, 2020 2.6.1 release. Not sure why it's faster or what u did but it's def faster on my system.

3
General / Re: Windows .bat files wont load in Attract Mode
« on: September 07, 2020, 11:04:58 AM »
Here they are working good inside AM with relative paths (you can adapt it to your structure):

executable           cmd
args                 /c "[romfilename]"
rompath              collections\PC Games\roms
romext               .bat
system               PC
nb_mode_wait         5


Sample .bat file

@echo off
set "GAMENAME=yourgame.exe"
set "GAMEPATH=\your game folder name\"
set HOME="%~dp0"
set "GAMEROOT=%~dp0%GAMEPATH%"
cd %GAMEROOT%
start "" /WAIT "%GAMEROOT%%GAMENAME%"
exit


PS: .bat files and games folders are located in the same main folder

Something like:

PC games roms. Inside you have:

Game name folder
.bat file named the same as the game name folder
a cmd.exe just in case.

Hope this helps.

This really helped allot, however I noticed something in AM if the game name or .bat name has a "space" in it the game will launch fine in AM. However if it doesn't and it one single work like gamename.bat it won't work however if the .bat file is named game name.bat or gamename .bat it works. Why does the space matter or have anything to do with AM CMD launching the game?

4
General / Re: Sound/Volume?
« on: July 23, 2020, 03:06:23 AM »
Thanks!

5
General / Sound/Volume?
« on: July 22, 2020, 09:29:43 AM »
Anyone know how to allow the intro video volume to play while still muting the snap video volume through AM?

This part of AM.cfg
sound
   sound_volume         100
   ambient_volume       100
   movie_volume         0

6
General / Re: [HELP] Displays Menu Options...
« on: June 22, 2020, 11:44:43 AM »
Since you already have a 3-tier nested menu working .. you've got that part all handled.

But, I'm thinking, if you are wanting to go to a 2-tier menu like this:

Displays Menu/Main Menu
    |
    | - Consoles (have romlist with all games from all consoles available)
    |
    | - Handhelds (have romlist with all games from all handhelds available)

But....when you go into Consoles ... let's say, you are initially only seeing NES games.  Scrolling up/down through NES games only.  You would like to be able to "go to next console" from there and only see, say SNES games.

Here's an idea:

1. create a master consoles_only.txt romlist
    manually copy-paste all of your current console romlist file's contents into this single large file

2. create a new Consoles_Only display
    set it up to use this newly made consoles_only.txt romlist

Now...setup new filters on this new display...one filter for every console system you have.

Let's say you have the following consoles.

NES
SNES
TG16
ATARI2600

Setup a new filter called "NES" with this:

Emulator = "NES"

Now create 3 more filters:

filter name: SNES
filter: Emulator = "SNES"

filter name: TG16
filter: Emulator = "TG16"

filter name: ATARI2600
filter: Emulator = "ATAR2600"

Setup a hotkey button to cycle through Filters.

I'm thinking what you should end up with is, a new display that has a romlist with every game from those consoles...but the new display is governed by various filters that are setup to only show games from a single system.

The "All" filter will still be there and show all games (but you could remove it if wanted).  Otherwise, you'd just press a button to cycle through the Filters for each system and use Up/Down to scroll the games.

Just replace the samples above with your proper emulator names.

Hope that makes sense (it did in my head when typing....LOL).

This is genius and I totally see how this should work in theory. Will give this a shot later. Thanks!

7
General / Re: [HELP] Displays Menu Options...
« on: June 22, 2020, 10:04:39 AM »
By hand AFAIK...Here is a template, just look at you Attract.cfg to see how your systems and emulators are named...

NES;Nintendo Entertainment System;@;;;;;;;;;0;;;;;
SNES;Super Nintendo Entertainment System;@;;;;;;;;;0;;;;;

8
General / Re: [HELP] Displays Menu Options...
« on: June 22, 2020, 09:38:44 AM »
You have to make menu romlists which call systems using the @ symbol in the game romlists. Look at my example a couple posts up.

9
General / Re: [HELP] Displays Menu Options...
« on: June 20, 2020, 04:39:38 PM »
Try this for everything you don't want to see in the menu.

Configure-->Displays--><display_name>-->Show in Menu = No

I have it setup like this, all my displays (with games) are set to Show in cycle = Yes Show in menu = No and my display menu layouts are set to show in cycle = no show in menu yes. that part works. The problem is I can not figure out a way to skip the 2nd step where I pick consoles and it goes to my consoles with up/down for games and left right for system. Instead it makes me chose a connsole NES, then goes to NES with games. I really do not see how to logically do what I want. I don't think it's possible in AM. It works in other FE.

10
General / Re: [HELP] Displays Menu Options...
« on: June 20, 2020, 06:30:32 AM »
Hrmm, I will have to play around to see if I can get what you are suggesting to work. Yes, I have 4 "category" romlists in my romlist folder (See below). Along with all my normal romlists of system with games. The problem with this is it makes my first choice/tier 1-4 (consoles, arcades, handhelds, other). Then my second choice/tier is just a name of the system. Then my third choice/tier is the system selected with my games. I just don't want the second choice.  :o

Example: (imagine similar for Arcades, Handhelds, Other)

Consoles:
NES;Nintendo Entertainment System;@;;;;;;;;;0;;;;;
SNES;Super Nintendo Entertainment System;@;;;;;;;;;0;;;;;

11
General / Re: [HELP] Displays Menu Options...
« on: June 20, 2020, 06:01:33 AM »
You can go to configure > controls and map previous display to right and next display to left. You will still have 3 tiers but once you enter a game system A you can press left to jump to system B and so on.

To be honest its pretty difficult to understand what you mean in ur opening post. If you mean that by selecting "Consoles" in platforms you directly jump in to first console then its not possible atm.

Well you can create unified lists for all platforms (each only consisting of one platform like arcades, consoles etc) then create filters in each unified platform list so one filter only shows one system then map right and left to previous/ next filter, this will act in the way (as I understood it) you want. But unified lists are more difficult to update/ modify as compared to single system so its better to try this when you have complete system romlists.

Thanks for the replies. I am afraid of what you are saying. Yes I only want whatever consoles I assign to show up right/left when I chose consoles. I want other systems like (handhelds = PSP, DS, Etc.) to be hidden from right/left when I am in the "consoles" view but when I press escape it goes back to my 4 choices then I can chose a different category like Handhelds and other systems like (consoles = NES, SNES, Etc.) hidden.

Filters like you mention sounds like a viable option, although sounds like a "reinvent the wheel" scenerio that I am not sure I want to do. Is that the only way?

12
General / Re: [HELP] Displays Menu Options...
« on: June 20, 2020, 04:38:08 AM »
I think I need to do a better job of explaining. I already have all my systems with games/romlists setup. I don't want that to change that at all. What I want to be able to do is just have 2 tiers. Example...
1. Consoles (NES, SNES, Genesis, Etc.)
 - NES with games (already setup) (up/down game in NES) (left/right moves to next console ex SNES)
 - SNES with games (already setup) (up/down game in SNES) (left/right moves to next console ex GENESIS)
 - GENESIS with games (already setup) (up/down game in GENESIS) (left/right moves to next console ex NES)
Press key of choice like ESC take me back to the 4 choices (Arcades, Consoles, Handhelds, Other)
*Apply same logic to Arcades = (MAME, TAITO Type X, Teknoparot, Naomi, Atomiswave, Etc.)
*Apply same logic to Handhelds = (Gameboy, Game Gear, DS, PSP, 3DS, Etc.)

My problem is when I use the displays menu it acts like this
1. Consoles
2. Lists all the consoles with chose console
3. shows picked console with games

What I want is only 2 tiers, The only way I can get it to work is with 3 tiers. I don't want all my console games merged into one big romlist. I want to be able to pick Consoles or Arcades or Handhelds and the second option is like I wasn't using a display menu at all but instead only shows how ever many Consoles or Handheld systems are in that group.

13
General / [HELP] Displays Menu Options...
« on: June 19, 2020, 05:52:59 PM »
So I want to have 4 displays in the displays menu
1. Arcade
2. Consoles
3. Handhelds
4. Other
So I know how to setup a displays menu where I can chose say Consoles and it takes me to a list to chose console NES or SNES or Genesis Etc. and then that selection will take me into the game display that matches that system.

What I want to be able to do though is choose consoles and it shows me ONLY consoles defined in the romlist with the games. I can successfully setup 3 tiers (1. categories 2. systems 3. games) Essentailly I want to skip tier 2. where it's 1 Consoles 2. All the consoles with all the games up/down for game within certain console and left right for other consoles then when I press escape it takes me back to the 4 choice listed above. Is this possible?

14
General / Dolphin rom path issue...
« on: May 23, 2020, 02:35:34 PM »
I have had dolphin setup for a while but I am trying to not have to specify the drive letter, I am trying to get it to look at the home path .\

This works:
workdir              ./dolphin
rompath              E:\NewARCADE\DOLPHIN\GAMES

This doesn't:
workdir              ./dolphin
rompath              ./dolphin/games
or
.\

However this works in mame emulator:
workdir              .\mame
rompath              .\mame\roms

15
General / Re: Romlist?
« on: December 07, 2018, 04:34:26 AM »
1. Using AttractMode 2.4 or newer on Window you need to use the "attract-console.exe" executable (AM older than 2.4 uses the "attract.exe" executable) to build romlists from the console
2. When using Windows you need to use the proper command line switches (i.e. -b instead of --build-romlist, -F instead of --filter, etc.)
3. To view the proper switches in Windows you can use "attract-console.exe -h" or "attract.exe -h" (depending on your version of AM)

Here's what your command would be (or at least close)
Code: [Select]
attract-console.exe -b MAME -F "Tags not_contains HIDE" -F "Year not_contains ?" -F "Manufacturer not_contains bootleg" -F "Control not_contains gambling" -F "CloneOf not_equals .*" -o MAME2

Thanks! This worked perfectly!!!!

Pages: [1] 2 3 ... 7