Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: MKChamp on February 12, 2007, 03:34:23 pm

Title: hiscore.diff for 113u1
Post by: MKChamp on February 12, 2007, 03:34:23 pm
New one for 113u1...and hopefully this one will work for many revisions to come....
Title: Re: hiscore.diff for 112u1's new architechture
Post by: FrizzleFried on February 12, 2007, 04:05:08 pm
Many thanks!
Title: Re: hiscore.diff for 112u1's new architechture
Post by: MKChamp on February 13, 2007, 10:16:43 am
Very welcomed.
Title: Re: hiscore.diff for 112u1's new architechture
Post by: Leezer on February 13, 2007, 11:53:03 am
Many many thanks mkchamp

always appreciated  :)
Title: Re: hiscore.diff for 112u1's new architechture
Post by: Havok on February 13, 2007, 01:44:26 pm
Sweet! Just compiled my version. With all these changes, time to update the cab...

Thanks!

:applaud:
Title: Re: hiscore.diff for 112u1's new architechture
Post by: johnperkins21 on February 13, 2007, 06:21:07 pm
Sorry for being a moron, but does this add actual high score functionality back to MAME so that savestates don't need to be set? Also, is there a list of games that support high score functionality? I didn't see anything listed on MAWS that had high score support info.

Thanks,
John
Title: Re: hiscore.diff for 112u1's new architechture
Post by: Havok on February 13, 2007, 07:09:00 pm
Sorry for being a moron, but does this add actual high score functionality back to MAME so that savestates don't need to be set? Also, is there a list of games that support high score functionality? I didn't see anything listed on MAWS that had high score support info.

Thanks,
John

Yes, and Check this site out:

http://www.mameworld.net/highscore/download.htm (http://www.mameworld.net/highscore/download.htm)
Title: Re: hiscore.diff for 112u1's new architechture
Post by: FrizzleFried on February 13, 2007, 09:09:39 pm
Havok,  am I correct in assuming I can compile .112u1 directly with this diff as opposed to having to compile 112u1 first then hiscore.diff?   Being that this incremental update,  unlike normal,  didn't include a diff (if I remember reading correctly).
Title: Re: hiscore.diff for 112u1's new architechture
Post by: Howard_Casto on February 13, 2007, 10:40:54 pm
Probably... this version of mame had so many re-arrangements that the diff would have been bigger than the source itself. 
Title: Re: hiscore.diff for 112u1's new architechture
Post by: Havok on February 13, 2007, 11:37:32 pm
Yes. Just patch the diff with the hiscore update and compile...
Title: Re: hiscore.diff for 112u1's new architechture
Post by: SodaPopinksi on February 15, 2007, 04:44:07 am
I get this error:

C:\MAMESRC>patch -p0 -E  0<hiscore.diff
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -r -c -N old/emu/cheat.c src/emu/cheat.c
|*** old/emu/cheat.c    Sun Feb 11 19:43:02 2007
|--- src/emu/cheat.c    Mon Feb 12 10:34:24 2007
--------------------------
File to patch:

