[How to] How to TAS the game
8 years ago
French Southern Territories

First, here is the TAS Mod I made : https://goo.gl/aMMtpy

How to use it :

// Installation How to install :

¤Unzip the zip file

¤Run the game once (you might think it's not launching); the installation will proceed in the background. It will write 100 001 files under AppData\Local\10SecondNinja_YoYo\

How to use : ¤ Edit the .tas files (see below for how to edit it) ¤ Launch the game ¤ Skip the cutscene ¤ The TAS Tool will start playing all the .tas files (each one matching with its name)

How to edit :

  1. Edit seed : ¤There are a bunch of random functions in this game. I made a system that allow the TASer to choose the seed : the seed.tas file Open it using a text editor and write down any natural number and it will set the seed.

  2. Edit inputs : YOu should have exactly 100000 .tas input files in your AppData\Local\10SecondNinja_YoYo\ folder if you proceed the installation correctly. Their name matches with the order of their reading. Example : TAS_977.tas matches with the input on frame 977 in the first tutorial room. Then, the file is encrypted using the following code :None = 0 global.L = 1 global.R = 2 global.A = 4 global.B = 8 global.C = 16 global.D = 32 global.RS = 64 global.U = 128 global.ESC = 256 Maximum = (2^9)-1 = 511

Each of these variables is an input from the original game. Each number you put into a .tas file matches with an input. To find out which number, you have to add the number of the input using this encryption. Example : 17 on TAS_1865.tas will play the Left Key and the C button on frame 1865 because 17 = 16 + 1 Example : 35 on TAS_2.tas will play the Left Key, the Right Key, and the D button because 35 = 32 + 2 + 1

Finally, play and enjoy :)

WARNING : This can experience lags, the lags are caused by your computer, the device is not lagged and is 100% accurate. WARNING : Don't forget to delete your save everytime you launch the game WARNING : This is a experimental tool, to report a bug, send a PM to @PackSciences

Game stats
Followers
25
Runs
216
Players
38
Latest threads
Posted 8 years ago
4 replies
Posted 8 years ago
0 replies
Posted 8 years ago
9 replies