Chrono Trigger any% TAS by inichi

Finally, I made it. I'm sorry for keeping the entire movie-making process secret and not posting any WIP on the forum. The expected improvement was so gigantic that I couldn't resist an inpulse to make the run surprising. Also, the submission text is still incomplete. I think this is a bad thing. However, considering these facts:
  • Most part of the run is totally new stuff. So it would take a long time to cover them all, even in Japanese, my native language.
  • This is a long-term project; I started making the run in August 2007.
  • Chrono Trigger is a very popular RPG, and not a few people have been interested in how the run is going.
I thought it would be better to submit the run as fast as I could than to write up full texts and submit it. I will upload the rest of the submission texts little by little.

Emulator Details

  • Recorded on snes9x-1.51-rerecording-svn-r51
  • Left+Right/Up+Down - off
  • Volume Envelope Height Reading - off
  • Fake Mute desync workaround - on
  • Sync samples with sound CPU - off
Note: To play the movie correctly, you must use Snes9x1.51 v5 or newer version; otherwise the movie will desync in about 1.5 minutes. You can get the latest Snes9x 1.51 here. YouTube link is also available. Thanks to nesrocks!

Run Attributes

  • Abuses glitches
  • Abuses programming errors
  • Aims for fastest possible time
  • Corrupts save data
  • Manipulates luck
  • Genre: RPG
Note: I'd highly recommend you skip 1:45-3:45 because that part is very repetitive for abusing the item duplication glitch.

About the game

Chrono Trigger is a memorable role-playing game developed and published by Square in 1995. The story is about a boy named Crono who travels through time with his friends to save the world from an alien parasite, Lavos. The game is also recognized as one of the best RPG, attracting a lot of new fans even today.

About the movie

This is a 3 hour 59 minute 48 second improvement over Hero of the Day's current published run. The improvement mostly came from massive new tricks and glitches. See the below "Tricks and Glitches" section for details.

Tricks and Glitches

In this section, I will give a full explanation of all glitches and tricks I used in the run.

Item duplication

This is a glitch to duplicate items by loading a corrupted save file.
Mechanics: It takes 2 frames to save the game in Chrono Trigger. some values between 7E2400 and 7E264F are overwritten in SRAM in order in the first frame; the rest of them and values in addresses after 7E264F are overwritten in order in the second frame. That means you can get a half-saved save file if you reset the game in the first frame of saving. Off course, this is an invalid procedure for the game, so the target data is deleted. In Chrono Trigger, however, you can load the corrupted data by pressing A and up/down key at the same time in the load screen.
Also, for the reason mentioned above, you can only affects on 7E2400-264F by resetting in saving. What are in those memory addresses are like this:
  • 7E2400-FF: Item ID (last 14 bytes are unused).
  • 7E2500-FF: Item number (last 14 bytes are unused).
  • 7E2600-4F: Crono's status
How many addresses between 7E2400-264F are overwritten in the first frame are slightly influenced on the previous key presses and cursor movements. Basically, you can manipulate it to some extent by changing them or costing a few frames. To make things easier, I used a lua script.
How to duplicate an item? Item duplications are basically classified into three methods. I'll explain for each method.
Explanation of the chart: Using data is a data that you use to save. Object data is a data that are saved in the glitch-use. Result data is a data you get after the glitch-use. Bronze means Bronze Helm; Hide means Hide Cap. Null means there are no items in the slot. Numbers next to them means item number.
Method 1:
Using dataObject dataResult data
Null 0Null 0Null 0
Null 0Null 0Null 0
Bronze 2Hide 1Bronze 1
Hide 1Bronze 2Hide 2
This method is kind of switching. Only item ID is overwritten, and you can get two items with different ID. This is done in one reset.
Method 2:
Using dataObject dataResult data
Null 0Null 0Null 0
Null 0Null 0Null 0
Bronze 2Hide 1Bronze 1
Hide 1Bronze 2Bronze 2
This method is basically the same with the first one except that the below item ID isn't overwritten. As a result, you can get the same items that have different numbers. This requires extreme precision, unless you insert some null slots around the border, which is slower. This is also done in one reset.
Method 3:
Phase 1:
Using dataObject dataResult data
Hide 1Null 0Hide 1
Bronze 2Null 0Bronze 2
Null 0Hide 1Null 1
Null 0Bronze 2Null 2
Phase2:
Using dataObject dataResult data
Null 0Hide 1Null 1
Null 0Bronze 2Null 2
Hide 1Null 1Hide 1
Bronze 2Null 2Bronze 2
Phase3:
Using dataObject dataResult data
Hide 1Null 1Hide 1
Bronze 2Null 2Bronze 2
Null 0Hide 1Hide 1
Null 0Bronze 2Bronze 2
This method is the most complicated, but most powerful one of all. With this method, you can extend items over the above null slots. This actually can be done with Method 2. However, it is much slower because it requires you to buy other items for replacement in each use, which takes much time. This method also requires extraordinary precision, unless you insert some null slots around the border, which is slower. You need to reset three times for this method.
How they were used in the run? Duplicating Hide Caps and Bronze Helms and having them in 98 slots with three methods. This is what I did in the first 3.5 minutes in the run. I'll write it down step by step:
First, I bought 1 revive and 20 Tonics from the merchant at the fair for 400G, Crono's pocket money. With Method 1, Two items ID were switched, resulting in 20 Revives and 1 Tonic, both of which were immediately sold. With that money, I bought a Bronze Helm and 5 other items from two merchants. Second, with Method 2, I changed 5 items into Bronze Helms and Hide Caps. Now I had Bronze Helms and Hide Caps in 7 slots. Finally, with Method 3, I extended them over the above null slots. The actual pace is like this: 7-13-25-49-98. Thus, I got Hide Caps and Bronze Helms in 98 slots.
Having the same type of equipment in 98 slots allows you to access various memory addresses via the equipment screen in Chrono trigger. This is actually the only purpose of all item duplications I did in the first 3.5 minutes. I'll explain the detail in the below section.

