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 - progets

Pages: 1 ... 57 58 [59] 60 61 ... 85
871
General / Re: Custom ini usage
« on: May 01, 2017, 12:01:34 AM »
The bestgames.ini isn't directly supported. In Attract-Mode most filters use the romlist, favorites and tag lists. MAME can add information from mame/list.xml, carver.ini, nplayers.ini and controls.ini (currently not working) to the romlist.

If you really want to use the bestgames.ini, your best bet is to create tag group files for each section and cut and paste the rom names from their perspective section to the corresponding tag files. Then you can create your filters base on the tag files in Attract-Mode.

872
General / Re: Mac Stays Black
« on: April 30, 2017, 01:22:04 PM »
Probably nothing. There isn't anything to see until you add a system/emulator. Press the "Tab" key and configure one.

873
Hi.

So I was able to create an all Systems rom list and display in attract mode. I can then filter on favourites. Works great
However on the main display wheel, it displays a big question mark on the "all systems" display I.e the main selection wheel for the emus. The others corrctly display a graphic that show FBA, N64 etc

How do I change the ? To something more meaningful e.g a favourites graphic ?

Thanks

Place an image that matches the Display Name in the appropriate folder.

For example
Code: [Select]
/home/pi/.attract/menu-art/wheel/All Systems.png
or
Code: [Select]
/home/pi/.attract/menu-art/wheel/Favorites.png

874
Scripting / Re: Trying to get "Attract Mode Setup" running
« on: April 29, 2017, 12:40:31 PM »
Pi F.A.Q. # 9 http://forum.attractmode.org/index.php?topic=1249.0.

You don't have an executable or argument in your .cfg file.
Code: [Select]
executable           /bin/bash
args                 "[romfilename]"

You also need to make your scripts executable.
Code: [Select]
sudo chmod +x "/home/pi/RetroPie/roms/Attract Mode Setup/*.sh"

875
General / Re: Switch from cd 1 to cd 2
« on: April 28, 2017, 01:14:31 PM »
You can use ISOBuster to convert the multiple .bin files into .iso files. Then you can use PSX2PSPv1.4.2 to combine and convert the multiple .iso files into a single .pbp file.

876
General / Re: Switch from cd 1 to cd 2
« on: April 28, 2017, 12:50:45 AM »
How do I switch from cd 1 to cd 2 in attract-mode?

Some psx games have more than one cd.

If you use RocketLauncher that you mention in your other post it will give you this option in the pause menu.

A better option is combine your multiple disc files into a single .pbp file. This will eliminate the need to switch discs and will also provide directly usable compressed files (without needing to be unzipped) which will save a lot of space and provide a performance gain when loading games.

There are other options but .pbp files are the best option for psx.

877
General / Re: FADE Loading Screen
« on: April 27, 2017, 09:37:39 PM »
I do not know how to integrate the attract-mode with rocketlauncher, could you help me?

Everything you need to integrate can be found here http://forum.attractmode.org/index.php?topic=858.0. The download has a readme file that explains how to do it.

You'll use the AM plugins in the zip file but you don't need to use the RL (RocketLauncher) and RLUI (RocketLauncherUI) plugins in the zip file. These are now built into RocketLauncher which is mentioned in this thread http://www.rlauncher.com/forum/showthread.php?1167-AttractMode-Frontend-Plugin/page2.

The integration isn't too hard. Setting up RocketLauncher itself will we a larger task but has it some really cool features. Once you have RL setup it's easy to integrate with any FE.

You can see the RocketLauncher features here http://www.rlauncher.com/wiki/index.php?title=Main_Page but you really need to experience them first hand. Just the Pause Menu while you're playing gives you access to the manuals, walk through guides, additional artwork like control panels, onscreen save states with pictures, hi-scores for mame, special per fighter moves for games like Mortal Kombat, etc.

878
General / Re: FADE Loading Screen
« on: April 27, 2017, 08:03:04 PM »
Is it possible to put fade screen in AM?

exemple:  https://www.youtube.com/watch?v=aXGvzZcxXOg

That video is using RetroFE as the frontend and RocketLauncher as the backend. The fade screen is from RocketLauncher. You can do the same thing using Attract-Mode as the frontend and RocketLauncher as the backend. The only catch is RocketLauncher only runs on Windows.

879
General / Re: Request: quiet (no prints) mode
« on: April 26, 2017, 11:12:47 PM »
It's not spam and it should be documented. Great info.

880
You can use this mame.xml for other displays but there are some issues with doing this if you plan to use this mame.xml with other emulators.

The FBA rom set you're using is close to the current MAME rom set. This means that the mame.xml you generated is 99.9% correct for your FBA roms. If you start using other emulators like mame2003, mame2010, advmame, etc. they use much older rom sets. Your mame.xml will work for most things but some names have changed over time and more games are playable on a current version of MAME so the "working" info in the file won't be correct for some games. You can of course manually edit the differences using the AM edit game feature or manually editing the romlist.txt files.

See this thread on how to get your lists and displays http://forum.attractmode.org/index.php?topic=1624.0 (make sure to follow the links in the post)

881
I do and it's complex on a Pi.

My advice is to download a current version of MAME for Windows here http://mamedev.org/release.html. Install install it and go to the command line and change to the folder where you installed mame and run "mame64.exe -listxml > mame.xml". Then copy the mame.xml file from your Windows machine to your Pi /home/pi/.attract/ folder.

Next you need these lines in your Attract-Mode FBA.cfg emulator file
Code: [Select]
system               Arcade
info_source         
import_extras        .\mame.xml

Once this is done regenerate the FBA romlist and you should have the names you want.

882
General / Re: Default Screen ?
« on: April 23, 2017, 06:40:37 PM »
Set the Startup Mode to Show Last Selection (Default). Then manually modify the /.attract/attract.cfg file while Attract-Mode is NOT running and move the mame emulator section to the top of the list.

883
Yes, you need the mame.xml file to get the full names of any arcade games (mame, fba, capcom, etc.).

884
Did you go through the EmulationStation input configuration for both player1 and player2?

The N64 uses analog controls which the xin-mo doesn't support. Only some emulators support digital to analog controls. Post your /opt/retropie/configs/n64/emulators.cfg file so I can see what you're using.

885
Did you click on the link in the URL you posted above? It explains what you need to do.

Pages: 1 ... 57 58 [59] 60 61 ... 85