Page 1 of 1

Golden Axe Score

Posted: Sun Jun 13, 2004 4:33 pm
by Luja
SCORE = total of axbxc/2

a=value depending on the stage where you kill the enemy=int((s+1)/2)+1
* stage 1-2 : a=1
* stage 3-4 : a=2
* stage 5-6 : a=3
* stage 7-8 : a=4
* stage 9 : a=5

b=kind of enemy you kill
* small enemy : b=1
* big enemy : b=2
* last boss : b=8

c=how you kill the enemy
* if you remove all enemies life : c=1
* drop from the screen : c=2
* kill and drop : c=3

STRENGTH = 30+score/(d+1) [where d=0 or 1 if you die]

Examples
* strength = 30+219=249 if you finished without dying
* strength = 30+219/(1+1)=139.5 if you died


I find this in an old board. My question is the following:

How can be this score: http://marp.retrogames.com/inp/b/2/d/zf ... n37b14.zip ?
It's impresive. I try to replay it, but I think that my rom for goldaxe is newer than the replay's one.

Can anyone post the score stage by stage?

Thx

Posted: Mon Jun 14, 2004 12:04 am
by tmorrow
Luja,

This recording plays back perfectly in mame32 0.53 using the current romsets valid in MAME 0.83 - I just tried it. It is a kickass recording too. The player uses Axe=Battler The Barbarian. Here's some of my observations.

At every opportunity the player destroys the enemy using the 'kill and drop' method. Sometimes he kills an enemy 'off the screen' which may count as 'kill and drop'.

The big trick is that he exploits a trick using magic. He will hit the little gnomes and get 3 or 4 blue bottles on the ground. Then he will wait until several enemies are on screen and then will soften the enemies up until they are all close to death. He will then hit an enemy and a split second later he will use magic, collect one bottle, use magic again, etc until all magic bottles are used up. You hear the death sound of the enemies every time. I'm sure this counts as 'multiple deaths' and the secret to the high score.

In the final battle he kills all the skeletons before finishing off the final boss using the 'jump and slash as the boss gets up' technique. This well known method renders the last boss a complete pussy.

Cheers,
Tim

Posted: Mon Jun 14, 2004 3:04 am
by Luja
Big thanks.

I will download mame32 0.53 and see the tricks too. Thanks for your explanations too. :wink: