English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General > Coders. Tutorials

 
 
Thread Tools
Old 06 December 2018, 00:57   #1
Pdrome
 
Posts: n/a
Floppy disk Request for how to grab Amiga disk content

Hi, not sure if this is the right area of the forum to create this new thread but here goes...

I am currently attempting to remake Zeewolf, part of my efforts has been to try and think of a decent workflow for creating some of the content such as levels etc. I did start by making level 1 as a tile map but that ended up being an ordeal as it was 256x256 tiles to colour and involved me running Zeewolf in WinUAE and doing this manually by hand.

I come here today to ask if anyone here at EAB would be willing to pass on some of the tricks to be able to get all the content from the Zeewolf ADF such as model data, level data, images, sounds, music, fonts, text, source code (if possible - I wish). I know this is a huge request and even more so given the effort it takes but if it helps to give anyone incentive, I will be happy to write up a guide which could serve to help any others around here in future wanting to grab everything off game ADFs.

A few bits of info...
Zeewolf is an NDOS filesystem and is packed/crunched and uses Rob Northen Compression.

I have used various methods (including Track2File) to attempt to grab the content off the ADF and so far have ended up with 2 files,
Zeewolf.adf.001 (17K)
and
Zeewolf.adf.002 (9K)

Zeewolf.adf.002 (9K) is possible to unpack using RNC ProPacker and results in a 90K file.

I then attempted to open these files (17k and 90k) in HxD and also attempted to turn these 2 files into 68k asm using ira from aminet. I must confess that my knowledge is very low and my gamedev journey is very much in its early stages, however I have taken it upon myself to use Zeewolf remake as the focus project of my learning. I had hoped to be able to gain access to ADF files to be able to try to make the remake as accurate as possible.

Thankyou for reading all this and many thanks to some of the great posts and replies on EAB that I have found really useful over the past week as I have struggled to bumble along with my efforts

Last edited by Pdrome; 06 December 2018 at 01:17.
 
Old 06 December 2018, 03:25   #2
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,942
Welcome to the forum Pdrome

Just a question: when you talk about the "various method to grab the content off the ADF" what exactly you are referring to ?

I mean, what kind of tools do you use and what kind of "manual techniques" do you use ?

Thanks in advance, chip
chip is offline  
Old 06 December 2018, 17:44   #3
Pdrome
 
Posts: n/a
Quote:
Originally Posted by chip View Post
Welcome to the forum Pdrome

Just a question: when you talk about the "various method to grab the content off the ADF" what exactly you are referring to ?

I mean, what kind of tools do you use and what kind of "manual techniques" do you use ?

Thanks in advance, chip
Hi chip,

Many thanks for replying and the welcome.
By "various method to grab the content off the ADF" I just mean that I was learning as I went along so started off by trying various methods to get data off ADF files eg
For ADF that is just AmigaDOS there is a website with an applet that can simply extract files from AmigaDOS ADFs very quickly.
But then I found that it couldn't read the Zeewolf ADF so that forced me to dig deeper which lead me to Track2File
Which also then lead me to different Packers and compression used and then in turn it lead me to reading up on RNC ProPacker and an interview by Codetapper with Rob Northen which was very useful for getting an understanding into the methods Rob used to not only lock up and protect games from piracy, but also helped regarding info on the crunching/packing/compression of Robs that some games used.
I also played around with unADF also tried the various compression standards to see if unpacking worked for the Zeewolf.adf which they didn't.

The only method so far which has seemed to yield promising results was the Track2File software which gave me those 2 files I mentioned in my first post.
If that doesn't answer your questions clear enough just let me know and I will pretty much list step by step everything that I have done.
The one last thing I can say is that I did put the 2 files through ira software on aminet which turned the 2 files into 68kasm assembly language - I just don't know if I have done things correctly to result in usable data. I believe the 2 files (the 17K and the 9>90K) are binary files and putting them through HxD did result in game type text in the headers but I wasn't sure if that is what I needed or if I did actually need to turn the binarys into 68kasm.

I really am bumbling along to be honest so any thoughts/guidance is appreciated.

Thanks

Last edited by Pdrome; 06 December 2018 at 17:54.
 