I think I did most everything correctly in Mr Do!'s tutorial and I'm a bit puzzled. I can make the exe files and they work. But before trying that I dl'd the hiscore.txt file, changed it to .diff at the end, then placed it in the mamesrc folder and changed the patchmame.bat to: patch -p0 -E <hiscore.diff and I get that error though. I must be missing something hehe  :dunno
Title: Re: hiscore.diff for 112u1's new architechture
Post by: FrizzleFried on February 15, 2007, 10:22:16 am
Make sure that the patch file is in the same folder at the batch file OR put in a full path (I do believe that should work,  but I always have the patch file in the same folder as the batch file if I remember correctly...forgive me...i've only done this 3 times thus far).

Title: Re: hiscore.diff for 112u1's new architechture
Post by: MKChamp on February 15, 2007, 02:01:52 pm
I get this error:

C:\MAMESRC>patch -p0 -E  0<hiscore.diff
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -r -c -N old/emu/cheat.c src/emu/cheat.c
|*** old/emu/cheat.c    Sun Feb 11 19:43:02 2007
|--- src/emu/cheat.c    Mon Feb 12 10:34:24 2007
--------------------------
File to patch:

I think I did most everything correctly in Mr Do!'s tutorial and I'm a bit puzzled. I can make the exe files and they work. But before trying that I dl'd the hiscore.txt file, changed it to .diff at the end, then placed it in the mamesrc folder and changed the patchmame.bat to: patch -p0 -E <hiscore.diff and I get that error though. I must be missing something hehe  :dunno

Did you get the 112u1 source package at mamedev.com, or are you trying to patch the 112 source? That diff is for the new architecture that was introduced in 112u1. ..it won't work for anything else.
Title: Re: hiscore.diff for 112u1's new architechture
Post by: SodaPopinksi on February 15, 2007, 03:39:02 pm
Ok, I'm officially a goober on this one  :laugh2: I patched the 0112s.zip before, so now I scrolled down to intermediate updates and got the 0112u1 and it works fine.

Oh well, I never compiled anything up until now, well except for some leaves in the fall, if that counts.  :cheers:
Title: Re: hiscore.diff for 112u1's new architechture
Post by: sewerrat on February 22, 2007, 07:56:26 pm
Got mine all compiled and it went well but a quick game of ms pacman and my hiscore didn't save.
Do I need to use highscore.dat with this as well?

Edit:  Another issue.  I followed Mr. Do's how-to to the letter, but didn't get a new xml2info.exe to copy over.  Is that normal?
Title: Re: hiscore.diff for 112u1's new architechture
Post by: MKChamp on February 23, 2007, 12:35:10 am
Got mine all compiled and it went well but a quick game of ms pacman and my hiscore didn't save.
Do I need to use highscore.dat with this as well?

Yes, you need the highscore.dat as well...works the same as it used to.
Title: Re: hiscore.diff for 112u1's new architechture
Post by: spelosi on February 27, 2007, 09:16:52 pm
Hey all,

I'm new to this, so sorry if this question is a bit retarded, but ...

Can I use this with 112u3?

thanks,

Steve
Title: Re: hiscore.diff for 113u1
Post by: MKChamp on March 09, 2007, 07:56:59 pm
New one for 113u1...check original post...
Title: Re: hiscore.diff for 113u1
Post by: sewerrat on March 09, 2007, 11:06:47 pm
I just gotta say . . .anyone who doesn't take the 20 minutes to figure out how to do this is crazy!!!
High Scores save, eliminates all nag screens, pure beauty.

Thanks a million MKChamp :applaud:
Title: Re: hiscore.diff for 113u1
Post by: MKChamp on March 10, 2007, 02:08:47 am
Really...no need to thank...done on a purely selfish basis. I am NOT going to lose my 629,210 galaga score. That may be low for some peeps but it reins supreme at my house :-)
Title: Re: hiscore.diff for 113u1
Post by: Leezer on March 10, 2007, 02:58:03 am
thanks again mkchamp - what had the devs done this time for it not to work ?
Title: Re: hiscore.diff for 113u1
Post by: MKChamp on March 10, 2007, 12:09:28 pm
thanks again mkchamp - what had the devs done this time for it not to work ?


Nothing big...mainly just shifting of lines...and changed some crosshair logic(the diff defaults crosshairs to off)
Title: Re: hiscore.diff for 113u1
Post by: Encryptor on March 10, 2007, 09:22:23 pm
Anyone else having problems compiling this version? I took the source and just recompiled it and it worked fine.

I patch the 0113u1.diff file and then patch the hi_113u1.diff and those seem to patch just fine. But when I try to compile it after applying the patches I get the error in the pic below.

Any suggestions or ideas?

Ok here's an update. In the first attempt above I was using the self extracting source files from the dev site. I decided to try using the zip file containing the source files. In the second picture I am getting a different error using the other source files.

Shouldn't these be the same files?


Encryptor
Title: Re: hiscore.diff for 113u1
Post by: Havok on March 10, 2007, 10:32:29 pm
I've got nothing for you on the second error, but the first one looks like you didn't extract the diff file into the mame source dir - not only is there a diff file, there is also another file: src\emu\uismall.png
Title: Re: hiscore.diff for 113u1
Post by: wolfi on March 11, 2007, 06:49:02 am
THX MKChamp !