Accessing various memory addresses.

As stated above, Having same type of equipment in 98 slots allows you to access various memory addresses that you normally can't.
Mechanics: When you call on the individual equipment screen, item ID that corresponds the equipment type that the cursor currently points out is stored in 7E0F00-60; item number in 7E0F61-C2 as well. All they appear in the equipment selection screen. Yes, as you can see, each has only 96 bytes for their purpose. So if you have the same type of equipment in more than 96 slots, item numbers will flow into 7E0FC3 or later addresses. It is required to flow them into 7E0FC4-6 to access various memory addresses. This is why you need to have them in 98 slots at least. I write down the function of those addresses:
7E0FC4: Decides how many the cursor can move in the character selection screen.
7E0FC5: Decides where the cursor is in the equipment screen. It also works as an offset when you equip, which is stored in C2A4AB-A5AA, and it works like this: 7E2600+xx (in Crono's case)
7E0FC6: Decides how many the cursor can move in the equipment selection screen.
In my run, I accessed and overwrote these three addresses: 7E2985, 7E2980 and 7E2990.
7E2985: An address for a third reserve character. You cannot access 7E2983-84 because any appropriate address doesn't have 13-15, 63-65, B3-B5. I stored 0A in 7E2985, which saved a lot of time when accessing 7E2980. Also, although the address is for a third character, it is treated as it is just under the main three characters when no one is in the first or second reserve.
7E2980: An address for the first party character. You can't access 7E2981-82 since any appropriate address doesn't have 11,12,61,62 B1, and B2. This was rather inconvenient, but not much. This address was heavily accessed and overwritten throughout the run to call out a character who must be in a cutscene or to use "Character warping" trick that will be picked up later.
7E2990: An address for the configuration setting. By modifying the configuration setting, you can store any value out of 256 in the address. Because you are accessing it via the equipment screen, if you equip something with it, the value in the address appears as an item in the item inventory. The thing is, you can retrieve any item from this address.
The alternative way to retrieve an item is to use an address of one character of name strings. The problem with that plan is, once you retrieve an item from it, you can't use the character for that purpose again. I needed three different items in the run, Bike Key, Elixir and Green Dream. That means I have to change the item order twice to withdraw an item from another character, which would consume time.

Character warping

Every time you open the pause menu, all your three character X-Y coordinates are stored in proper addresses. However, if a missing number is in your party and he is not in the first, the appropriate address is not updated. And then, if you replace the missing number with a normal character, the character appears on the coordinates which was stored in when you previously opened the menu. Now a second or third character warping happens. After you use the warping trick at least once in an area, coordinates stored in the addresses always take the same value with a normal character one even if a missing number is in your party. Therefore, you can make even the first character warp by keeping the missing number in the party in the first warp, and just replacing him with a normal character.
Very unfortunately, this isn't applied to overworld coordinates. If it was feasible, the run would shrink by another 10 minutes.

Character sliding

Normally, a second and third character mimic the first character's movement. However, if he is a missing number, he can't mimic the first. Instead, the movement he should have mimicked stacks up in proper addresses until a counter reachs 128 and erases them all. With enough such stacks, if you replace a normal character with the missing number, the character starts sliding, mimicking the movement that has stacked up. While sliding, the character can go through any obstacles.
To make the most of this, you need to use the character warping once or change a character order beforehand so that missing number's next X-Y coordinates could be subject to the normal character's one. Otherwise, a character called out will warp far away and start sliding there, which is unfavorable.

Marle join skip

If you talk to either one of the two merchants with Marle in the party, he sets a flag to remove the men who block the way to Telepod area. Thus, you can entirely skip the marle joining cutscene and enter Telepod area.
Alternatively, you can go through those men in the same way as used in the Factory, which will be mentioned in the below section. When you go back from Telepod area, however, they block your path, and you have to go through them again. So it's a waste of time, though it might be useful for a new game+ run.

Pause menu abuse

By opening the pause menu and leaving it when the screen starts to fade out, you can have a few frames to move in another direct. If you repeat this again and again, you can get to a point that would trigger a certain event, keeping the fade-out status. If you set a flag that determines if the event completed and let the fade-out be done, you are brought to the previous room and it is considered the event already finished.
This trick could have been featured as a main timesaver to skip some boss battles. However, due to the discovery of the more sequence-break glitch, the trick was used in only one place moderately: Telepod area, to skip Lucca’s dialogue.

Playing around at the Telepod area

Unless Crono picks up the pendant, you never lose control, which provides a first huge play-around time. This is useful not only to mess around, but also to make a moving counter of Taban and Lucca faster. Normally, the moving counter of them are incremented by 1 per 4 frames. However, if you keep touching him/her, it is incremented by 1 per 1 frame. Also this is a necessary step to completely skip Middle Ages. See the below section for details.

Middle Ages skip

In every gate transition, a flag that determines if you are in warping is set a few frames before the fade-out completes. That is, you can escape the area with the flag is on if you interrupt another fade-out, which was the entrance of Telepod area in my run's case. If you enter the gate area with the flag is on, the game considers you just got through the gate, and consequently open the gate with your character. In Telepod area's case, the game also considers you just returned from Middle Ages, and increments the storyline counter enough to trigger the trial events. A big timesaver, certainly. Also, Marle must be in the party when you enter the castle; otherwise the game freezes right after entering the castle.
Alternatively, I tested to go to Guardia Forest gate area instead of entering the Telepod area right soon, hoping to entirely skip the trial cutscene. As expected, Magus appeared from the gate; however, the gate disappeared soon and I wasn't able to go into it, proving it not useful for the run.

Candy skip

A flag that triggers the candy cutscene is set when Marle joins in Crono. Since Crono and Marle never met in a intended way in the run, the candy cutscene also never happened.

Getting out of the trial

In the flashback scene of the trial, the game makes the first character appear there. And if the first character isn't Crono, you can move him at free. If he is a missing number, nobody shows up there, but you can still open the menu. And then, if you call out a normal character, it meets the condition of "Character warping trick" and he appears in the same position with where you previously opened the menu. In my run, it is the south entrance of Leene’s Bell area. At this point, the storyline counter is enough to trigger the Marle runaway cutscene. Thus, you can skip the latter half of the trial and all the events in the jail. A huge time-saver, off course.
Also, Lucca must be in the party when you enter the castle; otherwise the game freezes after Marle runs out of the castle.

Arris Dome skip

Johnny appears at Lab 32 if you enter there with a Bike Key. That means you can completely skip Arris Dome, where you can get a Bike key from Doan after you finish all the events there. This may be not intense, but definitely a solid timesaver.

Bike Race skip

This is very similar to Middle Ages skip. A flag that determines if the race was over is set a few frames before a fade-out to the race track completes. Also, the fade-out is slower than the usual screen transition one. The thing is, if you start a fade-out to overworld just after you turn the key, you can escape to the overworld with the flag is set. "Character warping trick" only makes it possible, so you need a set up beforehand. I used a north edge of Lab 16 east for that purpose because it has the same Y coordinate with the south entrance of Lab 32. You may notice I did a strange behavior in Lab 16 east. That is exactly the set up for Bike Race skip.
Alternatively, you can directly get the needed Y coordinate at the south entrance of Lab 32. However, it requires to go out and in Lab 32 to avoid the freeze that results from the lack of characters. After all, it will be slower.

Warping to the main area of Lab 32

Once that flag is set, the entrance to the Lab 32 main area is activated. In Chrono trigger, most entrance never causes the fading out unless you move in there. That entrance, however, doesn't require such movement, and lets you go into the next area by just standing there. If you enter any location followed by a missing number, the game considers you are at (255,0), the right above place, which is in the entrance of Lab 32 main area. So the game immediately sends you into the main area.
There is another reason I had to use this trick: If you enter there followed by a normal character, Johnny tries to speak, but since he is outside the screen, he can't do it and the game freezes. Using this trick is the only way to avoid the freeze and advance the game.

Going through the barrier sprite

You can vertically go through the barrier sprite if it is outside the screen. To achieve this, you have to enter the room with a missing number in the first character. By this, the game considers you at (255,0) and then focus the camera on that point, which allows you to go through the barrier.
Alternatively, you can go through the barrier by using "Character sliding" trick instead. However, it requires one extra menu-opening, so I didn't use it, though I had no choice to use it when trapped out. Because this time it was required to move horizontally to go through the barrier.

Playing around with R-series

R-series bounce off only Crono. That means you can move around during the cutscene by fitting other character in the first, providing a second huge play-around time. It should be noted that Marle and Lucca won't do because they will take their regular position and just stand still. Like the Telepod area, this free-time is useful for shaving off frames. I did these two things for that purpose: 1) Erase the dialogue screen of R-series or Robo before they pop up by getting them out of the screen at the right timing. 2) Increments the moving counter of R-series by touching one of them at certain timing.
Normally, after Robo is knocked down, you become unable to move a character anymore. However, if you interrupt a fight with Alkalines just before losing control, R-series are also caught in the battle. This was supposed to be the fight with only Alkalines, so you can escape from them. Thus, you can gain control again. When the real R-series battle is about to start is the best timing you interrupt another Alkalines battle. With this, you can not only escape from them again, but also increments the storyline counter enough to open the door in Proto Dome.

Smoothly escaping

An escape counter builds up even when you open the technique or item menu in battle. The thing is, you can escape from a battle without being attacked by setting the battle mode "Wait", opening the either menu and holding the L+R buttons. This trick was featured in all the three battles in the Factory.

Robo repair skip

If you enter Proto Dome from overworld after the R-series fight, the game considers you just dragged Robo into, and make characters appear in front of the door for repair. That area is actually in warning area of the below enmies, so the characters start running down for fighting, though a fight starts halfway. When the fight finishes, you gain control and the repair cutscene never starts. At this point, the door to the gate room already opens; consequently, you can completely skip the Robo repair cutscene.
 
Also, when you enter Proto Dome, the first character must be Crono for these two reasons: 1) If you enter the gate room without Crono, the game freezes. 2) If a character is other than Crono, Marle, Lucca and Robo, he/she appears near the entrance, which doesn't awake the enmies and the game freezes.

