Welcome to the Gamebase 64 forums.                 An attempt to document ALL Commodore 64 gameware before it's too late!

PCE CD-ROM2 TurboGrafx-CD GameBase

Discuss any other databases that use the GameBase Frontend, whether in pre development, development or publically released.

Moderator: Jimbo

sut
Cool Member
Cool Member
Location: Mansfield
Posts: 200
Joined: Thu Jul 20, 2006 5:15 pm

PCE CD-ROM2 TurboGrafx-CD GameBase

Sat Oct 02, 2010 4:56 pm

Can anyone share this in manageable chunks ?

I get the error message 'File exceeds filesystem size limit' I've tried my internal & 2 external HDD's but get the same message.

38.4Gb is just too big to download at once onto my system, really want this as if it's as well put together as the PC-FX one should be a real treat.

http://www.underground-gamer.com/detail ... comm468423

Here's the link for the Gamebase on UG, but like I say just cannot download 1 file this size.
Retroplay
Cool Member
Cool Member
Location: Denmark
Posts: 320
Joined: Sun Apr 18, 2004 10:18 pm

Sat Oct 02, 2010 6:54 pm

Aren't your harddrives NTFS formatted ?
User avatar
K.C.
Cool Member
Cool Member
Location: The Netherlands
Posts: 416
Joined: Mon Sep 29, 2003 9:57 am

Sat Oct 02, 2010 6:54 pm

That's a problem that can be solved easily.

I assume that you use an NT based Windows version (2000/XP/Vista/7).
If that's the case, your HDD's are probably formatted with the FAT32 file system. You can check this by right clicking the drive letter in Windows Explorer and choose Properties. Some information is displayed about the disk. One of these properties is the file system. This can be FAT32 or NTFS.

If you want to store files on a disk with a size of more than 4 GB, the file system must be NTFS, because FAT32 cannot address files bigger than 2^32 (4294967296) bytes.

If the file system is FAT32, you can convert it to NTFS without loosing data. Open a command prompt (Click Start, Run and type CMD) and type in the following command:

Code: Select all

CONVERT E: /FS:NTFS
Replace E: with the driverletter of the disk you want to convert from FAT32 to NTFS.
After the conversion you will be able to store large files on your harddisk.