Now leezer, where´s your update for hiscore.dat?  :D

wolfi
Title: Re: hiscore.diff for 113u1
Post by: BobbyG66 on March 12, 2007, 05:05:11 pm
Sorry for the quick hijack here...
Question - Is there a way to reset ALL high scores to zero?

I would like to just have me and the kids scores for all games.

Thanks
Title: Re: hiscore.diff for 113u1
Post by: Tiger-Heli on March 13, 2007, 04:53:51 pm
MKChamp - minor request - it looks like you posted this to the same thread that used to have the 112u1 update.  Could you maybe repost the 112u1 one and make the title 112u1/113u1 - That way people will be able to update any version of MAME to add your fixes back it.  Better yet, round all the previous versions up and either sticky them here in one thread or on the wiki or some other site.
Question - Is there a way to reset ALL high scores to zero?
I would like to just have me and the kids scores for all games.
Kinda - You can delete the .hi files which will do the same thing as unplugging the real machine - All high scores will be reset to 20,000 or 40,000 or whatever the machine defaults to.

If the game has save state support, you might be able to play the game with autosave enabled, turn auto-save off, add hi-score support and have it start at 0.  1942 did this when I tried it, but it might have just been a fluke with this game, I wasn't expecting that to happen.
Title: Re: hiscore.diff for 113u1
Post by: MKChamp on March 13, 2007, 05:19:51 pm
Tiger...that's probably the 'smart' way to do things. Unforunately, I don't have any versions except the 'latest' one. I've searched the forum for all the diff's I could find and renamed them accordingly. If someone out there still has the 112u1 diff they could post, then we should have them all.
I've attached all the rest here...
Title: Re: hiscore.diff for 113u1
Post by: Encryptor on March 13, 2007, 06:39:55 pm
MKChamp - I believe this is 112. If you could check and verify that everyone will have it.

Encryptor
Title: Re: hiscore.diff for 113u1
Post by: Havok on March 13, 2007, 07:31:14 pm
We should sticky this!
Title: Re: hiscore.diff for 113u1
Post by: Tiger-Heli on March 14, 2007, 06:54:28 am
If someone out there still has the 112u1 diff they could post, then we should have them all.
I've attached all the rest here...
I've got that one!

Edit:  The first one I posted is probably the same one as Encryptor's, but it is for 112u1, won't work for 112.

I searched through MKChamp's previous posts and found two more also - 111u1 and 111u4.
Title: Re: hiscore.diff for 113u1
Post by: MKChamp on March 14, 2007, 11:46:52 am
Thanks for finding the other diffs...guess my searching skills need some touching up. I'll start a new post with all the versions and only update that one in the future....
Title: Re: hiscore.diff for 113u1
Post by: Tiger-Heli on March 14, 2007, 11:58:11 am
Thanks for finding the other diffs...guess my searching skills need some touching up.
To be honest, since you have less than 200 posts, I just clicked on your name and click "Show all posts by MKChamp."  I have a harder time finding things I posted myself a few months ago.
Title: Re: hiscore.diff for 113u1
Post by: moriartyds on March 17, 2007, 12:51:46 pm
I'd love to compile the highscore diff, but I no longer have the source file for version 111 (which is the romset verison I'm using). 

Does anyone know where I might find the old source files (or am I better upgrading everything to 113)?  It doesn't look like 111 is archived yet on the mame site. 

Thanks.

Title: Re: hiscore.diff for 113u1
Post by: Tiger-Heli on March 17, 2007, 03:01:21 pm
http://mamedev.org/releases/mame0111s.zip

http://mamedev.org/oldrel.html

0.111 should use the 0.110u3 diff above (I think).
Title: Re: hiscore.diff for 113u1
Post by: moriartyds on March 18, 2007, 01:19:59 pm
http://mamedev.org/releases/mame0111s.zip

http://mamedev.org/oldrel.html

0.111 should use the 0.110u3 diff above (I think).

Much obliged.  Thank you.