Playing around at the End of Time

When you speak to snoaring Gasper, you are given a few frames to move around until he starts talking. And if you take the opportunity of talking to Robo twice, you can avoid losing control. This is actually temporary, and you will lose control as usual after you skip the dialogue. However, if you check the healing bucket right after skipping the dialogue, three party characters get together and you can gain control again, providing a third huge play-around time. In the non-glitched run, the trick saves little time, only allowing you to get slightly faster to the point that Gasper shouts "Hey!" to Crono. In the glitched run, however, the trick serves as the set up to perform "Lavos Shell skip" more smoothly and dramatically. I'll pick it up later.

Confusing Spekkio

If you talk to Spekkio while you are still running around the room, he claims to do it over. However, if you continue and complete it keeping the dialogue screen open, he thinks it as succeeded. This doesn't save any frames, but I added it to the run because I felt it would slightly enhance the entertainment value.

Lavos Shell skip

This trick makes full use of the characteristics of gate transition as well as Middle Ages skip does. This is definitely the most difficult trick to pull off. Here are some important facts:
  1. In every gate transition, your starting X-Y coordinates in the next location is set a few frames before a fade-out completes.
  2. If you open the menu in that tiny window, you can overwrite them with the current X-Y coordinates.
  3. If your characters appear at (7-8, 0-8), the entrance into Lavos's body, in the day of Lavos, they immediately jump into Lavos's body. The reason is that the entrance has the same features as the Lab 32 one: Fade-out occurs by just being at the appropriate position.
