English Amiga Board


Go Back   English Amiga Board > Support > support.Games

 
 
Thread Tools
Old 26 September 2020, 17:31   #1
Hiddenevil
Registered User
 
Hiddenevil's Avatar
 
Join Date: Feb 2014
Location: Sheffield, England
Posts: 237
Lemmings on a single disk

I have about two or three of these laying around, two black and one white. I think the white disk came with my original A500.



The only trouble is both black disks have read write errors. I've managed to salvage the disks and get them error free. But had to format them in the process. The only trouble is now, I can't seem to find a copy of Lemmings on a single ADF nor can I copy from the working white disk, due to copy protection.



Yes I do have a hard drive in this A500+ BUT I would still like to have an original disk containing a copy of the game.


Anyone know if a copy of the single disk exists?
Hiddenevil is offline  
Old 26 September 2020, 17:53   #2
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,676
There is a 1 disk IPF from the Commodore Promotion Pack but you'd need a Kryoflux to write it back!
BarryB is offline  
Old 26 September 2020, 19:20   #3
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Quote:
Originally Posted by BarryB View Post
There is a 1 disk IPF from the Commodore Promotion Pack but you'd need a Kryoflux to write it back!

Or a greaseweazle F1 (costs a tenner)
BippyM is offline  
Old 26 September 2020, 22:15   #4
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,676
Maybe easier to ask if one of the regulars can crack the IPF to ADF?
BarryB is offline  
Old 26 September 2020, 23:25   #5
Mikerochip
Registered User
 
Join Date: Sep 2016
Location: Ireland
Posts: 304
Personally, I'd go down the Greaseweazle route :P

You can then fix all games yourself, from now on!
Mikerochip is offline  
Old 27 September 2020, 11:59   #6
Hiddenevil
Registered User
 
Hiddenevil's Avatar
 
Join Date: Feb 2014
Location: Sheffield, England
Posts: 237
True, but this is just for one disk. So if it was possible for someone to make an ADF, that would make more sense than buying something I might only use once.
Hiddenevil is offline  
Old 28 September 2020, 11:36   #7
Hiddenevil
Registered User
 
Hiddenevil's Avatar
 
Join Date: Feb 2014
Location: Sheffield, England
Posts: 237
Are there any guides on using a Greaseweazle? I had a look, but not found much.
Hiddenevil is offline  
Old 28 September 2020, 11:43   #8
berke
Registered User
 
Join Date: Sep 2020
Location: Toulouse, France
Posts: 23
Is this a special version of Lemmings? The original Lemmings is 2 disks AFAIK, but "Oh No! More Lemmings" (which you can easily find online) is single disk.
berke is offline  
Old 28 September 2020, 11:47   #9
Amigajay
Registered User
 
Join Date: Jan 2010
Location: >
Posts: 2,882
Quote:
Originally Posted by berke View Post
Is this a special version of Lemmings? The original Lemmings is 2 disks AFAIK, but "Oh No! More Lemmings" (which you can easily find online) is single disk.
It was the pack-in game, to fit it on one disk the intro was removed and the 'special' levels and replaced with alternate levels using the standard gfx set.
Amigajay is online now  
Old 28 September 2020, 22:00   #10
Mikerochip
Registered User
 
Join Date: Sep 2016
Location: Ireland
Posts: 304
Quote:
Originally Posted by Hiddenevil View Post
Are there any guides on using a Greaseweazle? I had a look, but not found much.

You don't really need much.


The GW github has a wiki with some decent documentation.


You program it with the GW firmware, attach it to the disk drive, and use the gw.exe to write the image.


I made a small windows program too to make it more visual, but, if you're just writing one game you just need to run the following:


gw.exe write gamename.ipf


and that'll write the .ipf file to the disk.
Mikerochip is offline  
Old 28 September 2020, 22:04   #11
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,163
**without any specific hardware**:

AFAIR the disk is copy protected only on track 1. The rest are tracks that you can use a warper on (those are not long track, they can be written back with a standard drive).

On WinUAE, mount ipf file (SPSID 270) then use wwarp (whdload package)

Code:
wwarp lemmings.wwp C 2-159
this creates image of tracks 2-159. wwarp recognizes psygnosis1 format.

then transport the wwp file on a real amiga and do:
Code:
wwarp lemmings.wwp W
This will write tracks 2 to 159 on your real disk, preserving boot & copylock on track 1.

(of course if track 1 is damaged you're toast but it's unlikely)

this method works on a lot of non dos disks.

Last edited by jotd; 28 September 2020 at 22:18.
jotd is online now  
Old 28 September 2020, 22:08   #12
BippyM
Global Moderator
 
BippyM's Avatar
 
Join Date: Nov 2001
Location: Derby, UK
Age: 48
Posts: 9,355
Quote:
Originally Posted by Hiddenevil View Post
Are there any guides on using a Greaseweazle? I had a look, but not found much.

