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

Pages: 1 2 3 [4] 5 6 ... 66
46
# Generated by Attract-Mode v2.6.1
#
executable        mame.exe
args                 coleco -cart "[romfilename]"
workdir             [place your path to you mame executable here]
rompath             "M:\Emulators\Colecovision\Colecovision rom\"
romext               .zip;.7z;.col
system               Colecovision
info_source          thegamesdb.net


see if that works...

Remember to rebuild your list after you change everything!

47
[quote author=gamesmame link=topic=4005.msg27984#msg27984 date=1623692896
"works" for example if i rename the: 2010 - The Graphic Action Game (USA, Europe).zip for 2020.zip

BUT i need, this AM/MAME loads with the Big names, exacly with the RL makes MAME loads, like same your see in my printscreens!
[/quote]

Hmm...well if you are wanting clean long name in attract mode lists Attract mode will give you the long name when you build the list...

but I think it's something with mame. Let me try with a long name rom...give me just a moment

if you do this:
Code: [Select]
mame coleco -cart "2010 - The Graphic Action Game (1984).zip" it will not work

if you do this:

Code: [Select]
mame coleco -cart "/home/user/.mame/roms/2010 - The Graphic Action Game (1984).zip" it will work

you need to add the full path and rom name including extension

if you can make it run from the command line and give me exactly what you used I can build your config file for you to make it work.. however

Code: [Select]
mame.exe coleco -cart  "M:\Emulators\Colecovision\Colecovision rom\2010 - The Graphic Action Game (USA, Europe).col" -skip_gameinfo should work remember you need to be in the folder where mame is before you can type that for it to work!

also if your rom is zipped use
Code: [Select]
mame.exe coleco -cart  "M:\Emulators\Colecovision\Colecovision rom\2010 - The Graphic Action Game (USA, Europe).zip" -skip_gameinfo should work remember you need to be in the folder where mame is before you can type that for it to work!

Note: I am coming from linux you can not use my CLI line!

48
can you start mame dirrectly from the command line using this?:

open the command line by pressing Windows key+ R and typing"

Code: [Select]
cmd
then

Code: [Select]
cd M:\Emulators\mameplus\
then

Code: [Select]
mame.exe coleco -cart  "M:\Emulators\Colecovision\Colecovision rom\2010 - The Graphic Action Game (USA, Europe) .col " -skip_gameinfo
(short version open a command line prompt change to your folder that has your mame.exe in it and then try to start it from the command line using the  correct format for mame)

Are you using a front end? I ask because of the picture you sent..it looks like it

Also sorry that is not supposed to be

Code: [Select]
args voleco -cart "[romname]" -skip_gameinfo
it should be

Code: [Select]
args coleco -cart "[romname]" -skip_gameinfo
coleco not voleco (sorry for the typo!)

49
I wasn't finished posting sorry. Please look at the end this post. it should have a corrected (and hopefully working) config file

I noticed your args line was missing needed things. the above should work

I need to ask though do you have your mame.ini set correctly? the rom path? You need to ave that path in your mame.ini file so that mame knows to look there for the roms (I am guessing yes because mame works just fine without AM.)

One other thing:
Code: [Select]
executable M: /Emulators/mameplus/mame.exe
is incorrect...assuming you are on windows..it should be

Code: [Select]
executable M:\Emulators\mameplus\mame.exe
looking further .... your rom path looks incorrect
 
Code: [Select]
rompath M: \ Emulators \ Colecovision \ Colecovision rom
is incorrect syntax

Code: [Select]
rompath "M:\Emulators\Colecovision\Colecovision rom"
the space in your path name...again you need quotes

Your config file should look like this

Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable M:\Emulators\mameplus\mame.exe
args voleco -cart "[romname]" -skip_gameinfo
rompath "M:\Emulators\Colecovision\Colecovision rom"
romext .zip; .7z; .col

50
# Generated by Attract-Mode v2.6.1
#
executable M: /Emulators/mameplus/mame.exe
args collection [romname] -skip_gameinfo
rompath M: \ Emulators \ Colecovision \ Colecovision rom
romext .zip; .7z; .col

Do this:
Code: [Select]
# Generated by Attract-Mode v2.6.1
#
executable M: /Emulators/mameplus/mame.exe
args coleco -cart "[romname]" -skip_gameinfo
rompath M: \ Emulators \ Colecovision \ Colecovision rom
romext .zip; .7z; .col

1. Remember the Command line doesn't like spaces. Quotes make it "one thing". (Thus you are sending
Code: [Select]
mame col -cart 2010 to the command line not
Code: [Select]
mame col -cart 2010 - The Graphic Action Game (USA, Europe) the command line needs the full file name to work correctly.)

