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

Gamebase Oric v0.5

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

Moderator: Jimbo

Tubbs3622
Keen Member
Keen Member
Location: Huddersfield, UK
Posts: 98
Joined: Tue Mar 15, 2005 8:24 am

Sun Jun 10, 2012 6:44 pm

I've uploaded the latest release to Rapidshare for those who don't use UG. This will be the last release for at least a month as I have added the majority of games currently available online. There are still many games to add from listings in books or magazines but I will have to type them in first :shock:

Here's the Rapidshare link:-

https://rapidshare.com/files/591294556/Oric.rar
User avatar
OX
Ice Cool Member
Ice Cool Member
Posts: 638
Joined: Thu Jun 24, 2010 9:05 pm

Sun Jun 10, 2012 7:26 pm

Thanks Tubbs, just one more thing - you need to use GB toolbox to scan and fix errors on your oric db and then compact the db :wink:

Here's an update on your gemus script, you must add "[options]" at the very top of the oricutron.cfg file for it to work as the Set_INI_Value command needs a section marker, also select the oricutron.cfg file as the emulator script file in emulator properties (you had oricutron.txt selected which is the actual gemus script itself).



;********************************
;* Oricutron GEMUS Script *
;* 11 June 2012 *
;********************************
;
; PLEASE SET YOUR EMULATOR PROPERTIES AS FOLLOWS:
;
; Emulator File: ORICUTRON.EXE
; Associated Script File (1): Oricutron.cfg
; Use Short Filenames: YES
; File Types: TAP;DSK
; (Compressed File Types: GZ;Z;BZ2;ZIP;TAR;TZG;ZOO)
;
; This script was written for Oricutron 0.9,
; but may work with other versions too.
;
; YOU MUST PLACE AN [options] SECTION MARKER AT TOP OF ORICUTRON.CFG FILE FOR SCRIPT TO WORK


If Key_version CONTAINS(atmos)
Set_INI_Value(1||options||machine|| atmos)
Else
Set_INI_Value(1||options||machine|| oric1)
End If

If Key_version CONTAINS(telestrat)
Set_INI_Value(1||options||machine|| telestrat)
End If

If GameType CONTAINS(tap)
Add_CLP(-t%gamepathfile%)
End If

If GameType CONTAINS(Dsk)
Add_CLP(-d%gamepathfile%)
End If

; Render mode (soft, opengl)
Set_INI_Value(1||options||rendermode|| opengl)

; Show scanlines? (yes/no)
Set_INI_Value(1||options||scanlines|| yes)

; Horizontal stretch? (yes/no) <-- opengl only
Set_INI_Value(1||options||hstretch|| yes)

; PAL ghosting? (yes/no) <-- opengl only
Set_INI_Value(1||options||palghost|| no)

; Start fullscreen?
Set_INI_Value(1||options||fullscreen|| no)

; Lightpen (yes/no)
Set_INI_Value(1||options||lightpen|| no)

; Joystick interface for Atmos/Oric-1 mode. Telestrat has its own built-in standard.
; Options are 'none', 'altai', 'pase' or 'ijk'
Set_INI_Value(1||options||joyinterface|| altai)

; How to emulate joysticks attached to the above interface
; Options are 'none', 'kbjoy1', 'kbjoy2', 'sdljoyN' (where n is 0 to 9)
Set_INI_Value(1||options||joystick_a|| kbjoy1)
Set_INI_Value(1||options||joystick_b|| none)

; How to emulate joysticks attached to the telestrat
; Options are 'none', 'kbjoy1', 'kbjoy2', 'sdljoyN', 'mouse'
Set_INI_Value(1||options||telejoy_a|| kbjoy1)
Set_INI_Value(1||options||telejoy_b|| none)

; Keys to emulate joystick, set 1
; NOTE: "fire2" is only available on telestrat
Set_INI_Value(1||options||kbjoy1_up|| 'KP8')
Set_INI_Value(1||options||kbjoy1_down|| 'KP2')
Set_INI_Value(1||options||kbjoy1_left|| 'KP4')
Set_INI_Value(1||options||kbjoy1_right|| 'KP6')
Set_INI_Value(1||options||kbjoy1_fire1|| 'KP_ENTER')
Set_INI_Value(1||options||kbjoy2_fire2|| 'KP_PLUS')

; Keys to emulate joystick, set 2
Set_INI_Value(1||options||kbjoy2_up|| 'W')
Set_INI_Value(1||options||kbjoy2_down|| 'S')
Set_INI_Value(1||options||kbjoy2_left|| 'A')
Set_INI_Value(1||options||kbjoy2_right|| 'D')
Set_INI_Value(1||options||kbjoy2_fire1|| 'SPACE')
Set_INI_Value(1||options||kbjoy2_fire2|| 'N')

If Key_autorun CONTAINS(no)
Run_Emulator_Send_Keys([4] run{enter}||50)
ElseIf Key_cload CONTAINS(yes)
Run_Emulator_Send_Keys([4]cload@@{enter}||50)
Else
Run_Emulator()
End If
Tubbs3622
Keen Member
Keen Member
Location: Huddersfield, UK
Posts: 98
Joined: Tue Mar 15, 2005 8:24 am

