English Amiga Board


Go Back   English Amiga Board > Support > support.Games

 
 
Thread Tools
Old 06 August 2024, 18:23   #1
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 57
Posts: 790
Mega Typhoon WHDLoad continue button

What is the button or key to continue the game in Mega Typhoon at the "Yes / No" prompt where it reads you have 6 credits after "game over" and it times out after 10 seconds?

This WHDLoad slave:
https://www.whdload.de/games/MegaTyphoon.html

I'm using a regular two button joystick (not CD32 joypad), none of the fire buttons works. 'Y', 'N' and 'Enter' keys on the keyboard fail as well, but you can change selection between "Yes" and "No" using left and right on the joystick.

Last edited by modrobert; 06 August 2024 at 18:31.
modrobert is offline  
Old 06 August 2024, 23:47   #2
Superman
Super Member
 
Superman's Avatar
 
Join Date: Sep 2014
Location: Wakefield
Age: 49
Posts: 1,340
I just tested it myself and it seems to be a bug of some sort. I tried the ADF version and pressing the fire button to continue works just fine with that but not on Whdload version.
Superman is offline  
Old 07 August 2024, 06:49   #3
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,995
There's a problem with the WHDLoad version.. Retroplay needs to check it out

WHDLoad version wont work with v19.0 (Black Screen on loading screen) - I Dropped it to WHDLoad V18.8 and it game booted in WHDLoad

Fire Button on Continue Screen Does not work with WHDLoad with version v18.8 or below.

Fire Button on Continue Screen works with Adf

Quick hack fix i copied over all the game files from Mega Typhoon (1996)(Nordlicht PD)[f 100% ross][h TRSI][t +5 CRX].adf into the WHDLoad Version replacing all files and with WHDLoad V18.8 Game seems to boot and also Fire Button works on Continue Screen..

Ill shoot Retroplay a message about this...
ransom1122 is online now  
Old 07 August 2024, 07:31   #4
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 57
Posts: 790
Quote:
Originally Posted by Superman View Post
I just tested it myself and it seems to be a bug of some sort. I tried the ADF version and pressing the fire button to continue works just fine with that but not on Whdload version.
Quote:
Originally Posted by ransom1122 View Post
There's a problem with the WHDLoad version.. Retroplay needs to check it out

WHDLoad version wont work with v19.0 (Black Screen on loading screen) - I Dropped it to WHDLoad V18.8 and it game booted in WHDLoad

Fire Button on Continue Screen Does not work with WHDLoad with version v18.8 or below.

Fire Button on Continue Screen works with Adf

Quick hack fix i copied over all the game files from Mega Typhoon (1996)(Nordlicht PD)[f 100% ross][h TRSI][t +5 CRX].adf into the WHDLoad Version replacing all files and with WHDLoad V18.8 Game seems to boot and also Fire Button works on Continue Screen..

Ill shoot Retroplay a message about this...
Aha, so it was a bug, was thinking it was some special key or button combo. Thanks for checking. I will try the "100% ross" version.

EDIT:

I tried replacing the files with the "100% ross" version running WHDLoad V18.9 and fire button now works to continue. Thanks again.

However, after booting my A1200 from the floppy version, besides the nice cracktros (and centerfold), I noticed the game runs smoother without vertical graphics jitter compared to WHDLoad, so sticking with the floppy for now. EDIT: The jitter still exists in this version as well, it's just random.

EDIT2:

After testing the WHDLoad slave v1.3 a bit more with the "100% ross" game files, the vertical graphics jitter sometimes goes away if the game is exited with 'Esc' key and a new game is started ("insert coin"), perhaps something wrong with the graphics initialization.