The thing is, if you manage to open the menu at (7-8, 0-8) at the End of Time just before the fade-out to the day of Lavos completes, you can completely skip Shell Lavos. Normally, this is out of the question. In the first place, (7-8, 0-8) is outside the moveable area. Second, you lose control right after checking the bucket to the day of Lavos, which means you can neither move nor open the menu anymore. To solve this problem, I used the following glitches:
  1. If you run around the End of Time autofiring the A button with a dialogue screen opened, the second and third character eventually fall behind the first.
  2. If the two are too far behind the first, they stop catching up with the first and newly start it with reference to the position they stopped. Note: You need to use the trick "Playing around at the End of Time" to reproduce these two glitches in a timely manner.
  3. Hold two gate messages, choose yes for each. Then if the second message screen closes just before the rest characters, who run at the first to fly for the first gate waping, joins in him, you can restore the function to open the menu even while flying.
  4. Under these conditions, if you change the order of characters twice, you can get out of flying and freely move.
To pull off these four glitches are required to skip Shell Lavos. Here is what I did in the run:
First, use the "Playing around" trick and get the other characters out of the screen with the first and second glitch while Gasper gives the long speech. Second, replace the three characters with Ayla, Magus and $17 when Gasper finishes the speech. The reason I call out Magus and Ayla is they don't take any action when Spekkio tries to give Magic, which saves a few hundred frames. Although it's not visible, Lucca, the third character, is at (8,0) at this point. These coordinates values are stored in the proper addresses, which will be really helpful later. Third, enter Spekkio's room and acquire Magic from Spekkio, no one actually gets it though. Now the bucket to the day of Lavos is activated. Fourth, check the bucket so that the Gasper's warning message doesn't hinder the third and fourth glitches.
Fifth, talk to Gasper because it is needed to show his dialogue to hold more than one gate message. Sixth, hold the Proto gate message, which is the shortest one of the three, and check the bucket. Seventh, use the third and fourth glitches and get right to the save point. Since the Lavos gate message was the first, warping to the day of Lavos is going to occur at this point. It should be noted that (8,0) is still stored in the addresses because only the first and second character were swithced. Eighth, right after the starting X-Y coordinates in the day of Lavos is loaded, use the character warp trick, send the first character into (8,0) and save the game. The save point effect lasts for a few frames after you leave there, so that's no problem to save on that position. Now the save file includes the day of Lavos as the current location, and (8,0) as the current position. Finally, reset the game and load the save file. Magus appears at (8,0) in the day of Lavos. As I stated above, that position is in the entrance to Lavos's body. Therefore, the game sends him into the inner body in a blink.
Now we've done Lavos Shell skip!
It is extremely difficult to pull off, but the result is priceless. For the record, this is my favorite trick of all I have discovered.

