Skip to content

Created for the "That's Slippery" and "Nerves of Steel" achievements.

Notifications You must be signed in to change notification settings

TreeBranches/Pier-Solar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

Pier-Solar

Created for the two ridiculous "That's Slippery" and "Nerves of Steel" achievements.

Will be initially creating for the ChronuxMax on an Xbox One but feel free to commit a script for other platforms - be sure to include what peripheral you're using the script for.

You can find the user manual/syntax here.

You can find a tutorial here.

I figured it would be best to create separate scripts for the two achievements to start off with. Once the two are working then they could just be merged I guess.

Notes

Things I discovered whilst doing this; they're just for reference/backup.

The game map and all sprites are layed out in a square 'grid'. This script is to be run the moment you spawn in the map, and should finish you off infront of the NPC at the end of the map for you to press A and speak to. After which, you run the second script in order to make the journey back. This code should be set out so that the only buttons you should be pressing is Left Trigger to get to the end of the maz, and Right Trigger to go back to the beginning.

I also need to work out how much time there is to navigate across 1 block on the 'grid'. Your character can not stand/turn inbetween the 'squares' on the 'grid' both on land and whilst sliding, and so that amount of time needs to be measured. This will be trial and error, but once we figure out the measurement of "1", the rest will fall into place. I haven not yet determined if the sliding speed is the same as the walking speed on normal ground - this will be discovered in tests, when alternating between the very start of the map to the very start of sliding. Once discovering the timing of one block and how much time there needs to be between button presses.

Not sure if requed if the timing is correct, but I noticed when playing that the character will not turn whilst sliding unless the DPad button is held down when it is time to turn, meaning the DPad cannot be 'tapped' when required.

From my tests, it looks like turning at each block takes 242ms. This was tested by mounting onto the maze and having the character move left/right/left/right continuously until I was able to do so for an extended period of time.

However, going straight appears to take a little less time, however I'm not sure if it's either a varied amount or something between 7ms and 8ms. So every 40 2x block turns, I decrease the two block time from 484ms to 474ms. This allowed me to slide a continuous 2x2 block stream for 300+ turns, which should be sufficient.

After further testing, I have discovered and come to the conclusion that there are either one of two problems. Either the Cronus's internal clock is not 100% consistent, or that sliding in a straight line for any more than 2 blocks causes your character to 'jump' forward somewhat by a varying amount of frames each time - you can witness the jump whilst your character is sliding through long stretches of the maze, as he gradualls shifts to the edge of the screen, though I haven't calculated if the amount in the jump changes each time.

If the latter is the case, then the slight variances in the speed of the character is enough to throw the script off randomly at randomly times, which is what's happening during my tests - parts of the script which had previously been conquered perfectly and can consistently get through without trouble, will suddenly, randomly start to fail, and it will not happen at the same points. There must be some kind of 'give' to the controls, as I can very frequently get past the halfway point of the map (where there's lots of 'stairs' after a big horizontal stretch, but it is enough to make sure that this script is not 100% reliable. I'm reaching more and more problems as I get further into the maze, and it's not always at the same parts.

I'm actually questioning whether it's even possible to script this now....

There are 629 moves total, and as of the time of writing, I can regularly (about 40% of the time) get up to move 459.

Raw directions

Generally for my reference/backup. U/L/D/R is the direction, number is how many blocks (aka map grid squares) in that direction you need to move.

