Don't read the front page? You suck.
#17
Posted 24 August 2012 - 01:07 AM
http://myworld.ebay....sid=p4340.l2559
This user is selling many of the cartridges that are on that list.
I'd do it myself, but I no longer have an ebay account. I terminated mine, due to it being hacked and used by someone.
#18
Posted 26 August 2012 - 02:58 PM
Scanned at 600, changed to 300 in Photoshop. Can't remember how to post it on the wiki, but I figure someone else can.
#19
Posted 27 August 2012 - 02:51 PM
#20
Posted 22 September 2012 - 05:35 PM
http://andlabs.sonicretro.org/scans/
The front page should take several seconds to load. On it, you will find links to look at information on the scans of an individual console (or even music works). Each scan is split by individual region release, into both box and media divisions. The progress bars and statistics on the top of each page count these individual entries, not the individual files.
The pages should be self-explanatory; you can filter by region or sort by columns.
Not all consoles have every page made yet or version scanbox yet, so keep in mind that the lists and statistics are likely to change as time goes on.
On actually adding scans and editing the wiki: Be sure to name files properly! Use a name that names the game, region, console (if needed), and which scan we have. Scans are organized in a Template:Scanbox that appear on each page, and each filename goes in parameters. Box scans cover front=, back=, spine=, spine2=, top=, bottom=, and the jewel case equivalents. To make the results here more accurate, a slight change was made to the way we present box scans if the box is a single sheet insert, like with Mega Drive games and DVD cases: instead of just having front=, we now have cover=. Media scans cover disc=, cart=, and the various item*=s. Sega Retro isn't properly set up for manuals yet so those aren't being tracked at this time. The documentation on the template page will tell you how to properly add or edit scanboxes.
Sonic Retro scans will not show up right now because the tracker doesn't cross wikis. This might be fixed later, though I'm sure most of those scans will be marked Good =P
If you find an issue (such as an error), please report it to me so I can find out about it and fix it.
Thank you for your help!
Technical stuff: For those who care (most probably will not), the source code is available here: https://github.com/a...s/segaret_scans Please feel free to suggest optimizations or fixes (assuming you know Go or MySQL).
#21
Posted 26 November 2012 - 11:47 AM
#22
Posted 20 December 2012 - 07:47 PM
#23
Posted 11 March 2013 - 12:30 PM
EDIT - looks like some of my refactoring is causing MySQL to shit itself, so the scan system will be down until further notice; the question above is still open
#24
Posted 11 March 2013 - 01:45 PM
That's assuming you're planning to treat manuals as something different from "media", otherwise most of the games on this site will be marked as "incomplete"
#25
Posted 11 March 2013 - 02:10 PM
The program seems to have fixed itself after I fixed a snag elsewhere; if the database breaks again please let me know
#26
Posted 27 March 2013 - 10:59 PM
Metal_Man88 and I have been working to improve the SQL performance, which has been the big bottleneck so far. SS and I put up KwikiData, which removes the need to manually parse the MediaWiki to get at the scanbox data. After that point, the only way to make things faster is to grab all the scanboxes at once. While this makes individual console pages faster, there's now incongruency between the old way (to get the list of games by seeing what's in what category) and the list in the table. I want to solve this incongruency before moving on so that nothing gets lost in the conversion. This will also help speed up the front page: if I can make it so both methods return identical lists, or the latter method returns more releases that we want to put in, I could make the front page code process everything in one go rather than one console at a time. (This is ging to be a series of questions. Please bear with me on this.)
Right now the only thing left on the category side are Sonic games and albums, redirects, and a handful of exceptions. I can't cross wikis without adding a lot of code and another database and KwikiData instance, so what should we do about Sonic games and albums, just let them slide or copy over all the files?
The redirects are another issue that depends on the answer to the above question.
The other things left:
-
Are 3D Space Harrier and 3D Super Hang-On eShop games? -
How should we scanbox the SC-3000 magazine BASIC games like Candy Kid? - Does the Hikaru arcade board use removable media (ROM carts, etc.)? The most I could find was an auction for a Planet Harriers JP PCB that suggested it did not
- What about the Aurora board? I couldn't find any PCBs for this board and System 16 doesn't have info
- What about Sega G80 and Sega System E and Europa (Sega Rally 3 and GRID) boards?
- Do we know if Company of Heroes 2 will receive a retail release yet? What about the Japanese version of Rusty Hearts?
- Is Godsrule: War of Mortals for PC confirmed to be web browser only?
Thanks.
#27
Posted 28 March 2013 - 01:52 PM
Andlabs, on 27 March 2013 - 10:59 PM, said:
yes
Andlabs, on 27 March 2013 - 10:59 PM, said:
there's no boxes to scan, so yeah, nothing to do
as an aside, these games can be created through SC-3000 emulators (spoilers blueMSX is weirdly one of the better options) but it's extremely tedious to use the BASIC prompt (especially when syntax errors ruin everything) . If there's a way of converting modern txt files (or whatever) into SC-3000 compatible disk images (in which the games can be booted by an emulator), that would be sweet - these are games which don't need dumping to be preserved so I'm surprised there hasn't been a drive to build up a collection (it's the same for dozens of computers from back in the day too)
#28
Posted 28 March 2013 - 08:06 PM
Black Squirrel, on 28 March 2013 - 01:52 PM, said:
Quote
Andlabs, on 27 March 2013 - 10:59 PM, said:
yes
Quote
Andlabs, on 27 March 2013 - 10:59 PM, said:
there's no boxes to scan, so yeah, nothing to do
Quote
I'll also ask some of the above questions on the Sega Retro forum,
#29
Posted 29 March 2013 - 12:49 AM
Right now the scan system code follows redirects for titles that are different on one system than the page for all other systems have. These redirects are categorized (most, if not all, by me :/ ), so they show up in the scan database. As the releases template now automatically categorizes pages, this means these games are now listed twice both on our category page and in the scan system. If I choose to get rid of following redirects entirely, these games, which are still categorized, will show up as having no scans. As it turns out, there are only three such redirect pages:
- Puyo Puyo Sun Ketteiban (the PS1 port, whose last release was published by Sega) -> Puyo Puyo Sun
- Switch (the PS2 port/remake/whatever, which was only released in Japan) -> Panic!
- Zoom 909 (the SG-1000 version, which was only released in Japan) -> Buck Rogers: Planet of Zoom
Also I should probably stop calling it the "scan system" and start calling it a "scan tracker"; it sounds less awkward but :/
#30
Posted 29 March 2013 - 06:13 AM
Strictly speaking, unless you're listing every release under its localised name things are inaccurate anyway - for example, German scans of The Lion King don't exist - for maximum accuracy it would have to be listed as Der König der Löwen. You'd have to make five exceptions on that page alone, and since most games vary between regions, you'd have to go through almost every game page on Sega Retro.
I might jump the gun and give Zoom 909 its own page, so that'll address that issue

00