I use greaseweazle gui, pop it in the same folder as greaseweazle. Avoids using commandline
BippyM is offline  
Old 28 September 2020, 22:26   #13
Galahad/FLT
Going nowhere
 
Galahad/FLT's Avatar
 
Join Date: Oct 2001
Location: United Kingdom
Age: 50
Posts: 8,986
Quote:
Originally Posted by jotd View Post
**without any specific hardware**:

AFAIR the disk is copy protected only on track 1. The rest are tracks that you can use a warper on (those are not long track, they can be written back with a standard drive).

On WinUAE, mount ipf file (SPSID 270) then use wwarp (whdload package)

Code:
wwarp lemmings.wwp C 2-159
this creates image of tracks 2-159. wwarp recognizes psygnosis1 format.

then transport the wwp file on a real amiga and do:
Code:
wwarp lemmings.wwp W
This will write tracks 2 to 159 on your real disk, preserving boot & copylock on track 1.

(of course if track 1 is damaged you're toast but it's unlikely)

this method works on a lot of non dos disks.
Is the Commodore pack version the same level as protection as the original release? MFM, Copylock and checksums?
Galahad/FLT is offline  
Old 28 September 2020, 22:38   #14
BarryB
Amigaholic
 
Join Date: Dec 2009
Location: UK
Posts: 4,676
Quote:
Originally Posted by Galahad/FLT View Post
Is the Commodore pack version the same level as protection as the original release? MFM, Copylock and checksums?
I believe so as far as the disk format, it's copylock + DMA DOS, not sure about checksums, that's your domain
BarryB is offline  
Old 30 September 2020, 02:25   #15
rare_j
Zone Friend
 
rare_j's Avatar
 
Join Date: Apr 2005
Location: London
Posts: 1,176
Quote:
Originally Posted by Amigajay View Post
It was the pack-in game, to fit it on one disk the intro was removed and the 'special' levels and replaced with alternate levels using the standard gfx set.
Is there any more info about this anywhere? I've only ever played the 1 disk version and had no idea it wasn't the full game (aside from the missing intro).
rare_j is offline  
Old 30 September 2020, 10:26   #16
Amigajay
Registered User
 
Join Date: Jan 2010
Location: >
Posts: 2,882
Quote:
Originally Posted by rare_j View Post
Is there any more info about this anywhere? I've only ever played the 1 disk version and had no idea it wasn't the full game (aside from the missing intro).
I laid out all the levels in my Lemmings book, the differences are in the attached picture, as you can see there was also a ‘Book Club’ version to confuse things further!
Attached Thumbnails
Click image for larger version

Name:	A549A37C-D716-4CA8-929A-A12522013EEB.jpg
Views:	191
Size:	308.9 KB
ID:	68984  
Amigajay is online now  
Old 30 September 2020, 18:42   #17
rygar
Registered User
 
Join Date: Nov 2007
Location: Poland
Posts: 1,298
Quote:
Originally Posted by Amigajay View Post
I laid out all the levels in my Lemmings book, the differences are in the attached picture, as you can see there was also a ‘Book Club’ version to confuse things further!

And what about this?
Lemmings “Promo”: This was a promotional version of the game with levels dedicated to Commodore. There were 4 or 5 levels and were all based around Commodore logos. C= “Chicken Head”, “Commodore”, and the Amiga ‘A’.
rygar is offline  
Old 30 September 2020, 18:53   #18
Amigajay
Registered User
 
Join Date: Jan 2010
Location: >
Posts: 2,882
Quote:
Originally Posted by rygar View Post
And what about this?
Lemmings “Promo”: This was a promotional version of the game with levels dedicated to Commodore. There were 4 or 5 levels and were all based around Commodore logos. C= “Chicken Head”, “Commodore”, and the Amiga ‘A’.
Unless you can find a copy, its one of those urban myths i think
Amigajay is online now  
Old 30 September 2020, 18:59   #19
Radertified
Registered User
 
Join Date: Jan 2011
Location: -
Posts: 728
According to http://eab.abime.net/showthread.php?t=4336, one of the developers of that demo contacted SPS about it, so it does exist.

stainy seems to have it according to that and this thread, he never ended up imaging it.
Radertified is offline  
Old 30 September 2020, 19:01   #20
Amigajay
Registered User
 
Join Date: Jan 2010
Location: >
Posts: 2,882
Yes i know there is threads about it, but until we have an image, one’s ‘memory’ could be far from the truth so to speak, i mean if he can’t image it at least take some photo’s or something!
Amigajay is online now  
 


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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Ever SINGLE DISK Amiga Game? Fingerlickin_B Nostalgia & memories 237 09 March 2023 14:42
Single-sided PC/ST disk image support? mark_k support.WinUAE 16 23 August 2017 04:57
Live And Let Die single disk version? Telemachus Games images which need to be WHDified 4 16 May 2014 12:02
A500: Floppy Drive . read/write error for every single disk!! iggydix support.Hardware 11 23 August 2008 15:19
Lemmings single Galaxy request.Other 8 09 April 2007 17:52

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 14:38.

Top

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