English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 18 October 2021, 23:56   #161
UnnamedCourier
Registered User
 
Join Date: Jul 2020
Location: UK
Posts: 76
Glad you got it working!
On a bit of a tangent, I looked at something else tonight. I had some parts to put into my real A1200, which also has loads of other games installed, so I thought I would try the saved game from Lemmings 2 that came with the Martin Good AGA levels.
It's a weird little package, it seems to have been used for testing, as different saves have different sets of levels completed. The most it has is 8/12 tribes complete though (It has a save for only Classic Lemmings done, then ones with 3, 5, 7 and then 8 (still marked as only 7) tribes completed). I think these must have been cheated into being rather than actually played through, although one did have a tribe with not perfect numbers of Lemmings saved, so maybe that was a real play through.
UnnamedCourier is offline  
Old 24 October 2021, 20:33   #162
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
I finally managed to decode the complete map data structure of Hired Guns with the help of Dunny, Devlin and nivrig from the Official Commodore Amiga Discord server. Next step is to code a map editor with Windows Forms to see if everything checks out.
Cherno is offline  
Old 31 October 2021, 12:53   #163
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
Started writing the windows map editor, and I noticed one thing related to the different graphic styles of the maps: As UnnamedCourier noted on the TheCuttingRoomFloor article, style 5 is just a copy of style 4 ("wet black bio-growth"). However, the Spaceport map actually uses style 5, whereas all other maps that have the "wet black bio-growth" look use style 4, as far as I can see. I wonder if the Spaceport was originally meant to use a unique fifth graphic style, but it was never implemented so they used a copy of style 4 as a placeholder.


Note that the style is stored in the map data from 0 to 4, but when presented to the map editor user, it has values of 1 to 5, meaning that the "public" style value is actually one less in the map data.

Last edited by Cherno; 31 October 2021 at 14:34.
Cherno is offline  
Old 01 November 2021, 12:04   #164
UnnamedCourier
Registered User
 
Join Date: Jul 2020
Location: UK
Posts: 76
Ahh, that's really interesting, I was already going down that path and had noticed it was just a pointless copy (and I think missing from the map editor distribution), I didn't notice it was actually used on the final level. It's also quite odd as the pre-release coverage shows that seemingly all the level graphics were done waaaay before the rest of the game (like early 1992, when the game didn't come out until the end of 1993). Maybe it was some last minute addition that wasn't finished in time. I always though it was kind of a weird graphical style for a space port, but I guess it's supposed to show that it's been corrupted by the evil monsters, etc...

The Windows map editor would be interesting to see!
UnnamedCourier is offline  
Old 01 November 2021, 12:47   #165
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
Mayyyyybe the final level was not as important for a long time, when they still followed the original story of rescuing hostages and getting photographic evidence of the bio weapons on the planet. With the switch to the simpler fusion core collection quest, the Spaceport where the giant explosion is triggered got a lot more important and they planned to do a special graphic set for it, but ran out of time. Just theorizing here, of course

I'm happily plodding away at the map editor.
Cherno is offline  
Old 02 November 2021, 12:40   #166
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
Got a first prototype of a map editor. Well, it's just a map view at the moment. Just for fun, I changed the style of the Abandonded Depot map to the Ice Cave graphic set.

I used Windows Forms because I was familiar with it, but it is not well suited to dynamic graphic processing and tile drawing in particular, so I will probably migrate this project over to another framework.



One thing I would like to know is the behavior of non-character things (items, containers, eggs) when the block below them vanished from a trigger action. Will they fall down? What if there's already something on the floor below? Also, what happens when a character drops down to the lowest map level where no block is?
Attached Thumbnails
Click image for larger version

Name:	hgmapeditor.png
Views:	638
Size:	537.9 KB
ID:	73682  

Last edited by Cherno; 02 November 2021 at 12:48.
Cherno is offline  
Old 02 November 2021, 15:44   #167
UnnamedCourier
Registered User
 
Join Date: Jul 2020
Location: UK
Posts: 76
Wow, that looks good! I haven't tested all the eventualities you mentioned there, but I know characters can walk on each other's heads. It acts like they are walking on a block, but I think it removes health from the walked on character. I don't know how this works with enemies. One thing I didn't realise until I was playing the CD32 maps was that you can actually happily walk through eggs, they don't block you from standing in the same space.
One of the maps also has a bug where you fall in the void, so possibly this is what happens if you fall through the map - you go back to the top again. Again not actually tested.