2. Note that when using roms with mame they normally do not take the long form (i.e. 2010 - The Graphic Action Game (USA, Europe) .zip is normally 2010.zip) They can be used of course.

 report back if it worked please

51
Have a look at your mame.ini file what is your video set to? try software ...then try d3d but remember that card has to be able to handle Diretx9 at least! Like I said I use just the integrated graphics and it works fine for most games. (mame.ini set to d3d)

 I use plain vanilla mame  version 0.130 32-bit version with the "scanline" artwork overlay (the machine is a old 32 bit cpu) and it works fine. At least up to cpnz games (i.e street fighter EX..and I have to use and old emulator for that mame will not run them) any systems beyond that will NOT work of a  machine like that (a 1.7ghz). You can also try a lower version of mame as newer versions are more intensive on the cpu so your machine may not have the needed resources for that

 I also assume that you installed windows XP 32 bit on these machines?

Also check the resolution of your monitor turn it down to 800x600 and then try again. You would be surprised how much that will help performance. And most of theses games are not even 800X600 most of them are lower even! you could try 640X480 because of that.

Again you can try Final Burn Neo for games that mame has trouble running. Even then it is hit and miss.

As for AM itself it still crashes upon start? You could try and older version..I think that might be what I did...I will have to look. And I have a very minimal theme to use with it.

Please report back your findings I will continue trying to help you.

52
Are there any type of errors reported in the command line when ran from there?

mame runs like rubbish on onboard gfx on old pc's!!!

Well actually I do not think MAME will even use your graphics card....What version of mame are you trying to run? about as high as i could go was 0.130

If older arcade games are what you are wanting to run you can try final burn neo...or even final burn alpha maybe

I have an actual XP machine with onboard graphics works well enough..although I may be using MAMEWah! not Attract Mode.
 I'll dust it off tonight and let you know. It's so pld ot has a floppy drive and a 56K modem in it! I forgot about that...  :o  ???  ::)


Later: So I did just that. And it turns out it is an ATI onboard sooo sorry guess I am not much help.

53
General / Re: attract-console --filter help
« on: June 08, 2021, 02:42:37 PM »
Thanks for that.  ;)

I've gone down a rabbit hole. In short I created a attractmode ROM list then used excel to get rid of the junk by using filters. I then saved the list of roms and only copied certain roms based on category/displaycount/status to my HDD. I verified/fixed the roms to work with my version of MAME and here I am.

Excel- A spreadsheet! I thought i was the only crazy person the did that  :P  I have nothing else to teach you my studunt my you game in peace and your chicken easy to stea- err i mean find  :P

I've saved 45GB worth of space. Now looking back I'm thinking if I should have just chewed up the HDD space and created global filters for MAME.  :-X

I know I do the same thing..it's work but worth it....smaller hard drives are easy to find...so whay not...nto to mention the less stuff on it the faster it is..to a point. I am just glad i am not cray all by myself xD

I put most of a mame set on a 40GB yes 40 GB hard drive. Fun fact: the first full gigabyte hard drive was made in 1985. It weighed 530 pounds and cost $40,000! xD

54
General / Re: attract-console --filter help
« on: June 07, 2021, 09:39:36 PM »
Example..
Code: [Select]
attract-console --build-romlist mame --full --filter Category equals Fighter / Versus --output Figters.txt

Your format is incorrect. You have spaces..the CLI is not going to accept that. It should be:
Code: [Select]
attract-console --build-romlist mame --full --filter "Category equals Fighter / Versus" --output Figters.txt
and you can omit the .txt on the output file..as AM will add the .txt extention automatically (or should anyway). Omitting it kept me from getting list.txt.txt when I omitted the .txt (thus --output Figters not --output Figters.txt) your use may very.