Old 06 December 2018, 17:54   #4
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,942
Hi again Pdrome, thanks for reply

Well, you must know that grabbing stuff from ADFs is something i need too

I know two tools that you didn't mention so, here we go

To extract files from DOS disks you can use ADF Workshop

It's a Windows application, here the download

https://www.tosecdev.org/downloads/c...5-adf-workshop

Instead very useful with the NDOS disks there is WRip

It's an Amiga application, here the download

http://aminet.net/util/misc/WRip_210.lha

Hope this infos can be useful to you .... good ripping
chip is offline  
Old 06 December 2018, 18:57   #5
Pdrome
 
Posts: n/a
Quote:
Originally Posted by chip View Post
Hi again Pdrome, thanks for reply

Well, you must know that grabbing stuff from ADFs is something i need too

I know two tools that you didn't mention so, here we go

To extract files from DOS disks you can use ADF Workshop

It's a Windows application, here the download

https://www.tosecdev.org/downloads/c...5-adf-workshop

Instead very useful with the NDOS disks there is WRip

It's an Amiga application, here the download

http://aminet.net/util/misc/WRip_210.lha

Hope this infos can be useful to you .... good ripping

Thanks for the more info, I will have a look at WRip

What happened with your efforts in the end, did you achieve what you wanted to do?
 
Old 06 December 2018, 19:08   #6
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,942
I take data from NDOS disks to search for music modules

I love Amiga music, so i explored a little all the possible ways to rip the tunes

I don't have the skill to rip those manually, so i trust of the various tools

But not always i get what i want

I guess main reason is that sometimes data are crunched with "unknown" crunchers

So, the tools like WRip fail to do their job because they don't recognize the "hidden" data

At least this is my conclusion, hope it's correct
chip is offline  
Old 06 December 2018, 19:25   #7
chip
Registered User
 
Join Date: Oct 2012
Location: Italy
Age: 49
Posts: 2,942
Another thread on the same issue for you to read

http://eab.abime.net/showthread.php?t=90432
chip is offline  
Old 06 December 2018, 20:10   #8
Pdrome
 
Posts: n/a
Quote:
Originally Posted by chip View Post
I take data from NDOS disks to search for music modules

I love Amiga music, so i explored a little all the possible ways to rip the tunes

I don't have the skill to rip those manually, so i trust of the various tools

But not always i get what i want

I guess main reason is that sometimes data are crunched with "unknown" crunchers

So, the tools like WRip fail to do their job because they don't recognize the "hidden" data

At least this is my conclusion, hope it's correct

Not sure if you are aware but on aminet you can get RNC ProPacker tools and using that it is possible to unpack a lot of games.

Here's ProPacker
http://aminet.net/package/util/pack/RNC_ProPack

and here is the Rob Northen interview which does list which games used his software.
http://codetapper.com/amiga/interviews/rob-northen/

Regarding sometimes not getting usable files... that could be because some files are actually compressed files within compressed files.

Quote:
Originally Posted by chip View Post
Another thread on the same issue for you to read

http://eab.abime.net/showthread.php?t=90432


And finally... yes, I did find that NDOS thread of yours earlier and found it useful thanks!
 
Old 06 December 2018, 21:25   #9
malko
Ex nihilo nihil
 
malko's Avatar
 
Join Date: Oct 2017
Location: CH
Posts: 4,856
Quote:
Originally Posted by Pdrome View Post
[...] and here is the Rob Northen interview which does list which games used his software.
http://codetapper.com/amiga/interviews/rob-northen/ [...]
Thanks for the link
malko 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
Amiga Dream content alexh AMR suggestions and feedback 0 14 June 2017 13:05
Request: an Amiga disk help network Amiga1992 request.Other 17 11 June 2015 21:55
RAD disk content disappear after reset with Blizzard 1240 tygre support.Hardware 9 08 June 2011 05:38
Pixel perfect conversions of amiga games for symbian s60 phones... grab 'em! keropi Retrogaming General Discussion 26 19 January 2006 20:33
Mac users grab my Amiga Games Icon Set Mache Retrogaming General Discussion 3 08 December 2003 06:20

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 17:52.

Top

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