Page 2 of 2

Re: Euphoric : Last build, loading wav

Posted: Tue Feb 07, 2012 10:17 pm
by amo76
So i tried another time with Mushroom and same result ... Not Working.

Where can i put thoses files ? have got ane idea ?

Perhaps the issue comes from the tap2wav.exe i used.
The size of my files is 49ko, 50176 o. Is it the same for you ?
Where can i find the tap2wav you used ?

Re: Euphoric : Last build, loading wav

Posted: Wed Feb 08, 2012 7:17 pm
by Symoon
I'm using the exact same version of Tap2wav.

About files, I don't know, maybe you ISP allows you to store files, or maybe you can get a FTP access here (need to ask Dbug). Since Megaupload closed, I don't know if there are free file servers still running?

Re: Euphoric : Last build, loading wav

Posted: Sun Feb 12, 2012 3:27 pm
by coco.oric
put it on free... and push the link on the forum.

http://dl.free.fr/

it works fine.
Didier

Re: Euphoric : Last build, loading wav

Posted: Sun Feb 12, 2012 6:35 pm
by Dbug
I sent a private message to amo76 few days ago with the informations on how to use the defence force ftp to store files.
Had no answer so far.

coco: I don't like people putting stuff from external sources (specially pictures) because they are bound to disappear. Everything single file added to defence force since 1997 is basically still available at the same location.

Re: Euphoric : Last build, loading wav

Posted: Mon Feb 13, 2012 10:03 pm
by amo76
Hi everybody,
sorry for the delay. I was a little bit busy ...

As Dbug said, i put all the files on the defence force ftp.
I put the wav and tap files. I also put the Euphoric i used.
http://www.defence-force.org/ftp/forum/amo76/

Can someone test my wav files ?

Thanks

Re: Euphoric : Last build, loading wav

Posted: Tue Feb 14, 2012 1:16 am
by Symoon
Your Aigle d'Or, Cyclotron and Mushroom Mania WAVs loaded fine here.

Now, I saw this picture in your files:
Image
This is not the way to load the WAV file properly.
Here you are trying to load a program called ESQUIVE.WAV, and the Atmos tells you he "Found.." a program called ESQUIVE. As the name doesn't match, it doesn't load it and keeps waiting for a ESQUIVE.WAV program.

Just insert your WAV file and type CLOAD"".
Or type CLOAD"name of the oric program", and not the name of the WAV file.

You could for instance CSAVE"example", which would make a EXAMPLE.WAV file.
To load it again, you must of course insert the WAV file, then type CLOAD"example", not CLOAD"EXAMPLE.WAV".
As well, you could rename this WAV file into YOYOYO.WAV, you'd still need to type CLOAD"example".
So to make things easier, type CLOAD"" which will load any program the WAV file holds, whatever its name.