From there I generated a list using AM itself. Then in the attract.cfg I edited it to use the name of my new list....or renamed my list to 'mame.txt' and AM used the new list as it should.

55
General / Re: attract-console --filter help
« on: June 07, 2021, 05:30:37 AM »
Can i ask out of curiosity why you want to use the terminal CLI instead of the AM displays menu?

and yes you can set up multiple filters for each system/console

1. Start Attract Mode
2. Press the TAB key (brings you to the AM setup menu
3. Choose Displays
4. Pick your system
5. Choose add filter

Note: If you want to know EXACTLY what you can filter and how you can open a old or new generated list in a plain text editor (or  spreadsheet program for a cleaner look). Just look at the columns and the information in them and then close it without fear. Do not make any changes to the list unless you know what you are doing!

56
General / Re: Installation help in Ubuntu
« on: June 06, 2021, 10:34:15 AM »
Linux user here,

I am not sure the ppa repository as been updated in a while. You will have to compile it yourself.

go here to install dependencies. You can just copy and paste the whole line there into your terminal.  (Remember you have to be 'root' to do this!)

Note: Add libcurl4-openssl-dev so that the scraper within AM will work. If do not add it not add it you get a "cannot scrape because AM was built without curl" error." You can compile without this if you are not going to use the scraper.

Download the tarball from here. (Note: I suggest using the tarball because I was having problems compiling from the github repository.)

Note: The gihub version is now working (have no idea what it was). It is better to use it as kent79 suggested as it is the 'most recent code'.

Now you can compile:
1. Change to the directory you downloaded the tar file into (i.e. cd Downloads)
2. Decompress the archive using
Code: [Select]
tar -xvzf attract-2.6.1.tar.gz3. cd into the folder Attract-2.6.1
Code: [Select]
cd Attract-2.6.14. type
Code: [Select]
make5. to "install" it change to your root (admin) user and type
Code: [Select]
sudo make install6. As a normal user type
Code: [Select]
attract7. Setup Attract Mode http://forum.attractmode.org/index.php?topic=328.0

57
Generally for this to work well the arts must use the same names as roms, if it's different it won't appear

Ex: Rom = astrobat.zip - Snap = astrobat.mp4


arthurvalenca is correct. The videos need to be named the same as the roms.

That being said what is happening i think is AM is trying to make the closest match based on how the snap is spelled. I would suggest that you make Bally Astrocade a different emulator and use and folder path to that system's roms and artwork outside of mame's path completely (if you have not done that already). You can still use mame just treat it as a different emulator.

58
Just so you all know that driver in mame is marked as not working (still) in MAME as of MAME 0.231 (says that when you try to load it). So you have to use a different emulator anyway.


Here is the driver info: https://github.com/mamedev/mame/blob/master/src/mame/drivers/aa310.cpp

Was added and marked as not working as of 0.180 https://wiki.mamedev.org/index.php/MAME_0.180

59
General / Re: Can AM scrap snaps from Emumovies
« on: June 03, 2021, 09:11:48 AM »
Emumovies has it's own FTP setup to scrape from. You must pay for that. It does however have a program/app they will allow you to scrape outside of AM for static artwork (i.e. no movies.)

The short answer is no it can not scrape from Emu Movies even if you have the FTP service. You have to download everything manually using their program/app and setup artwork for AM that way (although with the FTP service you can download the video snaps and at higher quality as well).

60
Emulators / Re: 5200
« on: May 30, 2021, 07:52:57 PM »
I am going to assume you are talking about a raspberry pi and a pre-made image. Problem with a pre-made image is it can be changed or altered so we have no idea how to fix it..

but check to make sure you have your bios for the 5200 in the correct place and you have the emulator (atari800 I think it is) set to load 5200 games instead of the computer. If it is retropie..then also make sure the emulator is set correctly in the emulator menu (normally accessed by pressing a button after a launch of a game from the emulator and check the default emulator.

That's all I can suggest to you with so little information.

Pages: 1 2 3 [4] 5 6 ... 66