Gamebase 64 Forum

RegisterRegister Log inLog in

Oric
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    -= GB64 Forum =- Forum Index -> Other GameBase Projects
View previous topic :: View next topic  
Author Message
hardmanm
Cool Member
Cool Member


Joined: 05 Jul 2006
Posts: 415
GB64-Points: 415
Location: Lancashire, England

PostPosted: Wed May 19, 2010 1:17 pm    Post subject: Reply with quote

That script dosn't work, this one does:

If GameType CONTAINS(tap)
Add_CLP(--tape %gamepathfile%)
End If
If GameType CONTAINS(dsk)
Add_CLP(--disk %gamepathfile%)
End If


Run_Emulator()
_________________
Gamebase Developer of:

AcornMania, AmstradMania, Atari800, Apple II, SpeccyMania, GamebaseBBC, Gamebase Electron, Apple2GS, Sam Coupe, Gamebase GX4000, Memotech MTX, NEC PC98, Fujitsu FM-7 and Sharp X1.
Back to top
View user's profile Send private message
JonathonSaunders
Keen Member
Keen Member


Joined: 20 Feb 2010
Posts: 52
GB64-Points: 52


PostPosted: Wed May 19, 2010 1:45 pm    Post subject: Reply with quote

Hi Hardmann

Your script only works for some games in the oric gamebase but not all of them since some games need to have 'run' typed in and enter pressed for them to work.

If you have the latest gamebase 1.3 full installed (not 1.3 beta) you will find my script works fine for all games.

Also it doesn't matter about mounting tapes --tape or -t work both fine

J.S.
Back to top
View user's profile Send private message
oknihcap
Keen Member
Keen Member


Joined: 28 Jun 2008
Posts: 137
GB64-Points: 137


PostPosted: Wed May 19, 2010 4:45 pm    Post subject: Reply with quote

I've never been able to get this running quite right. I'm trying Oricutron now with the script posted by JonathonSaunders, and it seems to work, but I got a problem with one of the first games I tried, Space Crystal - the game loads, but then crashes, with "enter skill level...?TYPE MISMATCH ERROR" in the Oricutron screen. Is this just a problem with this particular game? So far, other games seem to run ok.

By the way, the script wouldn't run until I checked off "Use Short Filenames" in Gemus. The other emulators have that unchecked, but should they be checked? I thought that should always be checked, no?

Also, does anybody know how to get Oricutron to run in fullscreen mode? I've only got in running in a window. Thanks!
Back to top
View user's profile Send private message
hardmanm
Cool Member
Cool Member


Joined: 05 Jul 2006
Posts: 415
GB64-Points: 415
Location: Lancashire, England

PostPosted: Thu May 20, 2010 6:53 am    Post subject: Reply with quote

you need to add the following line to the script:

Add_CLP(-f)
_________________
Gamebase Developer of:

AcornMania, AmstradMania, Atari800, Apple II, SpeccyMania, GamebaseBBC, Gamebase Electron, Apple2GS, Sam Coupe, Gamebase GX4000, Memotech MTX, NEC PC98, Fujitsu FM-7 and Sharp X1.
Back to top
View user's profile Send private message
srnickolas
New Member


Joined: 08 May 2010
Posts: 16
GB64-Points: 16


PostPosted: Thu May 20, 2010 6:57 am    Post subject: Reply with quote

Thanksssss!!!! Script works great!I haven't tried both scripts just the first and its cool no problems.oknihcap if you go in the emulator folder and open oricutron.cfg you will see the following text:

; Start fullscreen?
fullscreen = no

I don't know how to go from window to fullscreen, but if you change no to yes every time you launch a game it will automatically launch in fullscreen! icon_biggrin.gif
Back to top
View user's profile Send private message
oknihcap
Keen Member
Keen Member


Joined: 28 Jun 2008
Posts: 137
GB64-Points: 137


PostPosted: Fri May 21, 2010 3:47 am    Post subject: Reply with quote

Thanks! Finally got it running in fullscreen now! For those that don't know, the F5 key toggles the framerate counter at the bottom of the screen in Oriculator.
Back to top
View user's profile Send private message
Xeron
New Member


Joined: 16 Jun 2010
Posts: 5
GB64-Points: 5
Location: Weston-Super-Mare