Instant kill

Normally, when a character with the Green Dream is defeated, he automatically revives. However, when two RNG conditions are satisfied, the game temporarily considers him as dead. and if the other two characters are really dead at that point, he becomes unable to use an item on enemies instead of himself. If you use an Elixir on an enemy and the sum of its current HP and the HP heal is more than 32768(0x8000), that causes overflow and does instant kill. Inner Lavos has 20000 HP; Lavos Core has 30000 HP. Therefore, you can immediately finish those battles with the glitch. This is why I had to get a Green Dream and an Elixer from the configuration setting address.
Also, for some reason, the glitch never occurs if the character has any status effect such as protect or chaos on him/her. I guess this is why the trick had not discovered for a long time.

Useful key combinations

There are three useful key combinations to be mentioned:
X: If you press the X button in battle, you can point at an enemy as an attack target wherever the cursor is. This was helpful for targeting Lavos in using the instant kill glitch.
Start and Up/Down/L/R: Normally, you need 2 frames to move the cursor, as you have to insert null frame in each key press. However, if you press either the Up or Down key holding the start key, the cursor moves per one frame, which makes it possible very rapid cursor movements. The same goes for the L/R buttons. It normally requires 5 frames to scroll three pages; however, holding the start key reduces it to 4 frames. It should be noted, however, that it can be applied in only three places: the item inventory, the equipment selection screen, and the shopping window. In battle, for example, holding the start button will do nothing. This really comes in handy in a save-corruption run because you have to move up and down in the item inventory multiple times to perform the item duplication glitch properly.
B and Start: Once these two buttons are pressed in the pause menu or the character change menu, every frame is treated as the B button pressed until you leave the menu. Thus, you can immediately get out of the menu no matter where you are. Note that this is slightly faster than the normal method because it requires null frame in each B button presses.

Thanks

(in no particuarly order)
  • Bisqwit - For running the whole TAS Videos community. He is also one of them who tried to make a CT TAS.
  • Geiger - Using his Snes9x debugger, I could develop the item duplication glitch into the setup for a game-breaking glitch. Also his various texts on his CT hacking results were very informative and helpful.
  • Gocha - I learned how to make a TAS from his weblog. He also has fixed various bugs and implemented some good features on Snes9x 1.51.
  • Hero of the Day - Watching his TAS, I decided to make a CT speedrun. He developed lots of good boss strategies, all of which are just plain awesome. I used most of them in my speedrun, some in my test TAS.
  • Mashmallow - I referred his movie on SDA several times when I tried to break his record.
  • Molotov - He introduced my first CT speedrun to SDA and TAS videos, which broadened my perspective and has finally brought me here.
  • Nanashi(七誌) - He implied there were more tricks that I had not known then, which motivated me to discover new tricks more and more.
  • Okuto(オクト) - A Japanese CT speedrunner. It was his reports on his run that I first knew about CT speedrun.
  • Reudy(ロイディ) - A very skillful Japanese CT speedrunner. he made a 100% CT run on console and even found some useful tricks for TAS.
  • Ryuuou Leo(竜王レオ) - A website manager of Japanese CT site, providing a community to discuss CT speedrun. He is also a good CT player.
  • Saturn - I learned how to make an optimized CT TAS by analyzing his new game+ TAS.
  • Tilus - At the beginning of making a CT speedrun, I followed his posts one by one, which were really suggestive and helpful.
And finally, I would really thank to all the people on TASvideos. If you had not been, I would never be able to make this run. I'd really appreciate it.
I hope you will enjoy the run!

adelikat: Accepting for publication as a "glitched any%" category.
ShinyDoofy: Might as well get some use of the effort I put into Snes9x 1.51 on Linux... Claiming for encoding.