Last edited by modrobert; Today at 11:20. Reason: Tested some stuff.
modrobert is offline  
Old 08 August 2024, 16:55   #5
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 57
Posts: 790
The high frequency vertical jitter, roughly one in pixel height, making the surface scroll look a bit fuzzy, can be triggered on all versions; "WHDLoad supported game data", "100% ross booted from floppy" and "100% ross as WHDLoad data" on my A1200 (see sig for details). I found an easier way to fix and trigger it, use 'P' on keyboard for pause during game play, then unpause, you will see the jitter disappear (smooth vertical scroll) and come back sporadically (jittered vertical scroll), once you leave it in certain state (without pausing again) it will continue that way. When seen the jitter is in the slow automatic vertical surface scroll, not about moving the ship around using controls causing fast scroll.

Also, sometimes after "game over" when reaching the "continue?" screen there are big green vertical bars over the graphics (sprites perhaps? not sure), menu operation still works but looks corrupted until new game is started. This also happened in all three versions mentioned previously.

I think these could be original game bugs (common with Amiga games), or perhaps related to the A1200 chipset (AGA, assuming this game was designed for ECS/OCS), but mentioning anyway.

Last edited by modrobert; Yesterday at 06:19. Reason: Added more bugs.
modrobert is offline  
Old Today, 11:06   #6
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 57
Posts: 790
I modified the WHDLoad slave source code and compiled (using Barfly) a fixed v1.3 where the "CONTINUE?" fire button works.

Basically I make use of the existing _bsr_controller_type() call in 'ReadJoyPad.s' to establish if we got a joystick or not, and then load separate WHDLoad resload_Patch() list depending of which type of joystick is detected.

Code:
cmp.b   #0,(controller_joypad_1) ; this is true for joystick, not joypad (CD32)
I would be happy if someone can test if using a joypad still work with this slave because I don't have a CD32 joypad to test with.

This slave expects the WHDLoad source version of the game where the selectable trainers work (not the 100% Ross version).

JOTD,

If you happen to stumble across this, then feel free to make a new official release of the slave, then maybe the supplied source code will help (or not, up to you).

The attached archive includes slave binary and source code.
Attached Files
File Type: lha mega_typhoon_fix.lha (6.2 KB, 7 views)
modrobert is offline  
Old Today, 11:30   #7
DanyPPC
Registered User
 
Join Date: Dec 2016
Location: Italy
Posts: 784
Tested on real Amiga 1200/030 OS 3.2 and joypad KTRL CD32, but no success.

The buttons don't work on Continue screen.
DanyPPC is offline  
Old Today, 11:41   #8
modrobert
old bearded fool
 
modrobert's Avatar
 
Join Date: Jan 2010
Location: Bangkok
Age: 57
Posts: 790
Quote:
Originally Posted by DanyPPC View Post
Tested on real Amiga 1200/030 OS 3.2 and joypad KTRL CD32, but no success.

The buttons don't work on Continue screen.
Aha, OK, so the fire button didn't work with joypad in original v1.3 slave either I suppose, because haven't made any changes to that part. I was assuming it only fails when using regular two button joystick which is fixed now.

Alright, will see if I can fix the joypad problem as well.
modrobert is offline  
Old Today, 12:34   #9
ransom1122
Registered User
 
ransom1122's Avatar
 
Join Date: Aug 2011
Location: Omnicorp
Age: 45
Posts: 5,995
WHDLoad V18.8

v1.3 + mega_typhoon_fix.lha (Slave File only)
CD32 PAD and normal pad works for Continue

WHDLoad V19.0
v1.3 + mega_typhoon_fix.lha (Slave File only)
CD32 PAD Does not work and normal Pad Works for Continue
ransom1122 is online now  
 


Currently Active Users Viewing This Thread: 2 (1 members and 1 guests)
DJ Mike
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mega Typhoon minimum config LeCaravage Retrogaming General Discussion 53 21 June 2023 12:33
Mega Typhoon Deconstruction mcgeezer Coders. Asm / Hardware 82 18 August 2022 18:06
Mega Typhoon ECS only? Photon HOL suggestions and feedback 8 16 April 2020 21:47
Mega Typhoon Trainer Version - Working! plasmatron request.Old Rare Games 1 03 July 2011 23:52
Mega Typhoon haynor666 HOL contributions 1 19 August 2008 00:37

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 13:18.

Top

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