PostPosted: Wed Jun 16, 2010 7:33 am    Post subject: Reply with quote

Hello.

I'm the guy who wrote Oricutron. I thought you might be interested to know that I have just released a new version (0.6) available from the oricutron page.

http://code.google.com/p/oriculator/
Back to top
View user's profile Send private message Visit poster's website
hardmanm
Cool Member
Cool Member


Joined: 05 Jul 2006
Posts: 415
GB64-Points: 415
Location: Lancashire, England

PostPosted: Thu Jun 17, 2010 9:56 am    Post subject: Reply with quote

Thanks, Oricutron is a very good Oric emulator, and it works great with Oricmania.
_________________
Gamebase Developer of:

AcornMania, AmstradMania, Atari800, Apple II, SpeccyMania, GamebaseBBC, Gamebase Electron, Apple2GS, Sam Coupe, Gamebase GX4000, Memotech MTX, NEC PC98, Fujitsu FM-7 and Sharp X1.
Back to top
View user's profile Send private message
oknihcap
Keen Member
Keen Member


Joined: 28 Jun 2008
Posts: 137
GB64-Points: 137


PostPosted: Fri Jun 18, 2010 3:29 am    Post subject: Reply with quote

Would there be any problems with simply replacing the Oricutron with the latest version just posted, or is it better to wait for an update here on gamebase?
Back to top
View user's profile Send private message
hardmanm
Cool Member
Cool Member


Joined: 05 Jul 2006
Posts: 415
GB64-Points: 415
Location: Lancashire, England

PostPosted: Fri Jun 18, 2010 8:50 am    Post subject: Reply with quote

There will be no problem using the lastest version of Oricutron if you already have a script for Oricutron. Just point it at the latest Oricutron.exe.

As for an update to Oricmania, i have no current plans for an update this year, due to comitments with my other projects. Maybe later this year, or maybe next year if any new stuff is available.
_________________
Gamebase Developer of:

AcornMania, AmstradMania, Atari800, Apple II, SpeccyMania, GamebaseBBC, Gamebase Electron, Apple2GS, Sam Coupe, Gamebase GX4000, Memotech MTX, NEC PC98, Fujitsu FM-7 and Sharp X1.
Back to top
View user's profile Send private message
Xeron
New Member


Joined: 16 Jun 2010
Posts: 5
GB64-Points: 5
Location: Weston-Super-Mare

PostPosted: Mon Sep 20, 2010 1:46 pm    Post subject: Reply with quote

Oricutron 0.7 is now available for windows from the Google code page in my sig.
_________________
http://www.petergordon.org.uk/
http://code.google.com/p/oriculator/
Back to top
View user's profile Send private message Visit poster's website
Xeron
New Member


Joined: 16 Jun 2010
Posts: 5
GB64-Points: 5
Location: Weston-Super-Mare

PostPosted: Mon Nov 21, 2011 8:25 pm    Post subject: Reply with quote

... and now 0.8 is released.
_________________
http://www.petergordon.org.uk/
http://code.google.com/p/oriculator/
Back to top
View user's profile Send private message Visit poster's website
Xeron
New Member


Joined: 16 Jun 2010
Posts: 5
GB64-Points: 5
Location: Weston-Super-Mare

PostPosted: Sat Mar 03, 2012 12:54 pm    Post subject: Reply with quote

0.9 is now released!

With this update, Oricutron now offers a comprehensive alternative to Euphoric for Oric-1 and Atmos emulation.
_________________
http://www.petergordon.org.uk/
http://code.google.com/p/oriculator/
Back to top
View user's profile Send private message Visit poster's website
OX
Cool Member
Cool Member


Joined: 24 Jun 2010
Posts: 320
GB64-Points: 320


PostPosted: Sat Mar 03, 2012 2:01 pm    Post subject: Reply with quote

Thanks Xeron, good stuff! None of the Gamebases would happen with out good emulators.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    -= GB64 Forum =- Forum Index -> Other GameBase Projects All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
Cannot post new topics
Cannot reply to topics
Cannot edit your posts
Cannot delete your posts
Cannot vote in polls in this forum


Powered by phpBB © phpBB Group

The C64 Banner Exchange
The C64 Banner Exchange

gb64.com ©1997-2010 The GB64 Team