Page 3 of 4
Posted: Wed Aug 22, 2012 4:06 pm
by Starscream
Posted: Wed Aug 22, 2012 6:02 pm
by Tubbs3622
Thanks for posting those download links, My upload speed is so poor I'm unable to do it myself.
I'm currently working on the final V1.0 release which should be released before the end of the year. I've not been able to source any of the missing games so the only new additions will be games from books & magazines, and all the Cassette 50 rubbish plus a few odds and ends. Expect a total game count of between 900 and 1000 entries.
Posted: Thu Aug 23, 2012 2:21 pm
by OX
Why don't you post a list of the missing entries on here Tubbs and see if us gamebasers can source them?
Posted: Thu Aug 23, 2012 5:35 pm
by .mad.
I think he could mean these missing files from the GameBase...
Princesse Aurorre, La
Fer D'Amnukor, Le
Ankhsenamon
Arrow of Death Part 1
Arrow of Death Part 2
Ten Little Indians
Escape from Pulsar 7
Circus
Waxworks
Wizard of Akryz, The
Awari
Bar Blaster
Big Baston
Cabbage Patch
Cocoric
Cricket
Cybojudge
Grand Prix
Hexplode
Hyperspace 4
League Soccer
Lode Runner
Meurtre - A Grande Vitesse
Mole Catcher
Montsegur
Pyramaniac
Rockrun
Runelord
Simulateur de Vol
Space Invaders
Tetrix
Raider, The
Tyrant
Posted: Thu Aug 23, 2012 5:46 pm
by Hidron
I have poked around for a few of them before & found one called Awari, but wasn't sure it was the same game. Most of the sources around have it.
Posted: Thu Aug 23, 2012 7:07 pm
by OX
Found some stuff in here -
http://twilighte.oric.org/twinew/start.htm that's not in the gamebase.
Also some of the stuff is on the french CEO-mag if anyone has access to them.
Posted: Thu Aug 23, 2012 7:08 pm
by .mad.
Arrow of Death is on a RHETORIC DISK
http://www.48katmos.freeuk.com/rhetdisk.htm
someone must have it.
Posted: Thu Aug 23, 2012 9:38 pm
by OX
small update on the gemus script as Oricutron will also handle wavs -
;********************************
;* Oricutron GEMUS Script *
;* 23rd August 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;WAV
; (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 Key_version CONTAINS(pravetz)
Set_INI_Value(1||options||machine|| pravetz)
End If
If GameType CONTAINS(tap||wav)
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|| soft)
; Show scanlines? (yes/no)
Set_INI_Value(1||options||scanlines|| no)
; Horizontal stretch? (yes/no) <-- opengl only
Set_INI_Value(1||options||hstretch|| no)
; 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)
Else
Run_Emulator()
End If
Posted: Thu Aug 23, 2012 10:10 pm
by OX
Noticed a few extras like wav's and disks need to be set to use GEMUS and not STANDARD.
Posted: Fri Aug 24, 2012 11:56 am
by Tubbs3622
Thanks for the help guys! I've deliberately omitted a few of the Twilighte games (Squeek1 and Minesweeper) since they are very badly bugged making them completely unplayable. I'll probably add them anyway for completions sake.
I've been searching for the Rhetoric disks for ages but the simply don't appear to exist anywhere online
Thanks OX for the new GEMUS script!
Posted: Fri Aug 24, 2012 11:58 am
by Tubbs3622
Hidron wrote:I have poked around for a few of them before & found one called Awari, but wasn't sure it was the same game. Most of the sources around have it.
There are two versions of 'Awari' for the Oric, the version by Geoff Phillips is very common so I suspect it's this version you found.
Posted: Fri Aug 24, 2012 2:27 pm
by OX
Why don't you post a request for the missing stuff on
https://groups.google.com/forum/?fromgr ... p.sys.oric someones bound to have them.
Posted: Fri Aug 24, 2012 5:34 pm
by Tubbs3622
I will do that but I have contacted Symoon who currently updates Oric.Org and he doesn't have any of the missing games, and he has far more contacts in the Oric world than myself being a member of the CEO group.
A few of the missing games (including some not listed above) are type-in's from magazines so good scans would be required for them (scans exist for a few but are barely legible).
Edit - Forgot to mention I'm a member of the Oric site 'Defence Force' and have requested help there but it seems nobody has any rare games (apart from Didier Vallet who supplied 'Quark 3D Invaders')
Posted: Sun Aug 26, 2012 12:56 pm
by .mad.
Hi Tubbs
Nice GameBase.
Just updated, cleaned up and compacted the screenshot folder in your gamebase.
you had a mixture of Png, Gif and Bmp format in 770 folders.
they are all png and just in 27 folders now.
Fixed a few broken GEMUS links in the extras.
NEW settings.ini to show correct picture size.
http://www.datafilehost.com/download-04d01ce7.html
If you want to use these, you must delete the old screenshot folder and replace with the one in this archive.
and use the updated mdb file with the new screenshot locations.
Posted: Sun Aug 26, 2012 4:05 pm
by Tubbs3622
.mad. wrote:Hi Tubbs
Nice GameBase.
Just updated, cleaned up and compacted the screenshot folder in your gamebase.
you had a mixture of Png, Gif and Bmp format in 770 folders.
they are all png and just in 27 folders now.
Fixed a few broken GEMUS links in the extras.
NEW settings.ini to show correct picture size.
http://www.datafilehost.com/download-04d01ce7.html
If you want to use these, you must delete the old screenshot folder and replace with the one in this archive.
and use the updated mdb file with the new screenshot locations.
Thanks! All help is greatly appreciated. We're currently having a bank-holiday party and the drinks are flowing well so I'll check out your work tomorrow