D4 R1 D1 R3 D1 R1 D2 R2 U2 R1 U3 R2 D2 R2 D2 L3 D2 L1 D2 L1 D2 R3 U2 R8 D1 R2 U1 R2 D1 R2 U1 R1 U3 L2 D1 L2 U2 L3 U2 R2 U2 L3 D1 L1 D4 L2 U6 L2 U2 R9 U2 L8 U2 R4 U2 L2 U2 R4 D4 R9 U1 R4 D1 R3 D2 L4 D2 L2 U2 L2 D4 R1 D2 L2 U1 L1 U4 L2 D6 R1 D1 R7 D2 L3 D1 L1 D2 R1 D2 L1 D2 R2 U1 R2 D2 L1 D2 L2 U1 L2 D2 R1 D2 L1 D2 R2 U1 R1 U2 R2 D2 R2 U20 R2 U1 R1 U2 R2 D5 L2 D2 L1 D2 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R2 U5 L2 U2 R2 U3 L4 D2 L2 U3 R1 U2 L3 D2 L2 U3 R1 U2 R5 D2 R1 D1 R1 D1 R3 D1 R2 D2 L1 D2 R1 D2 L1 D2 R1 D2 L1 D3 L6 U1 L1 U1 L1 U1 L1 U1 L1 U1 L1 U1 L1 U1 L1 U1 L1 U1 L2 D6 R3 D2 L3 D2 R3 D2 L38 D2 R11 D2 L13 U4 L3 D2 R1 D2 L3 U4 L2 D2 L2 U4 L2 D2 L2 U2 L1 U1 L1 U1 L1 U1 L1 U1 L1 U1 L1 U1 L1 U1 L1 U1 L1 U2 R3 D1 R1 D1 R1 D1 R2 U4 L2 U2 L6 D2 L1 D4 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D1 R1 D2 L2 D2 R6 D2 L8 U3 L2 U3 L3 U3 L2 U3 L1 U6 L1 U2 R2 U2 R2 U2 R2 D1 R2 U1 R2 D1 R2 U4 L3 D1 L2 U1 L4 D1 L2 U3 R6 U2 R1 U1 R1 U1 R1 U1 R1 U1 R1 U1 R1 U1 R1 U1 R1 U1 R1 U1 R1 U1 R3 U2 L5 D1 L1 D1 L1 D1 L1 D1 L1 D1 L2 U5 L2 U4 L2 D4 L2 D2 R3 D2 R1 D2 R1 D2 L3 U2 L2 D3 R1 D2 L3 U2 L2 D6 L2 U5 L1 U3 R2 U3 R2 D1 R2 U2 L1 U1 L1 U2 R1 U2 L3 D3 L1 D2 L1 D1 L1 D1 L1 D1 L1 D3 R1 D2 L1 D2 R2 D2 L2 D2 R3 D3 L5 U14 L2 D11 L2 U12 R1 U1 R1 U1 R1 U1 R1 U1 R2 U2 R2 U2 L3 D1 L2 U2 R1 U1 R6 D1 R2 U1 R2 D1 R2 U2 R3 U2 L5 D1 L2 U2 R1 U1 R3 U1 R2 D1 R2 D1 R2 U2 L1 U1 L1 U2 R3 D1 R2 U1 R2 D2 R2 U2 R1 U2 L11 U2 R2 U1 R2 D1 R2 U1 R2 D1 R2 U1 R2 D2 R2 U3 R2 D1 R2 U2 R2 D2 R2 U2 R2 D2 R2 U2 R2 D1 R3 U1 R4 D1 R3 D1 R3 U2 R2 D2 R5 U2 R6 U2 L7 U2 R2 U2 L3 D1 L2 U2 L2 D2 L3 D3 L3 U2 L6 D2 L6 U1 L3 U1 L3 U2 L4 D2 R1 D1 R1 D2 L4 U2 L2 D2 L2 U4 L2 D2 L2 U2 L2 D3 R1 D2 L3 U2 L2 D4 L2 D2 R2 D2 L3 D2 L2 U4 R1 U3 R1 U2 R1 U2 L3 D1 L1 D1 L1 D2 L1 D1 L1 D2 R2 D2 L3 D2 R3 D2 L4 D2 R4 D2 L6 U4 R1 U4 L3 D1 L1 D1 L2 D1 L1 D1 L1 D1 L1 D37 L3 U38 R1 U2 L2 U2 R2 U2 L1 U4

About

Created for the "That's Slippery" and "Nerves of Steel" achievements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published