Jump to content
(Public Beta) HyperSpin 2 is now available for everyone ×

Oric System Theme


Guest softbug

Recommended Posts

Guest softbug
Posted

Hi,

I have just created an Oric Atmos Hyperspin system theme. The Oric was a 8 bit familly computers sold in Europe.... The Oric series were Oric 1, Oric Atmos and Telestrat ...

It was available at the same period as Zx spectrum, Commodore 64, TI 99 4A ...

The theme has a pulse on the computers and the little guy moving is from the Golden Eagle game, one of the most famous title on this system.

I have also finished an ahk script using Oricutron emulator v0.8 ...

Here i join a screenshot of this theme. I do not have currently done a video flv ...

Best regards from Paris,

Grégory

post-49514-142870574781_thumb.jpg

Guest softbug
Posted
Always nice to see the 8-bit pcs getting some love, will you be sharing this theme?

Hi,

Well, i wanted to share more ... but it seems that i need to post at least 5 messages in these forums first ;)

Ok this is post #2

Regards

Grégory

Guest softbug
Posted

Well, here the Youtube Video link to see the final result :

Tell me how to proceed to share it here !

Regards,

Grégory

Posted

I'd probably increase the size of everything a bit, the monitor and keyboards look kinda lost on the theme.

Tell me, what's the resolution of those covers you are using? I'm thinking on adding this system at some point later on and would like to do a 3D set of the tapes. Do you have any nice quality scans or did you grab them all from the old-computers website?

If you want to share it just upload it to mediafire or any other file sharing website :)

Guest softbug
Posted

Hi,

Well the inlays for tapes are from www.oric.org ... i'm a member of this community since 10 years ...

The resolution are 175 x 250 ...

I have changed the theme making the TV set provided by HyperTheme biggger ...

file.php?id=227&mode=view

Let me know when you think that it could be integreted to the downloads section of HS.

Regards from Paris,

Grégory

Posted

Too bad, I was hoping to get larger images, they usually have around 550px high so we'd need to double the size of those which would mean quite some quality loss. I guess you can submit your theme, but I'm sure the theme experts here will most likely give you some extra tips on what needs to be improved :)

  • 1 year later...
Posted
Hi,

I have just created an Oric Atmos Hyperspin system theme. The Oric was a 8 bit familly computers sold in Europe.... The Oric series were Oric 1, Oric Atmos and Telestrat ...

It was available at the same period as Zx spectrum, Commodore 64, TI 99 4A ...

The theme has a pulse on the computers and the little guy moving is from the Golden Eagle game, one of the most famous title on this system.

I have also finished an ahk script using Oricutron emulator v0.8 ...

Here i join a screenshot of this theme. I do not have currently done a video flv ...

Best regards from Paris,

Grégory

Can u provide download link? (Edit: via PM)

Filedropper is free and works well

Thanks

Posted
Can u provide download link?

Filedropper is free and works well

Thanks

This is against the forum rules and the link will be removed.

lfE5RzP.png

..........................back with a vengeance........................

  • 11 months later...
Posted

Hello, I am working on this one real quick today

What I have done so far:

1) Main menu wheel my style

2) tweaked default theme so that video window stays the whole time...looks better than being blank in my opinion but videos and pngs cover it up as we make more

3) made default wheels...thanks horseyhorsey for your app

4) made a module....I could use a little help on the module regarding using command line to go to fullscreen (SEE POST BELOW) :)

J-tSq71JEeQ

Themes CREATED by:

softbu13_zps566230e2.png

not craiganderson

thank you softbug!

Posted

My module so far:

works for both types of files (dsk, tap) because emulator sorts that out for you

QUESTION: Where in the module RUN command do I add the "-f" to make it go fullscreen?? thanks

edit: question answered/solved..see couple posts below :)

MEmu = Oricutron v0.9
MURL = http://www.petergordon.org.uk/oricutron/
MAuthor = 
MVersion = 
MCRC = 
iCRC =
MID = 
MSystem = "Tangerine Oric"
;----------------------------------------------------------------------------
; Notes:
;----------------------------------------------------------------------------
StartModule()
BezelGUI()
FadeInStart()
7z(romPath, romName, romExtension, 7zExtractPath)

BezelStart("fixResMode")