adelikat: Some good points in the discussion in the forum topic has caused me to change my mind. This will obsolete the current movie. Mainly this keeps our options open the most. The published movie is very outdated. This gives the option of re-deciding if we want a non-glitch any%, or a 100%, or a "all aspects" run, or whatever category might be most appropriate.

1 2 3 4 5 6 7
Experienced player (954)
Joined: 12/3/2008
Posts: 936
Location: Castle Keep
Warp wrote:
"Does not use glitches which corrupt the game's memory in ways unintended by the programmers."
Programmers cant intend a memory corruption, that would be silly
nesrocks
He/Him
Player (241)
Joined: 5/1/2004
Posts: 4096
Location: Rio, Brazil
A few statistics about the youtube video: Statistics & Data Honors for this video (17) #62 - Most Discussed (Today) - Brazil #3 - Most Discussed (Today) - Gaming - Brazil #13 - Most Discussed (This Week) - Gaming - Brazil #93 - Most Discussed (This Month) - Gaming - Brazil #83 - Most Viewed (Today) - Gaming - Canada #97 - Most Viewed (Today) - Gaming #23 - Most Viewed (Today) - Gaming - France #18 - Top Favorited (Today) - Brazil #44 - Top Favorited (Today) - Gaming #1 - Top Favorited (Today) - Gaming - Brazil #4 - Top Favorited (This Week) - Gaming - Brazil #25 - Top Favorited (This Month) - Gaming - Brazil #7 - Top Rated (Today) - Brazil #1 - Top Rated (Today) - Gaming - Brazil #83 - Top Rated (This Week) - Brazil #4 - Top Rated (This Week) - Gaming - Brazil #54 - Top Rated (This Month) - Gaming - Brazil I've never seen anything like that :) Oh, eternaljwh, your guesses are interesting, it all makes sense and makes it even better to watch.
Player (48)
Joined: 3/11/2007
Posts: 94
Location: Japan
Thank you all for your comments and positive feedbacks!!! And thank you FODA for the YouTube uploading. The quality was really nice. I just added an explanation for the item duplication glitch in the submission text. I hope this will make it clear what is going on in the first 3.5 minutes in the run. There are more contents to be added. Hopefully I will cover most of important ones in a few days. Also, Eternaljwh's analysis for the glitches is almost correct. I'm very impressed with that.
Joined: 11/22/2004
Posts: 1468
Location: Rotterdam, The Netherlands
Wow, this is absolutely amazing. I haven't seen the run since I don't have the emulator installed right now but I think this is probably the largest improvement any movie has ever brought. Question, though (and I'm not sure if this has been discussed before): will this obsolete the previous run? Because the two are so markedly different I think it might be a better idea to keep both in separate categories.
Warp wrote:
But that's precisely what makes those "rules" completely arbitrary. It's impossible (or at the very least very difficult) to come up with a generic logical rule which would forbid using those precise glitches but not others.
I see that the discussion on this subject is already ongoing. What you say is true, but is it really necessary to try and make a generalistic rule for this? You could see this as being a separate tier. Just like good/bad endings, except game-specific. There's probably enough interest to keep, maintain and improve both tiers of this run, so why not? EDIT: just saw the run on YouTube. Man, I can't get over how brilliant this run is. This is really one of the most interesting runs I've ever seen. There are so many things that actually had me laughing. Normally when something unexpected occurs I just smile, but the things that happen in this run are sometimes just plain bizarre. Avoiding open time gates, escaping somehow from the trial, Magus somehow being left behind when running from the chancellor, then magically reappearing in the future anyhow, poor Robo being left behind after his friends beat him up... I'm gonna reinstall the emulator now just so I can play the game during this run's various stages of glitchiness. THANK YOU for this amazing run.
Joined: 2/26/2007
Posts: 1360
Location: Minnesota
The use of spoilers in this thread is getting ridiculous.
adelikat wrote:
I very much agree with this post.
Bobmario511 wrote:
Forget party hats, Christmas tree hats all the way man.
Former player
Joined: 3/23/2006
Posts: 211
Unbelievably awesome glitch-run! This run deserves several "wtf"s, and even some "omfg"s too :D It needs some subtitles or audio commentary that explains what's going on as it happens though.
do not forget to *ENJOY THE SAUCE*
Joined: 11/22/2004
Posts: 1468
Location: Rotterdam, The Netherlands
By the way, one thing that had me wondering was why you used the US version of the ROM. You're Japanese, so why not use the JP version? Do the glitches work differently in that version?
Skilled player (1404)
Joined: 10/27/2004
Posts: 1977
Location: Making an escape
Omega wrote:
By the way, one thing that had me wondering was why you used the US version of the ROM. You're Japanese, so why not use the JP version? Do the glitches work differently in that version?
People can get rather anal about the "Use the US version" rule.
A hundred years from now, they will gaze upon my work and marvel at my skills but never know my name. And that will be good enough for me.
Active player (308)
Joined: 2/28/2006
Posts: 2275
Location: Milky Way -> Earth -> Brazil
Dude, what a DUMB ending! I don't know what's worst... this run's or this one's. That's an ugly combat.
"Genuine self-esteem, however, consists not of causeless feelings, but of certain knowledge about yourself. It rests on the conviction that you — by your choices, effort and actions — have made yourself into the kind of person able to deal with reality. It is the conviction — based on the evidence of your own volitional functioning — that you are fundamentally able to succeed in life and, therefore, are deserving of that success." - Onkar Ghate
Bisqwit wrote:
Drama, too long, didn't read, lol.
Joined: 7/2/2007
Posts: 3960
The glitches do tend to work differently on the JP version; that's why the New Game+ run is now on the JP version instead of the US version (because the US version doesn't have the glitch to equip characters with the Bronze Fist weapon). That said, unless there's a good gameplay reason not to, the US version is preferred over other versions, for the sake of readability. The vast majority of viewers can read English, but only relatively few can read Japanese.
Pyrel - an open-source rewrite of the Angband roguelike game in Python.
Joined: 4/18/2006
Posts: 179
Location: East Petersburg, PA
Sticky wrote:
The use of spoilers in this thread is getting ridiculous.
Sorry. I guess I started a trend somehow.
"I think we can put our differences behind us... for science, you monster."
Skilled player (1307)
Joined: 9/7/2007
Posts: 1354
Location: U.S.
DemonStrate wrote:
Sticky wrote:
The use of spoilers in this thread is getting ridiculous.
Sorry. I guess I started a trend somehow.
What makes you say that?
BigBoct
He/Him
Editor, Former player
Joined: 8/9/2007
Posts: 1692
Location: Tiffin/Republic, OH
Having watched it, my standard reply.
what is this i dont even
This movie should definitely be published, but having seen it, I am fully convinced that it should not obsolete hero of the day's run, because they beat the game in drastically different ways.
Previous Name: boct1584
Joined: 4/18/2006
Posts: 179
Location: East Petersburg, PA
Solon wrote:
Having watched it, my standard reply.
what is this i dont even
This movie should definitely be published, but having seen it, I am fully convinced that it should not obsolete hero of the day's run, because they beat the game in drastically different ways.
It should be separate category like the ALttP run where they go under the staircase and finish the game without doing anything. I think its a good comparison to base a separate category for.
"I think we can put our differences behind us... for science, you monster."
Player (88)
Joined: 11/14/2005
Posts: 1057
Location: United States
I would not mind if this obsoletes my run, due to the fact that it is blatantly out of date. However, I would like the any% glitchless category to remain on the site. Hopefully someone would be up for making a full run that does not abuse ANY skips via the pause menu or use of data corruption. Maybe even like bisqwit suggested, a run that completes all the side quests. A game this beautiful needs to be shown to it's fullest.
They're off to find the hero of the day...
Joined: 8/1/2004
Posts: 178
pirate_sephiroth wrote:
Dude, what a DUMB ending!
I thought the ending was incredible. I hadn't seen this game's alternate endings in so long (I barely remember the one in the run), and I thought this one fit the atmosphere of such a peculiar TAS glitch-fest very nicely. I sat through the whole thing.
<^>v AB X LR s
Joined: 6/26/2007
Posts: 147
I think the use of save manipulation is what sets the categories apart. This is what really what did it for Super Metroid as quitting the gave to mess with saving isn't quite what people expect from playing a game. That said there were many glitches discovered after hero's run and it is quite old, then again GuanoBowl's OoT run is still here in a very similar scenario. People like both runs for different reasons and that's ultimately why I think there should be two categories. At this point I think save manipulation is what sets them apart, although I'm not sure whether item duplication and other stuff is a part of this.
Joined: 11/22/2004
Posts: 1468
Location: Rotterdam, The Netherlands
zdude255 wrote:
People like both runs for different reasons and that's ultimately why I think there should be two categories. At this point I think save manipulation is what sets them apart, although I'm not sure whether item duplication and other stuff is a part of this.
At this point, save manipulation is sufficient to split the Chrono Trigger any% run into two categories, but I don't think there's a reason for us to not make game-specific categories in the future. It's probably perfectly acceptable to say "this game can be completed through two completely distinct routes, one vastly slower than the other, both of which are enjoyable to watch in their own rights, so let's allow people to keep both runs up-to-date".
Joined: 5/29/2004
Posts: 757
If the folks at Square Enix saw this, I believe they'd rename the game to ChronoWTFISGOINGONHERE! At least that's just my thoughts, as it sums up the movie quite well. In a good way. :) Mr. Kelly R. Flewin
Mr. Kelly R. Flewin Just another random gamer ---- <OmnipotentEntity> How do you people get bored in the span of 10 seconds? Worst ADD ever.
Banned User, Former player
Joined: 3/10/2004
Posts: 7698
Location: Finland
Omega wrote:
At this point, save manipulation is sufficient to split the Chrono Trigger any% run into two categories, but I don't think there's a reason for us to not make game-specific categories in the future. It's probably perfectly acceptable to say "this game can be completed through two completely distinct routes, one vastly slower than the other, both of which are enjoyable to watch in their own rights, so let's allow people to keep both runs up-to-date".
As long as we remember that this concept cannot be applied to all games which contain glitches. There are some games where separating "heavy glitch abuse" and "no heavy glitch abuse" versions (whatever their game-specific definition might be) makes sense and produces two enjoyable movies. However, there are many games where a less-glitched version does not contribute anything significant. There are also some games where a less-glitched version might in theory be interesting, but where defining exactly which glitches are allowed and which aren't is very arbitrary and hard to justify in a logical manner. (As I commented earlier, trying to make a "no glitches" version of many games can become very difficult because it's really hard to define what constitutes a glitch and what doesn't.)
Joined: 7/25/2007
Posts: 109
This has scared me too much. Especially the part where the shell came up instead of the load file screen. It is in my opinion as a professional psychoanalysist that this run should not be published, in the event of a lawsuit brought on by someone having a heart attack over the bizarre nature of it. What? You say that's not likely? Well, that's what a lot of people say. And then it does happen. In fact, let me give you a recent example. It just so happens that the Republicans were insisting that flu medication get cut out of the bailout bill. And where are we now? Why just on the verge of a global flu pandemic, that's all. If they had gotten their way...who knows how bad things could've gotten! That kind of shortsightedness even caused a man whose name escapes me but I know was a Republican for decades to change sides to the Democrats! Do we want to take that kind of risk with this run?! Oh, and in the event that the cancelation of this is not possible, it is in my opinion as a professional lawmaker (yes, I'm one of those too) that we should look to precident when defining glitches: namely, the Pokemon GB games, Castlevania: Circle of the Moon, and Pulseman. There have been very glitchy and lesser glitchy versions of both runs published. Theoretically, if no one is in a glitchophile mood, the same should be able to be applied to this run as well! Too many categories? No matter! Battletoads had 4 at one point! It's all about using common sense! Something that even the smartest, most educated person can be lacking in, believe it or not! There's no need to have a straight-across standarized definition! Warp is an example of a man who has the right idea! Praise be to Warp!
Joined: 8/23/2008
Posts: 417
I can't believe, all that time I spent playing Chrono Trigger, and all I had to do was hit a few dozen frame-perfect resets. That run was amazing and now I need to go lie down.
I will not use self-reference in my signature.
AnS
Emulator Coder, Experienced player (723)
Joined: 2/23/2006
Posts: 682
That sudden Lavos shell appearance is startling indeed. Overall this movie has brought so many questions that I hope the submission won't be accepted until author adds more info. :) Well, anyway, voting Yes in advance.
Player (209)
Joined: 2/18/2005
Posts: 1451
Oh my God... This is by far the most glitched run that was ever produced, not to mention one that is so complex that nobody will ever understand what is going on unless he will study the game mechanics for a very long time and have general knowledge of the game. I'm absolutely fascinated and shocked how advanced it is, and what a incredible and deep technical knowledge you got in this game, inichi. Makes perfect sense that you decided to keep the entire progress secret after all. I also hope it's blatantly obvious for you people that this run should get its own "glitched" category, and in no way obsolete the traditional, classic any% category that hero's run currently represents. This category, now that the glitched run exists that breaks the game in every possible way, should not use the SRAM-corruption tricks, nor the pause-skip tricks to avoid some bosses. Furthermore this "glitched" run shouldn't be compared to the "legit" any%, as they represent completely different conditions that have nothing to do with technical quality of a TAS. In any case, this is a stunning and very rare run that definitely took a lot of work to get done, so I obviously vote YES for it. My respect to you, inichi.
See my perfect 100% movie-walkthroughs of the best RPG games on http://www.freewebs.com/saturnsmovies/index.htm Current TAS project (with new videos): Super Metroid Redesign, any% speedrun
Joined: 5/2/2009
Posts: 656
Best movie ever guys. no doubt about it. In my point of view, this movie should obsolete the old movie. They have the same goal (being as fast as possible). It would make sense if the other movie followed the full Crrono Trigger story (Crono revived, all sidequests and Black Omen), but that's not the case. Unless someone wants to add a "abuses sram corruption" category. Then, we'd have another Super Metroid category name/tag.
My first language is not English, so please excuse myself if I write something wrong. I'll do my best do write as cleary as I can, so cope with me here =) (ノಥ益ಥ)ノ
1 2 3 4 5 6 7