Page 1 sur 1

Partage Site HyperSPIN US - ORIC

Publié : 13 janv. 2015 - 20:45
par soft-bug
Bonjour,

Je me permets de mettre le lien sur le forum US , car Craig m'a contacté pour mon projet ORIC. En l'état, je ne veux pas que l'on utilise MON projet pour le partager sur le site US.

C'est une question de principe, même si je ne suis plus dans le STAFF, je précise pour les nouveaux qui j'ai été bannis là bas pour seule faute d'être acteur de notre communauté lors de sa création.

Je suis en plus en train de le refaire en plus !

http://www.hyperspin-fe.com/forum/showt ... heme/page3

J'attends une réponse ou un autre bannissement ou rien.

Désolé, mais en colère et j'ai pas envie de partager avec les ricains dans ces conditions !

JE SUIS SOFT-BUG

Re: Partage Site HyperSPIN US - ORIC

Publié : 13 janv. 2015 - 20:51
par craiganderson
cool. i wont share it. do you have wheels or more vids for the games? database?
i made generic wheels if you want them?
https://mega.co.nz/#F!355whQzS!NkjTV7zuzME_0yB2jUlqLw" onclick="window.open(this.href);return false;

[video][/video]

Re: Partage Site HyperSPIN US - ORIC

Publié : 13 janv. 2015 - 21:01
par craiganderson
Image

Re: Partage Site HyperSPIN US - ORIC

Publié : 13 janv. 2015 - 21:45
par torostanco
gracias

Re: Partage Site HyperSPIN US - ORIC

Publié : 14 janv. 2015 - 08:14
par jer570
Bannissement et partage ne vont pas trop ensemble en effet.

Re: Partage Site HyperSPIN US - ORIC

Publié : 14 janv. 2015 - 08:30
par Meth
Effectivement mais le partage n'a jamais fais parti des priorités de nos amis d'en face.
Par contre je ne comprends pas trop le problème. Qui partage ton travail en face sans t'en avoir parlé?

Re: Partage Site HyperSPIN US - ORIC

Publié : 14 janv. 2015 - 08:51
par soft-bug
Hello,

J'ai demandé à Craig de ne pas partager mon travail avec les autres (voir ma réponse sur le site US sur le lien donné et le fil de discussion). Comme je découvre qu'il travail dessus, je lui ai proposé d'unir nos forces pour bosser et partager ici. En plus je suis en train de refaire mon projet :

Image

Voilà, comme il l'indique dans son message, il ne fera pas de partage.

Re: Partage Site HyperSPIN US - ORIC

Publié : 14 janv. 2015 - 08:56
par Inquisitom
Well, I read the story across ... too bad you were banned only for being part of another community.
Maybe now that HFS is doing its stuff completely independently might help in the fact that you might retrieve your account ... or not if nobody's interested in Oric and considers that you don't deserve it.

What saddens me the most is the position on which Craig is. He always wanted to share in the "right" way, always helpful, and sit between Europe & US being diplomatic as hell.

JE SUIS SOFT BUG
I AM CRAIG
...
JE SUIS CHARLIE

Re: Partage Site HyperSPIN US - ORIC

Publié : 14 janv. 2015 - 09:49
par Meth
Ok désolé je n'ai pas pris le temps de lire le post de la bas.
Je ne doute pas des attentions de craig ;).
Vivement la suite.

Re: Partage Site HyperSPIN US - ORIC

Publié : 14 janv. 2015 - 16:33
par craiganderson
Not a big deal. But I feel bad for the folks on the US site that would really like to enjoy this setup. And they would appropriately say "thank you" etc. There are lots of good people on the US site as well. :)

Can I share it on a one-to-one basis BUT NOT put up a link to the public or anything?? I have one guy saying he grew up with ORIC and would love to set it up?? Just a regular guy trying to enjoy a system from his past.....

http://craigandersonthemes.weebly.com/" onclick="window.open(this.href);return false;

Re: Partage Site HyperSPIN US - ORIC

Publié : 15 janv. 2015 - 21:21
par craiganderson
here is my module..it works 100% on my system

Code : Tout sélectionner

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

Re: Partage Site HyperSPIN US - ORIC

Publié : 16 janv. 2015 - 06:39
par soft-bug
craiganderson a écrit :here is my module..it works 100% on my system

Code : Tout sélectionner

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
Hi Craig,

You don't have read my PM since 2 days ...

You will discover my proposal and why you need a dedicated INI file and to change the Module HL3 to manage diffent tape or disk files.

Re: Partage Site HyperSPIN US - ORIC

Publié : 16 janv. 2015 - 06:56
par craiganderson
Actually, it already works for both tapes and disks as it is written because the emulator is able to differentiate automatically.

From the emulator readme.txt document:

"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."


And for EVERY game I have tested .. it works perfectly! so far
For me, this module works 100% :) - tapes and disks

thanks,
craig

Re: Partage Site HyperSPIN US - ORIC

Publié : 16 janv. 2015 - 07:08
par craiganderson
Here is a video of me using the module above to load

ZEBULON - a .dsk game

and then

ZEBBIE - a .tap game

[video][/video]

hope this helps,
craig :)

Re: Partage Site HyperSPIN US - ORIC

Publié : 16 janv. 2015 - 07:14
par soft-bug
craiganderson a écrit :Actually, it works for both tapes and disks as it is written because the emulator is able to differentiate automatically.

From the emulator readme.txt document:

"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."

And for EVERY game I have tested .. it works perfectly! so far
For me, this module works 100% :) - tapes and disks

thanks,
craig
Indeed,

But a tap file need to select ever ATMOS or ORIC1, to work. You will find tap who needs "ORIC1" because not working on ATMOS. This is not possible to determine by the single tap extension, depends about how the inner basic code where done.

Second, for several tap of disk this emulator do not manage "roms" (tap or disk) well like Euphoric. It insure to dispel this drawback !


My proposal is stil available too ! SIMPLY READ MY PM !

Re: Partage Site HyperSPIN US - ORIC

Publié : 16 janv. 2015 - 07:34
par craiganderson
COol. I will read it. I only check them when I get a notification. I did not get one for some reason. :)

Re: Partage Site HyperSPIN US - ORIC

Publié : 27 janv. 2015 - 16:49
par micaelo14
moi ça plante après quelques secondes, hyperlaunch se met endefaut et l'émulateur va dans barre de tache.....

que ce passe t'il ^^^!!!!!!

Re: Partage Site HyperSPIN US - ORIC

Publié : 16 févr. 2015 - 17:31
par spudgunjake13
I though hyperspin was for sharing, It some times doesn't feel that way. I share what I can, and so does craig, seems to be a lot of power hot heads about.

Re: Partage Site HyperSPIN US - ORIC

Publié : 16 févr. 2015 - 18:42
par soft-bug
spudgunjake13 a écrit :I though hyperspin was for sharing, It some times doesn't feel that way. I share what I can, and so does craig, seems to be a lot of power hot heads about.
Hi,

I gave all my stuff to Craig a few weeks ago !

If you are the guy who wanted this package .. just contact Craig.

I can't let you say that HyperSpin was for sharing. Just because me and lots of us were banned, simply because we decided to make our stuff and to share it FREELY. Here you don't have to pay !
Now, we must share our work with the same people who banned us ? Too simple ! Not very fairplay way to act isn't it !!!
You can make a presentation here to join us. To explain who you are and what are you seeking here or sharing.

Regards,

Grégory aka Soft-bug