Monster categories:

In this game, monsters are divided in 3 categories which is how we will refer to them. Each monster of a given category will give the same knockback on attack.

Tricks

Text box skip

During the tutorial at the start of the game, several text boxes appear on the screen instructing the player how to play the game. These stop your movement for 2-3 seconds and can be somewhat annoying. By reverse engineering the game, it was found that these textboxes check for a flag in memory, and if it is true/enabled, the text box will not block the player's movement. This flag is the same flag that is set when the player presses triangle while talking with a NPC, to cancel out the chat. It was accidentaly discovered that if the player presses triangle as the text box of a npc chat is shrinking away at the end, it will set this flag and it will linger until the next NPC chat. For example, if one presses triangle at the end of the chat with old wrinkle before the tutorial, the text boxes during the parkour course will not block Kingsley's movement. Activating this flag also lets Kingsley move 10 frames earlier leaving an NPC chat.

Boss instant death

When a boss falls into deep water or into the void, it will result in an instant KO. Read further for strategies that were developed while keeping this in mind.

Upwarps

In this game, the collision detection code is a standard ejection-style collision management system, popular with older games. The one in this game is flawed in several ways, and I will explain how we can take advantage of it in this section.

< 90 degree corners (acute/sharp angles)

In this game, any corner formed by two meeting planes where the resulting angle is smaller than 90 degree can be exploited quite heavily. There seems to be a bug in the collision system that makes it so the game can't eject kingsley out of these sharp corners when there is a force applied in a direction opposite to the apex of the corner.
This means that you can just run straight head first into an acute angle corner, wiggle around a bit, and Kingsley will just jam himself deeply inside the corner/wall. From there, you can do one of two things:
  1. Simply jump and release the stick; You will be atop the wall
  2. Turn around, sidestep into the opposite direction until you can safely just hold the sidestep and remain lodged in the corner, then backflip or jump. This is required for certain corners where finer control over the angle is required to successfuly perform the upwarp.

90 degree corners

These corners require a tall or crush enemy to successfuly upwarp with. An unassisted upwarp on a corner of 90 degree or more so far remains nothing but a legend, the same is true but with short enemies.
To simplify the explanation, I will illustrate a concrete example rather than use words. You are gonna want to create the following setup to upwarp into B. Simply reverse the setup to upwarp onto A.
    A 
 --| 
       ^ | B 
       0 | 
     M   | 
The little zero is Kingsley, the hat character above him signifies the direction he is pointed at, M is an enemy. The idea is to run straight into A, while sidestepping into B. Jump just before taking a hit by the monster and you should be upwarped on top of B. Beware, sometimes you might simply jump right through the corner and fall to your death into the endless void. You can jump right after the attack instead but is slightly more difficult because most time, you will simply pop out the corner right after. Jumping and getting attacked in the air makes it so that you get upwarped as soon as Kingsley starts bleeding deep enough into the wall and is the preferred way, both for speed, simplicity and consistency.

> 90 degree corners (wide angles)

These are the hardest clips/upwarps known in this game and require very precise timing, angles and positioning.

Using tight geometry

In certain levels, certain geomtry and objects are placed close enough to the wall that you can squeeze yourself in-between and be partially jammed inside the wall. This allows for clips that would not normally be possible.

Boss strats

Gallagher:

You can get double/triple hits on Gallagher, it's easiest to do this by jumping in the air then attack him while turning right.
There is an instance where Gallagher misses platforms he's aiming at, if this isn't very rare you'd want him to do this, because you don't lose time for him to return on the sand. It may be possible to get him to go into the deep water and get an instant kill but it's unknown if this is possible.

Snuff:

Easy-mode:

Hard-mode:

Clarence:

Similarly to Snuff, clip out of the map through the iron bar door using a damage boost. The doors will remain open after that. Get clarence to follow you outside then jump on one of the barrels floating in the water. Clarence will automatically walk to his death in the deep water.

Reggie:

Hard-mode:

Rex:

We can get him to jump back into the map quickly by taking a hit from his cloud.

Gustav:

It seems that if we let him throw his axe then attack him as he tries to spawn it back, he'll just keep trying to spawn it over and over again.

Interesting details

Videos

This section will showcase most of the known skips in the form of videos

NPC skips

Dungeon skips

Castle

1st dungeon

2nd dungeon

3rd dungeon

4th dungeon

Etc.

Credits


GameResources/PSX/KingsleysAdventure last edited by inconsistent on 1/20/2024 2:47 AM
Page History Latest diff List referrers View Source