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
Banned User, Former player
Joined: 3/10/2004
Posts: 7698
Location: Finland
Vykan12 wrote:
Explain Super Metroid's categories then. As I understand it, you can have 2 any% runs if one uses "game breaking" glitches and the other one doesn't. That might be considered arbitrary, but there's no denying the viewing experience is vastly different.
Super Metroid has a special status which doesn't necessarily have to be extended to other games. (Although personally I wouldn't mind making CT another game with such special status.)
DrJones wrote:
I also think save corruption glitches should have their own tag.
This sounds like a good suggestion, given that there are now several runs abusing this.
Emulator Coder
Joined: 1/12/2007
Posts: 95
This is a pretty darn good glitch run. Quite a good number of glitch stats to abuse, and well within the range of other runs on this site. Yes vote, because it's entertaining.
Editor, Emulator Coder, Expert player (2105)
Joined: 5/22/2007
Posts: 1134
Location: Glitchvania
Well, there's an interesting list of several currently published "any%" GBA movies all abusing glitches: http://tasvideos.org/movies.cgi?id=456,1093,1129,1162,1168,1198 For some reasons, I am the author of two of them ;) BTW, the ordering looks wrong. Someone may fix it.
<klmz> it reminds me of that people used to keep quoting adelikat's IRC statements in the old good days <adelikat> no doubt <adelikat> klmz, they still do
Active player (441)
Joined: 3/21/2006
Posts: 940
Location: Toronto, Canada
DemonStrate wrote:
The best part is when MissingNo defeats Lavos. Epic.
O_O spoiler tag! I have to keep this in mind next time I do an LP (if ever). I didn't even know this board supported it...
My current project: Something mysterious (oooooh!) My username is all lower-case letters. Please get it right :(
Reviewer, Active player (277)
Joined: 12/14/2006
Posts: 717
Yeah, I'm all for glitch avoidance runs and think there should be more on the site, especially when it makes that much of a difference. (glitch avoidance runs are runs where you don't use a specific glitch, like no card glitch COTM, BLJless SM64, no xray glitch Super Metroid, etc.)
Editor, Reviewer, Experienced player (968)
Joined: 4/17/2004
Posts: 3107
Location: Sweden
I liked the part where nothing made any sense.
Banned User, Former player
Joined: 3/10/2004
Posts: 7698
Location: Finland
arkiandruski wrote:
Yeah, I'm all for glitch avoidance runs and think there should be more on the site, especially when it makes that much of a difference. (glitch avoidance runs are runs where you don't use a specific glitch, like no card glitch COTM, BLJless SM64, no xray glitch Super Metroid, etc.)
The problem with "does not use xyz" is exactly defining xyz. In this case it's rather difficult to define what is a glitch and what isn't. There are many things, especially in older console games, which can be attributed to programming oversights (either unintentional or intentional, because of lack of resources). For example, if you can grab a ladder one frame too early by timing your jump appropriately, is that abusing a glitch? Many people would probably say it's ok, even if it's a programming oversight not intended by the original programmers. In contrast, is zipping (eg. in Megaman) glitch abusing or not? Many people would answer affirmatively, even though it's an intentional feature of the game engine by the programmers rather than an oversight or programming error. So exactly what is it that would make eg. early ladder grabbing ok but zipping not ok? It's difficult to define rules which aren't completely arbitrary.
Joined: 8/27/2006
Posts: 883
It was nice in the technical department. But I found it a little boring.
Joined: 7/2/2007
Posts: 3960
Arkiandruski's examples were all game-specific, though. It's very easy to define what a BLJ is in Mario 64, or what the X-Ray glitch in Super Metroid is (though in that case, it might be better to just say "out of bounds travel glitches", which are similarly easy to define). In this case, you'd probably say "no save corruption glitches".
Pyrel - an open-source rewrite of the Angband roguelike game in Python.
Joined: 5/17/2008
Posts: 212
Location: Virginia
I now have a headache. My mind cannot comprehend just what the hell went on in that run. Excellent work.
adelikat wrote:
It started off fairly tame, but as more balls entered the picture it sure got a lot more entertaining.
Joined: 7/13/2006
Posts: 61
This is a debate that will rage on forever and is the reason this site keeps an archive of old runs. I certainly prefer glitch free runs, but I can certainly appreciate the work that goes into completely breaking a game beyond all comprehension. I say if you don't like the glitch runs either look up and watch an old version or make one yourself.
Joined: 2/26/2007
Posts: 1360
Location: Minnesota
ZeXr0 wrote:
It was nice in the technical department. But I found it a little boring.
Same here. Took me ~5 sit downs to watch... leaning towards weak yes.
adelikat wrote:
I very much agree with this post.
Bobmario511 wrote:
Forget party hats, Christmas tree hats all the way man.
Joined: 12/20/2004
Posts: 226
This is the best cliff notes of Chrono Trigger I've ever read.
Joined: 3/11/2008
Posts: 583
Location: USA
Ok, here's what I get from it, some guesses as to how events function. (green dream, revive, save anywhere glitches known thanks to reading the game thread) Repeated save/load/merchant to duplicate items/characters to access memory far beyond save locations. Enter fair par usual. Get Marle by use of above glitches so you can skip meeting Marle. Speak with merchant to have [Lucc]a finish setting up Telepod. Switch characters to have one you can control because they didn't expect it (Magus). Leave scene once it finishes executing, now next visit is expected to be "returning from 600 AD". Switch back to Marle to allow some sense. Arrest and trial of [Cron]o, in absentia. Now, next front-door-of-castle is expected to be Escaping. Use swapping of characters to escape trial scene via flashback. Visit Guardia Castle to trigger Escaping sequence, and go to future. Skip Lab by glitching coordinates. Obtain bike key similarly. Skip race by exiting using the event escape/save glitch, visit again- now it expects you to have won,since you didn't lose. Skip this Lab similarly. Visit Factory, glitch through, fail to trigger Alkaline fights on way in. Use these to run from R-series later due to quirk of "fight all that are present" battle-gathering mechanic, and the "this was not a triggered event battle". Go to End of Time as Factory is done, e'en if Robo shouldn't be moving yet. Get magic to activate portal to Lavos. Use save/escape event glitch to use coordinates of Lavos entrance in save along with Lavos scene, thereby skipping Lavos pt 1. Use Green Dream (re-raise/Life3 equipment) to survive initial attacks. Use Revive on enemy (special circumstances required, using aforementioned re-raise I think) to, as it sets HP of target to something based on a stat = 0 on enemies, so zero their HP = instakill. Watch credits. Zz. At 'arious places, skip dialogue because it's by-character and you lack characters with dialogue. Yes vote.
Active player (283)
Joined: 3/4/2006
Posts: 341
eternaljwh wrote:
Use Revive on enemy (special circumstances required, using aforementioned re-raise I think) to, as it sets HP of target to something based on a stat = 0 on enemies, so zero their HP = instakill.
You're thinking of FF4 (and that only works on dead enemies there anyway). The CT glitch uses an elixir to overflow the enemy's HP to a negative number, thus killing it.
Joined: 7/2/2007
Posts: 3960
Nitrodon wrote:
The CT glitch uses an elixir to overflow the enemy's HP to a negative number, thus killing it.
Surely that requires some kind of setup, else it'd've been discovered long ago and used in the previous TAS. Right?
Pyrel - an open-source rewrite of the Angband roguelike game in Python.
Active player (283)
Joined: 3/4/2006
Posts: 341
That is correct. It is normally impossible to target enemies with restorative items. Somehow, the GreenDream makes the game think everyone in your party is dead or something, so it automatically targets the enemies instead.
Joined: 6/20/2008
Posts: 150
Nothing so mind-breaking has happened since the Super Metroid X-ray glitchrun. Big ups, with comment that I will be using this to break the minds of all my friends.
Joined: 7/31/2005
Posts: 128
Location: Virginia
That movie was beautiful. I wish I was as good at time and space magic as you.
Working on a mod of an old favorite in my spare time. PM for updates!
Joined: 3/11/2008
Posts: 583
Location: USA
Nitrodon wrote:
eternaljwh wrote:
Use Revive on enemy (special circumstances required, using aforementioned re-raise I think) to, as it sets HP of target to something based on a stat = 0 on enemies, so zero their HP = instakill.
You're thinking of FF4 (and that only works on dead enemies there anyway). The CT glitch uses an elixir to overflow the enemy's HP to a negative number, thus killing it.
No, I was thinking of this, not ReviveKillsZombie, just had the item misremembered. ... Actually, I was thinking of something else (sort of). What game would it be that had Vitality=0 meaning that revi-yeah, ff4, my bad. (Though that was a "doesn't revive properly, dies again for XP")
Joined: 7/10/2007
Posts: 280
My brain has exploded. Little tiny bits of gray matter are splattered all over my monitors. Seriously. Wow.
Player (51)
Joined: 4/10/2009
Posts: 226
absolutely incredible. though I couldn't understand what was going on most of the time. I think this should definitely obsolete the old run if just because theirs already a SDA run that's ~an hour faster.
Banned User, Former player
Joined: 3/10/2004
Posts: 7698
Location: Finland
Derakon wrote:
Arkiandruski's examples were all game-specific, though. It's very easy to define what a BLJ is in Mario 64, or what the X-Ray glitch in Super Metroid is
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. Something like "collects all stars" is a rational rule because it falls into a generic "100% completion" rule. In other words, it's relatively easy to state such a rule: Achieve all the goals set up by the game (even optional ones). In Mario64 the goals are collecting stars, and thus the generic rule makes sense. The game shows you with a concrete number how many stars you have collected, and thus this is completely unambiguous and easy to check. However, "does not use the BLJ glitch" is very specific and thus arbitrary. Why is this precise glitch prohibited but other glitches allowed? Even if the rationale of prohibiting one specific glitch is that "you get to see more of the game", what happens if later someone discovers a different glitch which achieves basically the same thing? Should it obsolete the "no-BLJ" movie? Should it be published in its own category? Should it be rejected? It's a can of worms, really.
Experienced player (822)
Joined: 11/18/2006
Posts: 2426
Location: Back where I belong
Warp wrote:
what happens if later someone discovers a different glitch which achieves basically the same thing? Should it obsolete the "no-BLJ" movie? Should it be published in its own category? Should it be rejected? It's a can of worms, really.
The best we can hope to do is make the most educated and well thought out decision with the information that we currently have available. There will always be "what ifs", and those who allow themselves to be paralyzed by the threat of what the future might hold will forever be two or three steps behind those who are willing to take risks.
Living Well Is The Best Revenge My Personal Page
Banned User, Former player
Joined: 3/10/2004
Posts: 7698
Location: Finland
I suppose we could try to come up with some more or less generic rules which might be applicable to some/many overly-glitched runs, such as: "Does not use glitches which allow major sequence breaks" (the definition of "major" being game-specific). "Does not use glitches which corrupt the game's memory in ways unintended by the programmers." "Does not save the game."
1 2 3 4 5 6 7