GameEx Emulator Databases. Was: Database Snes not avaliable
#3
Posted 24 February 2006 - 05:34 PM
I just quickly did it in 15 minutes and parsed out whats on the wiki.
TOM DID IT ERROR OUT FOR YOU? I could only get it to show one reocrd.
Well you people interested in the SNES. I need you to update each game with of players, a description and something else I cant remember off the top of my head.
LOL I am shocked he already put it in the software. Someone please help with the database!
#4
Posted 24 February 2006 - 07:37 PM
Quote
DATABASE=SNES
To your Snes Config. That should work.
Thanks Jedah!! It works perfect!!, but I can see that the database is incomplete and some games are in the wrong menu (for example, there are plataform games in figthers menu, or something...)
The database of Nintendo 64 are the same mistakes, but I donīt know if its incomplete, but the mistakes are in.
Thanks a lot.
P.D. I think we can make a lite pieces of databases and then paste all the parts to do a big database of all games. How can I make a database of any plataform?
#5
Posted 27 February 2006 - 03:57 PM
Evilforces, on Feb 24 2006, 02:37 PM, said:
It was all taken from (most) nintendo.com so they are to blame if the categories are wrong
#8
Posted 28 February 2006 - 06:23 PM
incubus158, on Feb 24 2006, 05:34 PM, said:
I just quickly did it in 15 minutes and parsed out whats on the wiki.
TOM DID IT ERROR OUT FOR YOU? I could only get it to show one reocrd.
Well you people interested in the SNES. I need you to update each game with of players, a description and something else I cant remember off the top of my head.
LOL I am shocked he already put it in the software. Someone please help with the database!
Sorry, it was on the news page. Check it out. Thank you for it. There were some bugs in GameEx I needed to fix to get it to work right. Should work fine in latest release though.
Thanks again.
#9
Posted 28 February 2006 - 09:50 PM
Most of the sites where I extract data off are not GOOD compliant, but most are close. Obviously you have something in the logic that parses out all of the (U)[!] and REV information. Anything will help. My genesis database is looking great, including all of the comments on each game.
#10
Posted 28 February 2006 - 11:44 PM
incubus158, on Feb 28 2006, 09:50 PM, said:
Most of the sites where I extract data off are not GOOD compliant, but most are close. Obviously you have something in the logic that parses out all of the (U)[!] and REV information. Anything will help. My genesis database is looking great, including all of the comments on each game.
Bassically thats what it does it - parses out all of the (U)[!] and REV information.
So its basically the goodname with or without that info, works either way, but obviously the main filename needs to be correct, it does not use any other logic other than remove the above.
#12
Posted 01 March 2006 - 06:57 PM
I originally created this database by parsing the comprehensive megadrive file found here. I just created AHK scripts to parse it the way I needed it.
All my next database releases will be extracted from Mobygames site. Thanks for whoever suggested that site!
Additionally, I yet again have no information pertaining to the number of players field. Someone will have to update that manually. But since Tom doesnt have the option to filter by number of players. I guess it doesnt matter. Maybe someday we can configure the WHERE clause for each filter.
I am also finished with my DOS games configuration! I just need to update and extract 450 screenshots that turned out bad. ANYONE WILLING HELP AND GRAB THESE SCREENS OFF OF UNDERDOGS.ORG? I have a list of what I need. More incubus158 projects will be released shortly.
Attached File(s)
-
genesis.zip (568.79K)
Number of downloads: 54
#13
Posted 04 March 2006 - 12:45 AM
If system/game info is needed for this project. Lots of info. Apparently they have a game scrapper that will let you pull everything right off the site.
#15
Posted 05 March 2006 - 07:55 PM
Quote
If system/game info is needed for this project. Lots of info. Apparently they have a game scrapper that will let you pull everything right off the site.
Where is this type of thing? Any clue? I checked out the site, but couldnt find such a thing. I can hardly imagine they would give away their databases. People are retarded when it comes to data sometimes.
#16
Posted 07 March 2006 - 01:00 PM
EMKO, on Mar 4 2006, 07:53 AM, said:
we should have place for databases so people can contribute if something is missing or needs to be changed
Yes they use Goodnames support, just use anywhere on the boards to contrib, although Ill add a pinned topic.
#17
Posted 07 March 2006 - 05:03 PM
The theory being if you find a bug in the configuration or database that you can easily make the software that much better by updating it. So what you can do to debug a database and the good names is run a simple WHERE clause and compare the records returned between gameex and the database.
Ex: Lets say you drill into the year 1989 and gameex returns 12 records. But in the database you do a simple where clause for "1989" on the Year field and it returns 15 records. That means that Gameex tried to resolve the good name with something different in the database. Most likely there is a difference in the actual file name with the one that is in the database. If you simply update the GoodName field, you can easily fix that query as well as fix the description when you drill into a game.
The databases are looking really great right now. I will realease them this week when I am finished with the work. I probably will also re-do the SNES database to include the description for each game. I will post my results in this thread.
#18
Posted 07 March 2006 - 06:23 PM
incubus158, on Mar 7 2006, 05:03 PM, said:
The theory being if you find a bug in the configuration or database that you can easily make the software that much better by updating it. So what you can do to debug a database and the good names is run a simple WHERE clause and compare the records returned between gameex and the database.
Ex: Lets say you drill into the year 1989 and gameex returns 12 records. But in the database you do a simple where clause for "1989" on the Year field and it returns 15 records. That means that Gameex tried to resolve the good name with something different in the database. Most likely there is a difference in the actual file name with the one that is in the database. If you simply update the GoodName field, you can easily fix that query as well as fix the description when you drill into a game.
The databases are looking really great right now. I will realease them this week when I am finished with the work. I probably will also re-do the SNES database to include the description for each game. I will post my results in this thread.
Sounds fantastic Emph, thanks for all your doing to make GameEx even better.
Can't wait to get a new build out there with all the new databases included!
#19
Posted 09 March 2006 - 08:52 PM
incubus158, on Mar 7 2006, 05:03 PM, said:
The theory being if you find a bug in the configuration or database that you can easily make the software that much better by updating it. So what you can do to debug a database and the good names is run a simple WHERE clause and compare the records returned between gameex and the database.
Ex: Lets say you drill into the year 1989 and gameex returns 12 records. But in the database you do a simple where clause for "1989" on the Year field and it returns 15 records. That means that Gameex tried to resolve the good name with something different in the database. Most likely there is a difference in the actual file name with the one that is in the database. If you simply update the GoodName field, you can easily fix that query as well as fix the description when you drill into a game.
The databases are looking really great right now. I will realease them this week when I am finished with the work. I probably will also re-do the SNES database to include the description for each game. I will post my results in this thread.
Just wondered how all this was going buddy, and if I can help with anything or chip in at all?
Yell if you need anything, and feel free to use the hosting account for anything else you need. There should be no issues with space or bandwidth, unless you upload something silly
Cheers.
Tom.
#20
Posted 13 March 2006 - 04:27 PM
http://www.bodypotio...l_gameex_db.zip

Sign In
Register
Help



MultiQuote

