English Amiga Board


Go Back   English Amiga Board > Other Projects > project.SPS (was CAPS)

 
 
Thread Tools
Old 02 May 2005, 01:17   #21
Solo Kazuki
Registered User
 
Solo Kazuki's Avatar
 
Join Date: Sep 2004
Location: Poland
Posts: 1,301
Quote:
Originally Posted by Frog
as you says perhaps i was too lazy. I also think it would be nice to have a tool that can do the job directly.
Anyway thx for the script.
Not at all

And about this script. You can convert not only IPF, but some other formats too (see readme to MFM2WWARP), you only need to add additional suffixes to first requestfile line.
Solo Kazuki is offline  
Old 02 May 2005, 17:53   #22
Wepl
Moderator
 
Wepl's Avatar
 
Join Date: Nov 2001
Location: Germany
Posts: 866
Quote:
Originally Posted by Solo Kazuki
Ok, for anyone who is too lazy to make it, i'm sending this VERY SIMPLE (but working) script.
Edit this file and put adequate paths.
this "disk.1 stuff" is because i don't know how to put arguments WITHOUT tracks in WWARP - without tracks (WWARP T:Temp.wwp G $outfile) it doesn't work, after all.
a bit improved:
Code:
requestfile >env:infile drawer="(put your path to dir with IPFs)" title="select IPF file to convert" noicons pattern=#?.IPF
requestfile >env:outfile drawer="(put your path to dir with ADFs)" title="select where to save ADF" noicons
WWARP T:Temp.wwp C Import=$infile Force
WWARP T:Temp.wwp G * $outfile
delete T:Temp.wwp
requires WWarp 1.25 which supports import using trackwarp.library, saves two step (force and copy)
Wepl is offline  
Old 03 May 2005, 08:32   #23
Solo Kazuki
Registered User
 
Solo Kazuki's Avatar
 
Join Date: Sep 2004
Location: Poland
Posts: 1,301
Quote:
Originally Posted by Wepl
a bit improved:
Code:
requestfile >env:infile drawer="(put your path to dir with IPFs)" title="select IPF file to convert" noicons pattern=#?.IPF
requestfile >env:outfile drawer="(put your path to dir with ADFs)" title="select where to save ADF" noicons
WWARP T:Temp.wwp C Import=$infile Force
WWARP T:Temp.wwp G * $outfile
delete T:Temp.wwp
requires WWarp 1.25 which supports import using trackwarp.library, saves two step (force and copy)
Thanks for improved script!

BTW: Hmm... the "*" sign... good to know
Solo Kazuki is offline  
Old 03 May 2005, 08:46   #24
Solo Kazuki
Registered User
 
Solo Kazuki's Avatar
 
Join Date: Sep 2004
Location: Poland
Posts: 1,301
Sorry for asking, but... where can i find WWarp v1.25? Version on WHDLoad page is only 1.24.

Last edited by Solo Kazuki; 03 May 2005 at 08:53.
Solo Kazuki is offline  
Old 03 May 2005, 12:18   #25
Wepl
Moderator
 
Wepl's Avatar
 
Join Date: Nov 2001
Location: Germany
Posts: 866
Quote:
Originally Posted by Solo Kazuki
Sorry for asking, but... where can i find WWarp v1.25? Version on WHDLoad page is only 1.24.
check:http://whdload.de/whdload/
Wepl is offline  
Old 03 May 2005, 21:34   #26
Solo Kazuki
Registered User
 
Solo Kazuki's Avatar
 
Join Date: Sep 2004
Location: Poland
Posts: 1,301
Quote:
Originally Posted by Wepl
Thanks! I was searching on http://whdload.de/whdload/Tools/
Solo Kazuki is offline  
Old 23 July 2005, 22:11   #27
andreas
Zone Friend
 
Join Date: Jun 2001
Location: Germany
Age: 50
Posts: 5,857
Send a message via ICQ to andreas Send a message via AIM to andreas

This thread rocks!

Does anyone of you have an idea how to do this on my A1000 with 0.5M built-in RAM + 1.0 M expansion? ( = 1.5M in total)
I've thought about creating part of this on the emulator's side (e. g. the *.wwp warp file) and transfer it, but could that actually work?
andreas is offline  
Old 20 January 2011, 22:20   #28
landex
Registered User
 
Join Date: Nov 2007
Location: Portugal
Posts: 59
hi
i search MFM2WWARP everywhere and i cant find it. Who knows where can download it?
thanks
landex is offline  
Old 20 January 2011, 22:42   #29
Wepl
Moderator
 
Wepl's Avatar
 
Join Date: Nov 2001
Location: Germany
Posts: 866
it was contained in older releases of wwarp, because importing other warp formats has been built into wwarp it's not contained it the latest releases.
you can use 'wwarp import=filename.mfm' to convert the files (requires trackwarp.library), see wwarp readme
Wepl is offline  
Old 20 January 2011, 22:48   #30
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
using http://aminet.net/package/disk/misc/diskimage.m68k-aos is easier
Foul is offline  
Old 21 January 2011, 00:22   #31
AmigaFriend
Registered User
 