Run(executable . " """ . romPath . "\" . romName . romExtension . """", emuPath)

WinWait("Oricutron 1.2 ahk_class SDL_app")
WinWaitActive("Oricutron 1.2 ahk_class SDL_app")

BezelDraw()
FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
BezelExit()
FadeOutExit()
ExitModule()

CloseProcess:
FadeOutStart()
Process, Close, oricutron.exe
Return

From the help guide with the emulator:

Command line
============

You can specify certain options on the command line. All options have
both short and long versions. For example:

 -mblah

 or

 --machine blah

Is the same thing. Note that the short version doesn't have a space, but
the long version does.

Here are all the options:


 -m / --machine     = Specify machine type. Valid types are:

                      "atmos" or "a" for Oric atmos
                      "oric1" or "1" for Oric-1
                      "o16k" for Oric-1 16k
                      "telestrat" or "t" for Telestrat
                      "pravetz", "pravetz8d" or "p" for Pravetz 8D

 -d / --disk        = Specify a disk image to use in drive 0
 -t / --tape        = Specify a tape image to use
 -k / --drive       = Specify a disk drive controller. Valid types are:

                      "microdisc" or "m" for Microdisc
                      "jasmin" or "j" for Jasmin

 -s / --symbols     = Load symbols from a file
[b][color="#FF0000"]  -f / --fullscreen  = Run oricutron fullscreen[/color][/b]
 -w / --window      = Run oricutron in a window
 -R / --rendermode  = Render mode. Valid modes are:

                      "soft" for software rendering
                      "opengl" for OpenGL

 -b / --debug       = Start oricutron in the debugger
 -r / --breakpoint  = Set a breakpoint
 -h / --help        = Print command line help and quit

 --turbotape on|off = Enable or disable turbotape
 --lightpen on|off  = Enable or disable lightpen
 --vsynchack on|off = Enable or disable VSync hack
 --scanlines on|off = Enable or disable scanline simulation

NOTE: If you are not sure what machine or drive type is required for a disk or
tape image, just pass the filename without any options and Oricutron will
try and autodetect for you.


Examples:

oricutron tapes/tape_image.tap
oricutron disks/disk_image.dsk
oricutron --machine atmos --tape "tape files/foo.tap" --symbols "my files/symbols"
oricutron -m1 -tBUILD/foo.tap -sBUILD/symbols -b
oricutron --drive microdisc --disk demos/barbitoric.dsk --fullscreen
oricutron -ddemos/barbitoric.dsk -f
oricutron --turbotape off tapes/hobbit.tap

Posted

rfancella answered the question thanks!

Run(executable . " """ . romPath . "\" . romName . romExtension . """ -f", emuPath)

fullscreen module

MEmu =
MURL = 
MAuthor = 
MVersion = 
MCRC = 
iCRC =
MID = 
MSystem = "Tangerine Oric"
;----------------------------------------------------------------------------
; Notes:
; Fullscreen set in HLHQ, default false
;----------------------------------------------------------------------------
StartModule()
BezelGUI()
FadeInStart()
7z(romPath, romName, romExtension, 7zExtractPath)

settingsFile := modulePath . "\" . moduleName . ".ini"
Fullscreen := IniReadCheck(settingsFile, "Settings", "Fullscreen","false",,1)
disableHideTitleBar := true
disableHideToggleMenu := true
disableHideBorder := true
BezelStart("fixResMode")

If Fullscreen = true
{
Sleep, 10
Run(executable . " """ . romPath . "\" . romName . romExtension . """ -f", emuPath)
}
else
{
Sleep, 10
Run(executable . " """ . romPath . "\" . romName . romExtension . """", emuPath)
}

WinWait("Oricutron 1.2 ahk_class SDL_app")
WinWaitActive("Oricutron 1.2 ahk_class SDL_app")

BezelDraw()
FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
BezelExit()
FadeOutExit()
ExitModule()

CloseProcess:
FadeOutStart()
Process, Close, oricutron.exe
Return

isd file

<?xml version="1.0" encoding="UTF-8"?>
<INISCHEMA>
<INIFILES>
	<INIFILE name="%ModuleName%" required="false">
		<INITYPE>Module</INITYPE>
		<SECTIONS>
			<SECTION name="settings" required="false">
				<SECTIONTYPE>Global</SECTIONTYPE>
				<KEYS>
					<KEY name="Fullscreen" required="false" nullable="false">
						<KEYTYPE>Boolean</KEYTYPE>
						<DESCRIPTION>If true emulator will run fullscreen.</DESCRIPTION>
					</KEY>

				</KEYS>
			</SECTION>
		</SECTIONS>
	</INIFILE>
</INIFILES>
</INISCHEMA>

Posted
things that need to be done

1) real wheels

2) videos

3) test games. i have no idea which game work or not..

4) module to load multiple disk games...there might be some? dont know....

just fyi

moving on now.... :)

Hi Craig,

I'm obliged to use this username because banned since 2 years from Here. I don't want you to share my work dedicated to Oric (theme & video intro) here

Indeed, i was banned with no reason because i have simply joined another Forum. I still always await a reply from Admins about why this ?

You can't now share my work done from outside to feed the server from here ! It's too easy to act like this !

I'm currently making a big update for my own Oric project.

I can propose you to work with me and to share here if i get back my own login account and a reply from a courageous administrator !

You must know that i'm a member with the ORIC community since 15 years, i'm in touch with the guys who make Oricutron, Euphoric and who have created games recently.

Best regards from Paris,

Grégory aka Soft-bug

JE SUIS CHARLIE

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...