Page 1 of 1

Tried installing this gamebase but get error message

Posted: Fri Dec 23, 2022 8:10 pm
by KrazyKanuck
it says

Image

What exactly is this, since the latest official version of the front end is 1.3?

BTW. it's Vic20_v03 if that helps

Re: Tried installing this gamebase but get error message

Posted: Mon Dec 26, 2022 11:27 am
by .mad.
The v2.8 refers to the internal database format, not the frontend version v1.3.

It just means, the VIC-20 MDB file was made using an older version of the GameBase frontend (v1.2).
just click YES to update it, and it will work with v1.3 final.

Re: Tried installing this gamebase but get error message

Posted: Sun Jan 22, 2023 12:06 am
by Mayhem
A newer version of GB20 is slowly being done, but delayed indefinitely due to lack of time on my part (life, work, daughter!) that supports the newer GB front end properly. Maybe one day…

Re: Tried installing this gamebase but get error message

Posted: Sun Jul 16, 2023 7:53 am
by Seiya
we will waiting

Re: Tried installing this gamebase but get error message

Posted: Tue Jul 18, 2023 4:26 pm
by Mayhem
I can honestly say I don't think I've managed a single bit of progress since my last post to now. Life is just way way too busy for me to contemplate it most nights.

Re: Tried installing this gamebase but get error message

Posted: Mon Jul 24, 2023 10:20 am
by .mad.
Mayhem wrote:
Tue Jul 18, 2023 4:26 pm
I can honestly say I don't think I've managed a single bit of progress since my last post to now. Life is just way way too busy for me to contemplate it most nights.
i have been chipping away at the vic20 games from the last known release over the years.
All TAP files are now stored as Extras, and i have been converting the TAP only game entries to have a PRG or T64 file for instant loading.
Updated the script for lastest SDL / Gtk VICE's to get the CRT files working.

No new entries have been added, it's just an updated version of what's already there.
Hopefully it should just merge into any future version.
...if or when that happens. :wink:

Re: Tried installing this gamebase but get error message

Posted: Mon Jul 31, 2023 9:48 am
by Mayhem
Sounds as if it might warrant passing the baton over to yourself then at some point...

Re: Tried installing this gamebase but get error message

Posted: Thu Aug 03, 2023 10:18 am
by .mad.
i will certainly upload it for you to take a look at when i am finished.
i don't want to step on your toes and release it as my own GB.
but do not mind if you release it as your next version.

this week i patched most of the NTSC only cart games to run in PAL.
the results run and play ok in VICE (PAL) apart from approx 3 games that use colour bar fx.
these strobe/flicker when played in PAL.
someone with more knoweldge than me could NOP or patch that code. :wink:

Re: Tried installing this gamebase but get error message

Posted: Wed Aug 09, 2023 2:08 pm
by Mayhem
If you're doing things such as that, make them a separate entry under EXTRAS if you haven't already, preserving the original ROM as the main launch platform.

Re: Tried installing this gamebase but get error message

Posted: Wed Aug 09, 2023 2:37 pm
by .mad.
Hi,

my way of thinking was to do it the same format as GB64.

original untouched tape and cart versions stored as EXTRAS.
hacked / patched versions as the runnable main game entry.

where only the original NTSC cart version is available?
the CART is still stored as an EXTRA, but it also has the cart files on a D64 using a ROM loader as the main game.

either way is good, but definitely keeping both NTSC & PAL versions.

this way it will be easier and cleaner when converting to GameBase2.
which is one of the reasons i started messing about with it. :wink:

Re: Tried installing this gamebase but get error message

Posted: Thu Aug 31, 2023 2:23 pm
by Mayhem
My general rule was if it was only released on cart, that's the image that gets launched under the main button. A region fixed version would go in the Extras along with any hacks or transfer to disk. Which is why most of the cart only games are available on the main button and not in Extras.

I guess it is simpler than for the 64 database!