AmigaFriend's Avatar
 
Join Date: Sep 2008
Location: CLI
Posts: 1,462
Quote:
Originally Posted by Foul View Post
Highly recommended.
AmigaFriend is offline  
Old 21 January 2011, 02:24   #32
landex
Registered User
 
Join Date: Nov 2007
Location: Portugal
Posts: 59
Quote:
Originally Posted by Wepl View Post
it was contained in older releases of wwarp, because importing other warp formats has been built into wwarp it's not contained it the latest releases.
you can use 'wwarp import=filename.mfm' to convert the files (requires trackwarp.library), see wwarp readme
It didnt work.

And I dont have OS3. I just want convert a ipf to adf.
landex is offline  
Old 21 January 2011, 13:13   #33
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
mount your IPF with diskimage and use ADF-Blitzer to convert it in ADF
Foul is offline  
Old 21 January 2011, 15:00   #34
landex
Registered User
 
Join Date: Nov 2007
Location: Portugal
Posts: 59
Quote:
Originally Posted by Wepl View Post
it was contained in older releases of wwarp, because importing other warp formats has been built into wwarp it's not contained it the latest releases.
you can use 'wwarp import=filename.mfm' to convert the files (requires trackwarp.library), see wwarp readme
Quote:
Originally Posted by Foul View Post
mount your IPF with diskimage and use ADF-Blitzer to convert it in ADF
Thanks, but it didnt work the ipf-image is original and has a copy protect.
Is there another way?
landex is offline  
Old 22 January 2011, 13:04   #35
mr.vince
Cheesy crust
 
mr.vince's Avatar
 
Join Date: Nov 2008
Location: Hawk's Creek
Age: 48
Posts: 1,383
What do you want to do? There are ways to mount IPF directly on an Amiga.

If you want to create a floppy, you'll need a hardware that can write protection data, e.g. KryoFlux will be able to do this. Writing is actually in production and will come with one of the next software releases.

Or you could take an already existing ADF and write this to disk on a real Amiga. The latter will most likely be a cracked version, unless the original was on ADos disks anyway.
mr.vince is offline  
Old 22 January 2011, 13:10   #36
Wepl
Moderator
 
Wepl's Avatar
 
Join Date: Nov 2001
Location: Germany
Posts: 866
Quote:
Originally Posted by landex View Post
I just want convert a ipf to adf.
you could use tw2adf from the trackwarp package
Wepl is offline  
Old 22 January 2011, 13:50   #37
mr.vince
Cheesy crust
 
mr.vince's Avatar
 
Join Date: Nov 2008
Location: Hawk's Creek
Age: 48
Posts: 1,383
BTW if it is just for the plain conversion... didn't Toni come up with something?
mr.vince is offline  
Old 22 January 2011, 19:37   #38
Retro-Nerd
Missile Command Champion
 
Retro-Nerd's Avatar
 
Join Date: Aug 2005
Location: Germany
Age: 52
Posts: 12,436
Yep, UAEUNP.
Retro-Nerd is online now  
Old 23 January 2011, 22:44   #39
landex
Registered User
 
Join Date: Nov 2007
Location: Portugal
Posts: 59
Quote:
Originally Posted by mr.vince View Post
What do you want to do? There are ways to mount IPF directly on an Amiga.

If you want to create a floppy, you'll need a hardware that can write protection data, e.g. KryoFlux will be able to do this. Writing is actually in production and will come with one of the next software releases.

Or you could take an already existing ADF and write this to disk on a real Amiga. The latter will most likely be a cracked version, unless the original was on ADos disks anyway.
It cant work because its a non-ADOS image.
landex is offline  
Old 25 January 2011, 12:32   #40
mr.vince
Cheesy crust
 
mr.vince's Avatar
 
Join Date: Nov 2008
Location: Hawk's Creek
Age: 48
Posts: 1,383
In regard to KryoFlux it won't care if it is standard or not, it will write whatever you feed it.

It is also possible to store non-ADOS in ADF, as long as you don't go beyond what the sector dump (ADF) can store.

Plus you could also mount the IPF on an Amiga while using Workbench and write your own program to extract data from the IPF (which would work like a real disk).

I would really like to help, if you tell me what you intend to do.
mr.vince is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Turbo Floppy Speed and IPF images = slow? hipoonios support.WinUAE 2 05 September 2012 09:41
Windows icons for adf dms and ipf disk images Galaxy support.WinUAE 50 02 March 2007 08:53
Using WHDLoad with IPF images zarch project.WHDLoad 9 16 May 2006 19:29
Question about IPF images of self-modifying games mojambo project.SPS (was CAPS) 8 31 January 2005 08:17
The real biggest archive for ADF images is????? Citrus Retrogaming General Discussion 9 20 July 2001 04:12

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 20:45.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09971 seconds with 16 queries