English Amiga Board


Go Back   English Amiga Board > Main > Retrogaming General Discussion

 
 
Thread Tools
Old 18 April 2017, 07:16   #101
Gzegzolka
Registered User
 
Join Date: Feb 2014
Location: Warszawa / Polska
Posts: 1,859
Yeah, I would love to play some new levels
Gzegzolka is offline  
Old 18 April 2017, 23:56   #102
Qube
Registered User
 
Qube's Avatar
 
Join Date: Aug 2006
Location: England
Posts: 218
Jotd,

It may be easiest to get these custom levels of yours working in the MS DOS version first, presumably you will be creating new level PAP and PIN files for the game, which are no doubt RNC crunched versions of MAP and MIN files?

If this is a proven route then perhaps you can get the Amiga version to run next,

Q;
Qube is offline  
Old 19 April 2017, 00:25   #103
Kroah
Registered User
 
Kroah's Avatar
 
Join Date: Apr 2009
Location: France
Age: 46
Posts: 117
Hey Jotd,

Nice to see you lurking around the forum and working on some projects.

You'll always have our support for such great idea.

And you know the proverb: "The journey matters more than the destination".
Have fun doing it, whether you achieve it or not.

Kroah
Kroah is offline  
Old 19 April 2017, 02:52   #104
Qube
Registered User
 
Qube's Avatar
 
Join Date: Aug 2006
Location: England
Posts: 218
Do you think it is possible to inject modified and packed custom level files back into one of the crack versions of the game (directly into the ADF), or would that just break the original game loading code and crash it out - it's unlikely a modified level would have the same filesize or checksum as the original game files did.

Kroah - I see your viewer used the Elite ST crack version, looks like both the ST and Amiga versions used the same RNC packer for their files, but they may differ in version/keys etc. Elite took the time to hide some messages in their disk for people who go looking lol.

From memory there was a strange bug in the ST Format coverdisk demo where you could do your whirlwind spin attack and fall through the floor (collision bug) and land on platforms in a different part of the map, empty of enemies. Hard to replicate the bug but I think I witnessed it twice.

Q;
Qube is offline  
Old 19 April 2017, 14:35   #105
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
@Qube: yes the PC PIN and PAP files contain data/map. I can change data from those unpacked files (PC game works even on unpacked files) and the game reflects the change so that's my first step.

Current state is: I can reuse my editor that I wrote many years ago for the remake, and a python script that reads my .mlv files to re-create the PIN and PAP files. ATM only PAP files can be created, PIN files are in the works (making good progress).

Then, I'll be able to create "patch" files and a modified whdload slave (I wrote the slave, that will be easier ) which can accept patch files before diskimage data.

Ultimately, it is perfectly doable to repack the files (using ProPack) and patch the diskfile (of a crack, preferably) to create a standalone disk which would work on any emulator, Gotek, A500 ... It's a more tedious production phase, but should be rather easy, since all files have RNC header and can be located easily on the disk image, and I doubt that there are checksums at file level. There are checksum at floppy lowlevel, checksums in RNC format, but rarely somewhere else (except for protection purposes, in that case, the code has checksums, like in Dungeon master or Lemmings)

Also, if people are interested in creating new levels, that will be very easy (easier than for Gods Deluxe because there's no coding involved). Afterwards they can generate the original datafiles themselves or/and send me the levels. I was thinking of doing a full alternate level set, but that's a lot of work, so if people are inspired, you are welcome to help.

BTW even on the Amiga version you can reach empty rooms using the spin, that's true. Got stuck once in the jungle, and once in Level 1-2 (big level full of bonuses) in the stairlike-teleport level. Better not try that, because it's game over when it happens.

God I love this game. It looks banal at start but has hidden depth you can't imagine when you have played only the first level... A little tedious on the jungle level, but globally amazing (and coded by only 1 guy: Sean Griffiths, I located him on LinkedIn but I don't have the courage to send him a message!)

@Kroah thanks for the support (and the IDA resourced file, that I improved), I hope to collect enough info about the A.I. to resume my remake. But it seems hand-coded all along. A masterpiece but also very tough to understand fully.

Last edited by jotd; 19 April 2017 at 15:32.
jotd is offline  
Old 24 April 2017, 23:08   #106
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
okay, just a small test so you can see a (slightly) altered level 1 (PC/NTSC) version, ATM only for MS-DOS version (playable with DosBox).

Just replace (rename) NEW1.PIN & PCMAP.PAP files and look out for new contents.

Edit: use the new "DATA.ZIP" file in the latest post for more modified levels.

Last edited by jotd; 27 May 2017 at 23:32.
jotd is offline  
Old 01 May 2017, 21:35   #107
Qube
Registered User
 
Qube's Avatar
 
Join Date: Aug 2006
Location: England
Posts: 218
Hi there!

Played through this, found a lot of your secret areas already, looks good!

I did spot that you have a stack of coins which you can't collect so to speak - see pic.

Good work so far!

Q;
Attached Thumbnails
Click image for larger version

Name:	game_000.png
Views:	233
Size:	19.4 KB
ID:	52962  
Qube is offline  
Old 01 May 2017, 22:26   #108
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
yes, the stack of coins doesn't work. I don't know why ATM. But I'm investigating. The secret areas are not too hard to find, but I wanted to create a level looking almost exactly like the US/NTSC original levels, with a few twists (there are 3 secret areas added)

Still working on the converter/editor to try to create more complex levels and understand why some items don't display/don't work.
jotd is offline  
Old 02 May 2017, 09:32   #109
vulture
Registered User
 
