Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: RedSquirrel on October 18, 2003, 05:46:38 pm
-
Im in the process or recompiling mame. However i need to know which source code has the instruction for the "press ok" etc section. Do i just delete this from the code too?
Thanks..
edit:
after a search on the web i found this
Locate the line that reads:
script_video wait(!event()); set(kdb,0);
And change it to read:
script_video delay(50); simulate_key(key_o,50); delay(50); simulate_key(key_k,50); delay(50); simulate_key(key_o,50); delay(50); simulate_key(key_k,50); delay(50); simulate_key(key_o,50); delay(50); simulate_key(key_k,50); wait(!event()); set(kdb,0);
except i tried loading mame.c and that code (the script_video wait) its not in there?!
-
Dude have you even used mame recently? You can turn those messages off now. You have been able to for several versions.
-
You can even use no name mame to get rid of all Ok/Press any key messages
-
Dude have you even used mame recently? You can turn those messages off now. You have been able to for several versions.
Can you? I know you can bypass it by moving the joystick left/right, but didnt think they totally allowed you to switch them off?
Howd i do it? Im using mamewah as a frontend..
-
Just read the docs. It's a switch on the command line or in the inifile.
-
don't sugar coat it jakobud.... classic case of rtfm!
;)
-
OK guys, you were newbees once and the info isn't that obvious to find, especially if you don't know it exists.
lookup windows.txt in the doc directory of mame and look at the following options:
-skip_disclaimer
-skip_gameinfo
By the way, the emuSaver page refers to a "nodisclaimer" option that AFAIK doesn't exist.
I do have a question though: when I run galaga I get a screen that tells me that video emulation is not 100% accurate and to press OK. The options above don't seem to have any effect on that screen. Isn't his an issue for emuSAver?
-
Use No Name MAME. You will also get the options:
-skip_gamewarnings
-skip_baddumps
Than you should be fine.
-
OK guys, you were newbees once and the info isn't that obvious to find, especially if you don't know it exists.
lookup windows.txt in the doc directory of mame and look at the following options:
-skip_disclaimer
-skip_gameinfo
By the way, the emuSaver page refers to a "nodisclaimer" option that AFAIK doesn't exist.
I don't mean to be harsh, but it is quite obvious. Whenever I try a new piece of software I actually read all of it's documentation before I ask questions about it. Its all in there in black and white. :)
Emusaver is very old, the option was referred to as nodisclaimer by the mame devs when I wrote it. :)
Refer to bills nonamemame about the issues you have.
-
Use No Name MAME. You will also get the options:
-skip_gamewarnings
-skip_baddumps
Than you should be fine.
The above is the easiest option - However if you don't want all the added No Name Mame extras http://www.fraggersxtreme.com/arcadepanels/faq.htm#How do I get rid of the blasted "Click Ok to continue?" screens (http://www.fraggersxtreme.com/arcadepanels/faq.htm#How do I get rid of the blasted "Click Ok to continue?" screens) tells you how to compile you own and get rid of all warnings. Sir Poonga's site also has some files to fix this.
-
Sir Poonga's site also has some files to fix this.
Not quite accurate. I haven't updated my site yet. Changes are noted in the No Name Mame thread.
-
for someone with 222 posts already, you really should have known about disabling the messages.
off topic...how many people use noname mame here?
-
I do. ;)
-
I use no name too.
It's great!
-
I didn't even think about removing the nag screens. Even though the poster got flamed, I'm glad this subject was posted, I'm going to make the change on my MAME Cab tonight!
-
I do. ;)
well DUH! ::) ::) ::)
-
I'm thinking about it (i.e I looked at the SourceForge page) but only because I'd like to disable the messages about color not being 100% accurate and the like, which can't be skipped with regular mame.
I'm not interested in the extra features at his time, so they're more of a liability (more things to go wrong).