Also I've attached the official names for the different ambient sound and map tiles as found in the documents.
Attached Files
File Type: pdf HGoptions.pdf (11.9 KB, 55 views)
UnnamedCourier is offline  
Old 02 November 2021, 22:28   #168
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
I made a test map (in the old editor ) and tested what I outlined above. Here are the results:
  • A character or monster can drop down on another character or monster, but the lower one will take a large amount of damage continuously. This is probably also true for "flying" monsters like Hoverbots or Bats. TODO: FIND OUT IF MONSTERS TAKE FALLING DAMAGE
  • Unhatched eggs stay in the air when the block below them disappears. When they hatch, the spawned monster will drop down.
  • Items will stay in the air.
  • Toggling a block at a character's or monster's location doesn't work. Hatched eggs don't block the effect, though. TO DO: TEST HATCHED EGGS, ITEMS, HYDRAULIC, ...
  • Starting on the lowest floor makes the character fall for second or two, before getting killed (not sure if that's always the case).
  • Falling into the lowest level from level 1 causes no damage, but the character is trapped in a bizarre void where seemingly random objects and terrain surround him or her. Desverger found himself on a non-moving two-cells-long lift with a Mounted Minigun on it that could be picked up, two pressed buttons that both gave the "blocked" message when used, no walls, some ceiling tiles near him, two static fireballs in the immediate vincinity, another container nearby as well as what looked like a shielded Leahdil that didn't do anything either. Some water overlays were also scattered around. Quite the sight!
    In both cases, the game gets corrupted, with flashing off-palette graphics and non-functioning character controls even for those who didn't embrace the void
Cherno is offline  
Old 02 November 2021, 23:26   #169
Doomer
Registered User
 
Join Date: Dec 2010
Location: Enclosed City of Ghule
Posts: 61
Quote:
Originally Posted by Cherno View Post
A character or monster can drop down on another character or monster, but the lower one will take a large amount of damage continuously.
Only of level difference is 2 or more. If it's 1, move is blocked.

Quote:
Originally Posted by Cherno View Post
a bizarre void where seemingly random objects and terrain
That same is on top, so better is to exclude players to move on two upper levels and place black squares, or see garbage on sky.
Doomer is offline  
Old 02 November 2021, 23:26   #170
Predseda
Puttymoon inhabitant
 
Predseda's Avatar
 
Join Date: Mar 2007
Location: Tromaville
Age: 46
Posts: 7,539
Send a message via ICQ to Predseda
Quote:
Originally Posted by Cherno View Post
I made a test map (in the old editor ) and tested what I outlined above. Here are the results:
  • Falling into the lowest level from level 1 causes no damage, but the character is trapped in a bizarre void where seemingly random objects and terrain surround him or her. Desverger found himself on a non-moving two-cells-long lift with a Mounted Minigun on it that could be picked up, two pressed buttons that both gave the "blocked" message when used, no walls, some ceiling tiles near him, two static fireballs in the immediate vincinity, another container nearby as well as what looked like a shielded Leahdil that didn't do anything either. Some water overlays were also scattered around. Quite the sight!
    In both cases, the game gets corrupted, with flashing off-palette graphics and non-functioning character controls even for those who didn't embrace the void
VIDEO OR BUST!!!
Predseda is offline  
Old 03 November 2021, 14:27   #171
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
You shall receive! Beware, BIZARRO GUNS!

[ Show youtube player ]
Cherno is offline  
Old 03 November 2021, 15:07   #172
Predseda
Puttymoon inhabitant
 
Predseda's Avatar
 
Join Date: Mar 2007
Location: Tromaville
Age: 46
Posts: 7,539
Send a message via ICQ to Predseda
LOOOOL! This is absolutely epic!!!
Predseda is offline  
Old 03 November 2021, 15:42   #173
Predseda
Puttymoon inhabitant
 
Predseda's Avatar
 
Join Date: Mar 2007
Location: Tromaville
Age: 46
Posts: 7,539
Send a message via ICQ to Predseda
This happens in actual game level, or you created a special place for it in your map?
Predseda is offline  
Old 03 November 2021, 15:48   #174
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
I created a special map for it. I don't think there are any levels that have void cells on level 0, with the possible exception of the unreleased one from the dev release, which is described in the TCRF article. The terrain and things that are seen once glitched are not from the map, which is just the default new map (an empty area at level 11, solid walls below, nothing above) with some adjustments.
Cherno is offline  
Old 04 November 2021, 00:59   #175
UnnamedCourier
Registered User
 
Join Date: Jul 2020
Location: UK
Posts: 76
Wow, that's insane. It looks like it's trying to read more parts of the level beyond the area of memory the maps are contained in so you're seeing parts of the game code represented as a map or something. The bug in Chaosp.map is not as spectacular, one of the teleports puts you in a black void where it seems you just fall endlessly, you don't see anything while this happens. You can't do anything, but trying to move etc eventually crashed the computer.
UnnamedCourier is offline  
Old 04 November 2021, 07:13   #176
Predseda
Puttymoon inhabitant
 
Predseda's Avatar
 
Join Date: Mar 2007
Location: Tromaville
Age: 46
Posts: 7,539
Send a message via ICQ to Predseda
Quote:
Originally Posted by Cherno View Post
I created a special map for it. I don't think there are any levels that have void cells on level 0, with the possible exception of the unreleased one from the dev release, which is described in the TCRF article. The terrain and things that are seen once glitched are not from the map, which is just the default new map (an empty area at level 11, solid walls below, nothing above) with some adjustments.
What a shame, I hoped there is a special hidden way how to get there in some game map.
Predseda is offline  
Old 05 November 2021, 13:40   #177
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
Map Editor is coming along nicely!

I added special icons for monsters, items, buttons, hydraulics, and water, so it's easier to see these different cell properties. Still no editing capabilities, I am working on getting the raw map data into the editor's controls and displays.

Attached Thumbnails
Click image for larger version

Name:	hgmapeditor2.png
Views:	409
Size:	81.3 KB
ID:	73703  
Cherno is offline  
Old 24 November 2021, 15:38   #178
UnnamedCourier
Registered User
 
Join Date: Jul 2020
Location: UK
Posts: 76
Looks good! Not checked in here for a while, I was looking into something else and just found this:
http://download.abandonware.org/maga...1992-06%29.jpg

An in depth article from June 1992 in the French Joystick magazine. This features that weird scary skull face that is in the development files! It also has a breakdown of an early version of the interface, confirming the resting tab (as if there was any doubt). Any French speakers able to translate?

There's also the next page that has just as many interesting things:

http://download.abandonware.org/maga...page%20033.jpg

Another early/placeholder character called Arnold (hmm, I wonder what his surname would be..)! This seems to be from the same build/preview pictures as the Amiga Power coverage, but with more pics used. Also early versions of the level background pictures and the map.
UnnamedCourier is offline  
Old 24 November 2021, 20:44   #179
Cherno
Registered User
 
Cherno's Avatar
 
Join Date: Dec 2011
Location: Dortmund, Germany
Posts: 1,054
Nice find!

I am working on the editor each and every day, currently toiling away at the save map feature (Hundreds of byte adresses need to be filled ) After that come proper editing tools like copying, cutting and pasting cells, filters (hiding water indicators, for example), auxiliary (monster, items, eggs) browser...
BTW, I found out that the map editor (the "proper" one), when saving a map, calculates the lighting completely wrong. Basically, if a cell is to be lit (by sky or ceiling leight), a certain bit flag is set in the map data file for that cell. However, the editor just fills all cells, even if there are no lights anywhere and the whole map consists of solid blocks. Curiously, only floors get lit, and not walls.

The AGA version also has a strange way of rendering the horizon; Depending on where the character stands outside and which direction he or she faces, a second, different horizon in lighter color (lighter than black) is drawn in front of the proper one. I have not found out how exactly makes this happen.
Cherno is offline  
Old 25 November 2021, 08:09   #180
Predseda
Puttymoon inhabitant
 
Predseda's Avatar
 
Join Date: Mar 2007
Location: Tromaville
Age: 46
Posts: 7,539
Send a message via ICQ to Predseda
Look at that cute teethy Rahl! Lovely!
Predseda 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
Hired Guns 2 Altman request.Old Rare Games 12 19 January 2014 19:23
Hired Guns Biddy Oldfella request.Old Rare Games 13 06 November 2006 00:32
Hired Guns Unregistered support.Games 1 04 December 2004 16:49
Hired Guns Petronius request.Old Rare Games 5 13 April 2004 16:19
Hired Guns Slayer request.Old Rare Games 1 27 August 2003 21:55

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:42.

Top

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