Join Date: Oct 2007
Location: Athens , Greece
Posts: 1,842
Very very nice!
vulture is offline  
Old 02 May 2017, 21:10   #110
Qube
Registered User
 
Qube's Avatar
 
Join Date: Aug 2006
Location: England
Posts: 218
Hi Jotd,

The Warp to W2 also still works fine from within your custom level, so that is cool.

Q;
Attached Thumbnails
Click image for larger version

Name:	game_001.png
Views:	111
Size:	5.1 KB
ID:	52970  
Qube is offline  
Old 02 May 2017, 23:46   #111
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
@Qube: stack of coins problem fixed at least Also: I can put a moving jellyman anywhere (there's only 1 in the game, deep in a level 1.2 remote teleport room: get it you get 5 gold coins)
jotd is offline  
Old 03 May 2017, 21:20   #112
Qube
Registered User
 
Qube's Avatar
 
Join Date: Aug 2006
Location: England
Posts: 218
Sounds good, looking forward to your next test file release!

I did also notice some slight 'walking in the air' collision issues in one secret area where there is a long stepped region, perhaps a few tweaks to the tile/collision code will fix that, or it may be just the choice of tile used?

Excellent work though so far!

Q;
Attached Thumbnails
Click image for larger version

Name:	game_002.png
Views:	138
Size:	16.0 KB
ID:	52984  
Qube is offline  
Old 03 May 2017, 22:07   #113
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
Note that I'm not changing the code. So the tiles should be changed to be wider. ATM I'm struggling with subtleties of multi-levels in a file, and multi-blocks for a level, hardcoded stuff, ... the road will be long until I can publish a full level set.

making slow progress, but progress. Funny fact: the PC version doesn't have the gold chalice anywhere, however, if I put it in the level, it works, and you get super-powered like in the original UK version!!
So it was coded, but probably removed because it was too "easy" (gold chalice + passwords: that kills the game, level warps ...)

Does someone know if it's possible to make teleport sections longer in time? or it's just hardcoded? Didn't find the answer but there are some teleport areas in 1.2 where you don't have enough time to reach the farthest items.
jotd is offline  
Old 04 May 2017, 20:36   #114
Qube
Registered User
 
Qube's Avatar
 
Join Date: Aug 2006
Location: England
Posts: 218
I think Cave 1.2 has the most amount of teleport rooms from memory, perhaps 6? Two of them being a long stepped room where you run out of time, I think the level designer was just being a tease in those cases!

An interesting pick up was the 'marble ball', found in the Jungle and Lake worlds, if you got it and got a cocktail, you could throw 5 balls, they then turn into coins when you jump on them.

In the demo version of the game there were graphics for a Cola bottle from memory, but this went unused in the end and removed I think.

I would still like to see any pictures of videos of the supposed early version which was used on a children's TV game show as a phone-call-in type game, but no evidence exists or it was an incorrect memory, who knows!

Q;
Qube is offline  
Old 04 May 2017, 21:59   #115
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
the game was used for a phone-call-in type game (like Hugo BTW, except that Hugo is much more adapted to that). I read that on retrogamer. Not the proudest moment for that game though

cave 1.2 is just huge. There are also blocking walls to prevent you to come back (I suppose that the engine cannot handle all the objects in memory at the same time) so it's impossible to pick all the bonuses. I know about that stair-like room, which is used many times for several teleports, except that the bonuses are different. The game engine is very good. Too bad there are so many hardcoded parts (teleports locations, blocking walls probably, to name the main ones). So the editor is limited. But I still want to create alternate levels.
jotd is offline  
Old 05 May 2017, 09:54   #116
FOL
PSPUAE DEV
 
FOL's Avatar
 
Join Date: Nov 2006
Location: Wales / UK
Age: 45
Posts: 6,007
Send a message via MSN to FOL
Quote:
Originally Posted by jotd View Post
the game was used for a phone-call-in type game (like Hugo BTW, except that Hugo is much more adapted to that). I read that on retrogamer. Not the proudest moment for that game though
Hey, kept me entertained as a kid on a Saturday morning. Screeming at TV, because they were being to slow at pressing phone keys, lol.
FOL is offline  
Old 14 May 2017, 23:27   #117
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
Small update: I'm now able to read, edit and dump back all levels of the game. So now there's nothing to stop me from creating a whole new set of levels. That'll take time, of course.
jotd is offline  
Old 15 May 2017, 10:37   #118
Predseda
Puttymoon inhabitant
 
Predseda's Avatar
 
Join Date: Mar 2007
Location: Tromaville
Age: 46
Posts: 7,545
Send a message via ICQ to Predseda
Bosses too?
Predseda is offline  
Old 15 May 2017, 23:59   #119
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
For levels 1 & 2 there's not much I can do, but I could change the level 3 treasure hunt, and the level 4 ending as well.
jotd is offline  
Old 27 May 2017, 23:31   #120
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,200
Small update: re-did world 1, levels 1, 3, 4, 5. Files attached for MS-DOS version only ATM. Working on level 1.2. As soon as done, I'll zone an amiga ADF version with fully reworked world 1.

DATA.zip
jotd 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
Magic Pockets (US) Mr Softy support.WinUAE 18 03 February 2015 04:27
[Ripped] Magic Pockets Ultron project.Sprites 14 26 October 2006 01:25
Magic Pockets sareks support.Games 6 18 July 2006 22:04
Ripping-Magic Pockets gifgit project.Sprites 6 24 May 2005 13:53

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 00:58.

Top

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