Sat Jul 07, 2012 5:59 pm

V0.8 is now available at Underground Gamer.

Thanks for the new script OX, It's not included in the latest release since I only saw your post when I came here to post this!! I'll check it out and likely use it in the next release.

I'm not sure what you mean by using the toolbox to fix errors in the database, could you give me some more info on this? Thanks.
Hidron
Cool Member
Cool Member
Location: USA
Posts: 444
Joined: Sun Feb 13, 2011 5:05 pm

Sat Jul 07, 2012 7:18 pm

Tubbs3622 wrote:I'm not sure what you mean by using the toolbox to fix errors in the database, could you give me some more info on this? Thanks.
When you install the Gamebase frontend, it installs a 2nd shortcut, GBToolbox. Start that, click on the plus to expand the Oric Gamebase. Right click on the .mdb file(should be the 1st thing listed). The top 2 options should be Compact & Scan and Fix Errors.

It would of course be a good idea to back up the file first.
User avatar
OX
Ice Cool Member
Ice Cool Member
Posts: 638
Joined: Thu Jun 24, 2010 9:05 pm

Sat Jul 07, 2012 8:22 pm

Thanks Tubbs, any chance of posting some links here á la rapidshare?
Tubbs3622
Keen Member
Keen Member
Location: Huddersfield, UK
Posts: 98
Joined: Tue Mar 15, 2005 8:24 am

Sat Jul 07, 2012 8:43 pm

I will upload it to rapidshare but it will have to be tomorrow evening. My upload speed is very slow and the torrent is still uploading to the first peer, also I have work tomorrow so I'm going to bed very soon :cry:
Hidron
Cool Member
Cool Member
Location: USA
Posts: 444
Joined: Sun Feb 13, 2011 5:05 pm

Sat Jul 07, 2012 9:02 pm

OX wrote:Thanks Tubbs, any chance of posting some links here á la rapidshare?
Its sooooo temping to gift you some upload credit.......
I have a lot of respect for Gamebase creators, maintainers & supporters.
Tubbs3622
Keen Member
Keen Member
Location: Huddersfield, UK
Posts: 98
Joined: Tue Mar 15, 2005 8:24 am

Sun Jul 08, 2012 6:31 pm

Just spent three hours uploading to Rapidshare, it got to 39% then completely locked up. I'll have to leave it now for another day, curse my slow upload speeds :evil:
dax
Ice Cool Member
Ice Cool Member
Location: Poland
Posts: 810
Joined: Tue Sep 04, 2007 1:45 pm

Mon Jul 09, 2012 10:40 am

You know what? I'll help You :)
Also I'll compare it to Oricmania by hardmanm.

Edit:

Code: Select all

http://uploading.com/files/get/2493b922/Gamebase%2BOric%2BV0.8_up_dax_Poland.rar
I love Gamebase's creators and compilations
JonathonSaunders
Keen Member
Keen Member
Posts: 58
Joined: Sat Feb 20, 2010 10:12 pm

RE

Tue Jul 10, 2012 6:27 pm

The Latest Oric V8 Gamebase has been posted on UndergroundGamer :)
Hidron
Cool Member
Cool Member
Location: USA
Posts: 444
Joined: Sun Feb 13, 2011 5:05 pm

Tue Jul 10, 2012 6:38 pm

Which was announced in the post that follows the new script file above from Ox.
I have a lot of respect for Gamebase creators, maintainers & supporters.
Tubbs3622
Keen Member
Keen Member
Location: Huddersfield, UK
Posts: 98
Joined: Tue Mar 15, 2005 8:24 am

Sat Aug 04, 2012 4:33 pm

V0.9 is now available at UG. This release has 775 entries, not quite as impressive as the 23000 entries in the new GB64 release but that's the Oric for you... :D
Hidron
Cool Member
Cool Member
Location: USA
Posts: 444
Joined: Sun Feb 13, 2011 5:05 pm

Sat Aug 04, 2012 5:04 pm

Despite having a slow 1khz 6502 processor
I may be half asleep still (not a morning person), but is that supposed to be 1 mhz?

Looks like a really big update. Thank you for the hard work.
I have a lot of respect for Gamebase creators, maintainers & supporters.
Tubbs3622
Keen Member
Keen Member
Location: Huddersfield, UK
Posts: 98
Joined: Tue Mar 15, 2005 8:24 am

Sat Aug 04, 2012 6:23 pm

Hidron wrote:
Despite having a slow 1khz 6502 processor
I may be half asleep still (not a morning person), but is that supposed to be 1 mhz?

Looks like a really big update. Thank you for the hard work.
Oops, better edit that. :oops:
User avatar
OX
Ice Cool Member
Ice Cool Member
Posts: 638
Joined: Thu Jun 24, 2010 9:05 pm

Sat Aug 04, 2012 9:19 pm

Any chance of a rapidshare link anyone?

Return to “Other GameBase Projects”

Who is online

Users browsing this forum: No registered users and 94 guests