Posts for FractalFusion


Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
mathgrant wrote:
Let me say this before someone else says it more rudely: what the HECK is the point of this video? ... Thankfully, there are some kind people on this forum who will gladly educate that person. . . I hope. :)
@mathgrant: Did you really have to do that? You have no intention to help so don't post this stuff to someone who is new here. I'm glad Cronikeys is more thoughtful in response.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Which version of Snes9x are you using, and which buttons did you press to make it speed to 417%? There are a few speed-changing keys like - (Speed down), = (Speed up), and Tab (Turbo/Frame skip), if I recall correctly.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
It seems to me that a lot of sounds are missing. Shouldn't there be a sound whenever you collect an emerald?
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
There isn't a "one size fits all" solution when it comes to luck manipulation and it depends mostly on the game and how the RNG works. - Obviously, the first step is you have to find the RNG address. (Hint: The RNG address is most likely characterized by chaotic changes in value. Use "not equal to previous value" for search.) - The most important thing you can do at this point is find out what causes the RNG to change at all, such as whether the RNG changes as a function of "everything", whether it acts one way when you do action A and another way when you do B, whether it follows a sequence, whether it doesn't change unless it needs to. - If an RNG is volatile, brute-force (such as bots) is worth more than analysis. The opposite applies for well-behaved RNGs. - When doing analysis, whatever you are trying to manipulate should be worth doing the analysis for, such as a rare (say 1/100) and important event. - Use any existing information/disassembly to help with analysis. - When doing disassembly, use read/write breakpoints on the RNG address. Document important routines carefully and keep track of the routine's first address so you know which routines are which and you can set execution breakpoints on them if you need to. Obviously the RNG-cycling routines are important but so are any routines that call those routines. - You can use Lua to forecast the RNG if it follows a sequence and you know its formula. - For long-term forecasting or planning out events over a long stage, it helps to index the RNG values. Designate a starting value as index 0, the next one as 1, the one after that as 2, and so on. There are a few ways to do this. One way is to dump the values into a text file so that they appear serially. Another is to create a reverse look-up table (RNG value -> index number). In either case, you can only do the full list of values if the number of possible RNG values is small enough, but your TAS probably won't get to all of them in that case. In some cases, it is possible to calculate the index number directly from the RNG value (without consuming vast amounts of time and without using look-up tables), but that only applies to a few RNGs, such as mod power of 2 linear congruential generators. There are some disassemblers/debuggers out there such as FCEU(X) for NES, Geiger's Snes9x debugger for SNES, and VBA-SDL-H for GBx/GBA.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Somewhat late, but whatever. April 2013 ranking: Link to video You can also thank "I think probably it's the fastest" for the influx of silly Mario videos on this ranking. Nine of them are in the top 30, eight in the top 15.
Post subject: Space Invaders (EX)
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
This is the version that somewhat resembles the PSX/N64 version with powerups obtained by shooting four aliens of the same color. Finished 1.5 out of 10 worlds on hardest difficulty so far: http://tasvideos.org/userfiles/info/7038441221722730 Link to video The hardest difficulty is Maniacal; to unlock it without completing Expert, use the code B, A, DOWN, B, A, DOWN, B, UP, SELECT. This game is hard to TAS and requires some thinking skills. I don't really want to spend more than 40K rerecords on it though.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
I didn't really find this movie interesting for the most part, though I trust that it is well-done.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
There are some topics concerning GBx/GBA linking: http://tasvideos.org/forum/viewtopic.php?t=14046 http://tasvideos.org/forum/viewtopic.php?t=4444 http://tasvideos.org/forum/viewtopic.php?t=8581 http://tasvideos.org/forum/viewtopic.php?t=7268 However note that VBALink is not a rerecording emulator, nor are there (yet) any rerecording emulators that support GBx/GBA linking.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Topic locked. Please do not hold arguments over disabilities. Also, stop accusing members of this forum of being trolls.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
While I'd look forward to some type of "glitchless" Mega Man run, I think "Buster only" is too much of a restriction. Half the fun in Mega Man TASes is the use of different items and weapons.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Exploration games are great to TAS and this game is pretty good in that regard, very much unlike most of the other Adventure Island games. Too bad about all the deaths though; I wish they didn't stand out so much. Also, the last few cutscenes are really long (English letters on Japanese scroll speed is a cancer in a lot of games). Otherwise, I like it.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Thanks, CoolKirby. I've removed that topic, as I don't think it serves much use now.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Patashu wrote:
EDIT: What kind of nicovideo user do you have to be to add 'caption' comments to the bottom of a video? It would be good if there was one for every glitch/trick when it first appeared (can FractalFusion do it, for example?)
As far as I know, any user can put caption comments at the bottom (or top) of any video, even ones that are not his. There is a special uploader comment module available for the uploader, though. It's in the "my videos" page and the option menu for every uploaded video has it. The uploader can modify his own comments (through the uploader comment module) and suppress comments of other users (through the user comment module). Only the uploader can do this. I don't use it often though. If you like more information, ask me.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
The technical rating sort in the Movie Filter still doesn't work. All it does is order the movies in alphabetical order. For example: http://tasvideos.org/Movies-Stars-RatingQ-NoScreenshot-NoTier-NoFlags.html
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
mtvf1 wrote:
Thanks, I didn't know CamStudio has been updated in this year. But avisynth still can't read it. This picture was screenshoted by avisynth.
I sometimes have that problem too. It seems that the instruction AVISource has problems with some codecs. I solved the problem by using DirectShowSource instead.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
This run feels like a shorter version of the full run, without conclusively being superior to it. If this is the fastest possible completion of the game (hardest difficulty and in-game time considered), then I think it can go into Vault. I vote no.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
LinktheGamelon wrote:
so with that we can say the videos I've posted here are definitely "savestated"
You might want to think twice before making absolute statements. We do not have any authority to declare that any gameplay video which is ostensibly played in real-time was "cheated". Do not pretend that we have any authority to do so. Remember that you are fully permitted to stop watching their videos if they bother you somehow.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
First time is this run, second time is from full run.
Shark Jumper            1.30  -
Blaster Soda Race       4.76  4.85
Spaceship in Warp Phase 9.15  9.21
Building Climber        3.74  4.89
Facial Slot Machine     0.83  -
Race or Fall            30.15 31.05
Burst The Balloon       1.40  1.29
Totem Shrinker          0.74  0.67
Jump for the Meat       4.67  5.32
Mega Speed Race         33.43 33.07
Now I know my ABCs      0.52  -
(I couldn't find some minigames in the full run.) I don't know why some times are smaller in the full run rather than this run.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Dooty wrote:
I vote yes for it to go to Moons.
hegyak wrote:
Should it be published? Yes. It was more interesting then Super Punchout.
CoolKirby wrote:
I stand by my Yes votes for this submission from 2011 and for the duplicate submission from two days ago.
Warepire wrote:
I also stand by my yes vote that I posted at the time of submission.
boct1584 wrote:
I think the entertainment in this is sufficient to warrant publication as a Moon.
You guys know you can rate the movie, right? Since you guys claim it is so entertaining, please defend your opinion by rating in favor of the movie. You can rate the movie here (log in first).
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Spikestuff wrote:
I know PeteThePlayer (PAL, 44:44) is faster than Mukki's run of Crash 2 any% since more glitches are used... AND SLIDE SPIN IS USED! (Seriously why did you accept that run without not knowing slide spin (no offense to mukki at all))
Where is this 44:44 run you are talking about? All I see on this page are the 13:18 glitched version and the 1:39:59 100% version. And consider that maybe, just maybe, nobody ever brought up the idea of slide spin, and most people there found the run worth publishing.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
I changed the screenshot already. What do you think of the screenshot?
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Lately, the Nicovideo troll seems to have struck again. This has been going on for a while, but it is really bad as of late (and that's saying something). For those who wish to search for TASes, but would most desire not to have troll videos on their search results, the minus tag is for you. Responsible Nicovideo users have taken the time to label all troll videos with the tag 検索妨害 (the troll is incapable of stopping this). Therefore, by minusing the tag, these videos will vanish from your search results. Here are the links with the minus tag in action. You can use them as a bookmark if you wish. Plain search: http://www.nicovideo.jp/search/TAS%20-%E6%A4%9C%E7%B4%A2%E5%A6%A8%E5%AE%B3?sort=f Tag search: http://www.nicovideo.jp/tag/TAS+-%E6%A4%9C%E7%B4%A2%E5%A6%A8%E5%AE%B3?sort=f (It doesn't really matter which one you choose.)
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Which publications have this issue? I suppose there is at least one publication, since this topic exists.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Please see this duplicate submission for more discussion: http://tasvideos.org/forum/viewtopic.php?t=14058 . Although it has been uncancelled, with the intention of allowing for Vault tier, this submission doesn't seem to have the goals necessary to be accepted for Vault.
Editor, Experienced Forum User, Published Author, Skilled player (1941)
Joined: 6/15/2005
Posts: 3247
Currently sorting out the account situation. It may take a while for me to act though. Edit: Marcolaranja, I sent you a PM.