(BTW it's always a good idea to check if you have a backup of important data on your HDD before making changes to it. However, I've converted lots of HDD's this way without ever having a single problem).
sut
Cool Member
Cool Member
Location: Mansfield
Posts: 200
Joined: Thu Jul 20, 2006 5:15 pm

Sun Oct 03, 2010 10:57 am

Ahh thanks for that, will get converting and downloading now.

Cheers for the help
batteryshark
New Member
Posts: 1
Joined: Tue Oct 05, 2010 11:54 pm

Tue Oct 05, 2010 11:56 pm

Yeah: our first GB project probably should've been split up into smaller parts, but ya live and learn, lol.
chfortier
New Member
Posts: 32
Joined: Tue Jan 20, 2009 2:51 pm

Sat Jan 22, 2011 10:49 am

Est-ce que quelqu'un peut mettre la gamebase complète sans les iso sur megaupload ou rapidshare svp ?

Merci
chfortier
New Member
Posts: 32
Joined: Tue Jan 20, 2009 2:51 pm

Sat Jan 22, 2011 3:21 pm

Can someone put the complete gamebase (without the iso) on megaupload or rapidshare please ?
chfortier
New Member
Posts: 32
Joined: Tue Jan 20, 2009 2:51 pm

Fri Feb 11, 2011 3:22 pm

Can someone send me the gamebase please ?
User avatar
.mad.
Honoured Member
Honoured Member
Location: Lancashire
Posts: 2256
Joined: Sun Jun 19, 2005 3:30 pm

Thu Jul 14, 2011 8:12 pm

sorry i don't have it.
and didn't have the ratio to get it all in one huge file at the time.

i did make one using the UG PCECD 99% torrent.
http://www.underground-gamer.com/details.php?id=49404

Image

This gamebase contains all the notes and screens from the torrent description by Mystman.

but you will need the 510 ISO's from that HUGE ratio busting 132.21 GB torrent. :shock:

just need to link all the CD covers, and write a script. :wink:
this won't happen any time soon, as i am VERY busy.
sut
Cool Member
Cool Member
Location: Mansfield
Posts: 200
Joined: Thu Jul 20, 2006 5:15 pm

Fri Feb 15, 2013 11:08 pm

This Gamebase is no longer launching games for me ? Can anyone upload just the gamebase files excluding games, screenshots, extras etc so I can try and see if replacing the files makes it work. Sure it's not a script issue as it's a straight forward script.
Author: Gamebase Atari 5200, Gamebase Atari 7800, Gamebase Odyssey 1, Gamebase APF, Gamebase Channel F, Gamebase Action Max, Gamebase VideoBrain.

Contributor: Gamebase Archimedes , GamebaseST, Gamebase RCA Studio II
User avatar
OX
Ice Cool Member
Ice Cool Member
Posts: 638
Joined: Thu Jun 24, 2010 9:05 pm

Sat Feb 16, 2013 12:29 pm

Or there's this version - http://www.underground-gamer.com/details.php?id=44059

not sure what the difference is between them all but I'd rather download the smaller version, anyone fancy doing a rapidshare upload? Always fancied this gamebase but simply have'nt got anywhere near the UG ratio to download it.
User avatar
.mad.
Honoured Member
Honoured Member
Location: Lancashire
Posts: 2256
Joined: Sun Jun 19, 2005 3:30 pm

Sat Feb 16, 2013 3:07 pm

The PC-FX is a totally different machine to the PCE-CD.

The PCE-CD is a addon CD drive for the PC Engine.

The PC-FX was the followup machine.

The Battery Shark account seems to have been deleted from UG, due to inactivity, along with the PCE-CD Gamebase. :cry:

this script will work with mednafen.

Code: Select all

;**********************************
;*                                *
;* PC Engine Super CD-ROM² System *
;*                                *
;*     GameBase By .mad. 2011     *
;*           Mednafen             *
;*                                *
;**********************************

;-----------------------------------------------------------------------------
; This will load the CUE sheet as the emulated CD-ROM.
; commandline mednafen -loadcd pce -pce.cdbios syscard3J.pce "%gamepathfile%"
;-----------------------------------------------------------------------------


If Key_SYSCARD CONTAINS(1j)
Add_CLP(-loadcd pce -pce.cdbios syscard1J.pce "%gamepathfile%")

ElseIf Key_SYSCARD CONTAINS(2j)
Add_CLP(-loadcd pce -pce.cdbios syscard2J.pce "%gamepathfile%")

ElseIf Key_SYSCARD CONTAINS(3j)
Add_CLP(-loadcd pce -pce.cdbios syscard3J.pce "%gamepathfile%")

;--------------------------------------------------------------------
; (BIOS) USA Syscard and Games Express are not compatible yet.
;--------------------------------------------------------------------
;ElseIf Key_SYSCARD CONTAINS(GE)
;Add_CLP(-loadcd pce -pce.cdbios gamesexpress.pce "%gamepathfile%")

;ElseIf Key_SYSCARD CONTAINS(2u)
;Add_CLP(-loadcd pce -pce.cdbios syscard2u.pce "%gamepathfile%")

;ElseIf Key_SYSCARD CONTAINS(3u)
;Add_CLP(-loadcd pce -pce.cdbios syscard3u.pce "%gamepathfile%")
;--------------------------------------------------------------------


Else
Add_CLP(-loadcd pce -pce.cdbios syscard3J.pce "%gamepathfile%")
End If

Run_Emulator()
just needs the BIOS files in the mednafen emulator dir, with these names.

syscard1J.pce
syscard2J.pce
syscard3J.pce
syscard2U.pce
syscard3U.pce
gamesexpress.pce


The GameBase will work also with MagicEngine with a virtual drive and daemon tools command line.
User avatar
OX
Ice Cool Member
Ice Cool Member
Posts: 638
Joined: Thu Jun 24, 2010 9:05 pm

Sat Feb 16, 2013 6:23 pm

Never knew it was a different machine, would be nice to have both gamebases but the sheer size of the damn things make it impossible from UG, dax - where are you? :P
User avatar
.mad.
Honoured Member
Honoured Member
Location: Lancashire
Posts: 2256
Joined: Sun Jun 19, 2005 3:30 pm

Sat Feb 16, 2013 7:43 pm

64 PC-FX games are easy to find in separate downloads,
which will save 25 GB of uploading.

However these are the older set of CD images,
not the new TRURIP complete redump 35 GB.

http://database.trurip.org/index.php?pa ... tles&id=10

For the average GameBaser, i don't think it really matters about using the old set, saving 10GB in the process.

But as there are only about 70 Games in total.
it would only take a few mins to link either set.
sut
Cool Member
Cool Member
Location: Mansfield
Posts: 200
Joined: Thu Jul 20, 2006 5:15 pm

Sat Feb 16, 2013 8:30 pm

Thanks for the script .mad will try it out.

Ox I can upload both the PC Engine CD and PC-FX Gamebases minus the game files if you wish ?
Author: Gamebase Atari 5200, Gamebase Atari 7800, Gamebase Odyssey 1, Gamebase APF, Gamebase Channel F, Gamebase Action Max, Gamebase VideoBrain.

Contributor: Gamebase Archimedes , GamebaseST, Gamebase RCA Studio II

Return to “Other GameBase Projects”

Who is online

Users browsing this forum: Amazon [Bot] and 17 guests