Posts for MUGG


Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Just like with an older Dolphin version I used (3.0 415 Master, or 3.0 383 TAS, I'm not sure which), the current version I use - 3.0 616 TAS - doesn't allow me to save my game anymore. It only tells me my file is corrupted and it can only create corrupted files. Maybe a redownload would fix this, but still..
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
In a TAS, couldn't you just input the password without watching that cutscene?
It doesn't work.
It let's you walk through walls.
lets*
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Finally got my video up but it failed to convert it >__>. Did Youtube stop supporting h.264 lossless again? Or is "Failed to convert" the standard error message for when the video is over the 15:30 limit (for unregistered accounts)? My account says it supports videos longer than 15 minutes even though I never did that SMS verification.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
I completed the game in 3 minutes 42 seconds on console: http://www.twitch.tv/mugg1991/b/316538077 As for pause bug testing, I got these new results: * another glitched background * a "semi-reset" - The game reset itself and was technically on the title screen but didn't clear the screen so the level where I glitched around was still visible * glitched to Wario from Macro 1, using bubble lag zip. It didn't save the VBM sadly, and I'm not even sure if I used pause. It seems to be some weird "next room" bug where it tried to load a boss from Macro 1, and so I got Wario in a largely glitched up form of Wario's castle. I was able to walk right for a long time, going through some pipes,then I ended up in a certain out of bounds spot that I recognized to be in Wario's castle. (This was verified to be a new glitch - By using lag zip, you can under very special circumstances that I don't understand yet, go to the boss room in levels that don't have a boss. Thus you end up in a glitched version of Wario's rooms where you can only battle the first phase of Wario.) Also it seems to be viable to lag zip all the way into the SRAM, I'll be seeing if this can help improve the glitched TAS.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Nach wrote:
Try continuing it?
It doesn't work.
If your youtube account already has a developer key, go to http://code.google.com/apis/youtube/dashboard/ And you will see it
Yes, but I can only see it in my latest google account. I can't get a new key from my older google accounts.
Also, you do NOT need to use the same developer key as the youtube account you're uploading to.
If I do that I get a bad authentication error.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Ok, I finally got around to trying this out. I was afraid of getting a developer key on the google account that my main youtube channel is tied to - because it required me to fill in false information - so I made a new google account. Sadly, the developer key I got only works for said google account and I wasn't able to get any keys from my other two google accounts, since this page https://code.google.com/apis/youtube/dashboard/gwt/index.html#newProduct would appear simply blank since then. So I had to open a new youtube account. Aside from these troubles, I was able to upload a test video just fine and am going to upload an actual file now. --- EDIT: My upload failed at 15%. http://i.imgur.com/f9nLn.png It might be worth noting that Chrome, when I had tried it, always froze halfway through the upload - most likely due to my ip changing, but I don't know if it can be related to YTU... The highest progress I got in Chrome was 70%. I might as well just try until it's up - though it takes over 20 hours to get anywhere...
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
How do I create such a table? Please provide a sample script that I can use.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
sav=savestate.create(3)
savestate.save(sav)
This works in snes9x but not in VBA 24-m. Why? It just tells me the savestate failed. Without this I can't use savestate.load(object) either since I can't create any objects that I can forward my script to.
random = math.random(12)

if random == 1 then joypad.set(1,{A=1})
elseif random == 2 then joypad.set(1,{A=1})
elseif random == 3 and z == 1 then joypad.set(1,{down=1})
elseif random == 4 then joypad.set(1,{down=1})
elseif random == 5 then joypad.set(1,{down=1})
elseif random == 6 then joypad.set(1,{B=1})
elseif random == 7 then joypad.set(1,{B=1})
elseif random == 8 then joypad.set(1,{right=1})
elseif random == 9 then joypad.set(1,{right=1})
elseif random == 10 then joypad.set(1,{left=1})
elseif random > 10 then joypad.set(1,{A=0}) end
This is how I create random input. How can I make it have more than one button per frame?
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Why don't you simply use one movie file? To continue, simply load the movie file and load the savestate with your latest progress and continue TASing.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
TAS】【スマブラX ボスバトル】ピーチ 25.13 Link to video
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
I was on firefox 13. Tried Opera and didn't help. (EDIT: The upload page on Opera in fact "crashed" after it hit 1%...) I'm gonna try IE, but I expect no success with that one either. I hope it gets resolved as soon as possible.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
I'm trying to upload a 51 minute video that's 7.5 GB in size. But it freezes either at "Preparing upload" or "1%" for good... Is that to be expected? I waited 2 hours on both these occasions.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
I just uploaded a 16:10 minute video just fine.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
I think this Minimum Presses concept was neat at first, when it started out with Super Mario Bros, but I never really thought it should be expanded on so much. TAS videos are about pushing a game to its limits by using every possible means there is. I can imagine viewers unfamiliar with the concept getting confused... While it is interesting to see just how little presses are needed to beat a game, you will still end up with a reasonably high number (over two hundred) and the visuals aren't very appealing. Sorry, but I do not think this should be published. Maybe if there is a game that truly fits for this category, a game that you do not expect to be beaten with a few tens of presses, then I may find it interesting, but not in this case at hand here...
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
There are a few keyboards that support every button combination. But I have no further knowledge on this..
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
The credits glitch from the published TAS works also on the real console. I completed the game in 9 minutes in a test RTA. http://en.twitch.tv/mugg1991/b/316311856
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Does anyone know if this show is coming out in Japan?
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Awesome work on the wiki page!
Usually, the uploader is nice enough to include the name of the game in the title, but sometimes, the uploader won't even do that.
It may be possible to retrieve the game name from the tags (you know, anyone can add tags to any video).
If you just want to see a list of recent TASes uploaded there, just enter "TAS" in the search bar and click 検索 (search).
As of middle/late 2011, I'm pretty sure you need a premium account in order to see videos listed by their uploading date - which is quite a bother and makes finding videos very hard. I'm pretty sure I already missed quite a few videos I would have been interested in seeing... I can list videos by their most recent comments though, which is the next best replacement.
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
I do not know anymore who said it, but it came across like "It's possible in Dolphin but not yet possible to record a TAS with it". I guess it's false information then...
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
I heard it is possible to use the Tingle Tuner in TWW in Dolphin. How? In which version? Can it be used in a TAS?
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
Editor, Experienced Forum User, Published Author, Expert player (2315)
Joined: 5/15/2007
Posts: 3856
Location: Germany
100% TAS WIP by NoRee (same author who made the Paper Mario 2 WIPs, I think?) http://www.nicovideo.jp/watch/sm17611925 Sadly, most of it is the intro. EDIT: This looks rather improvable to me. Also, I would think it's more wise to do the slide after completing Gelato ("Mother Beach" in Japanese version).