Slashdot Mirror


Nintendo Nixes YouTube Videos of Super Mario Speedruns

The Boston Globe reports (based on Kotaku's story earlier this month) that Nintendo is cracking down on YouTube videos which show speedruns of its games -- computer-guided play that skips completely human hands pressing buttons on a controller. Why? The article notes that these play-throughs "require the use of ROMs, digital backup files of the original game that can be freely passed from computer to computer, or downloaded from well-known websites. Therefore, Nintendo reasons — and YouTube is clearly sympathetic to this reasoning — there are copyright issues at play, since players aren’t using the (ancient) original game cartridges, or newer copies sold directly online by Nintendo." Legally justifiable or not, this seems unlikely to build goodwill with some of Nintendo's most nostalgic fans.

98 of 151 comments (clear)

  1. Old News? by Anonymous Coward · · Score: 1

    I feel like we've talked about this before.

    Maybe I'm remembering the takedown of the JavaScript remake of SMB. Either way, Nintendo are being assholes about this stuff. Maybe create some new games and consoles instead of protecting your 30-year-old stuff!

    1. Re: Old News? by neoritter · · Score: 1

      Splatoon. That's about it.

  2. You don't need a ROM in order to do speedruns... by Anonymous Coward · · Score: 3, Informative

    What the deuce? Yes, there are *some* people out there who use ROMs, hacked or otherwise, for their speedruns, but there are quite a few people who do them using stock consoles and vanilla cartridges. I can understand Nintendo getting upset about hacked gameplay, but they should not penalize people who glitch games or simply try to play as fast as possible.

  3. H4xx0ring by meta-monkey · · Score: 4, Insightful

    It's also bullshit because that's a handy way to get kids into the guts of computing. They see it and think "I want to do that!" And they can. They can get an emulator, they can get the ROM, and all of a sudden they're looking at the machine code trying to figure out how it makes all the bleeps and the bloops on the screen.

    I think that's missing in this age of locked-down everything. Back in my day (THERE. I SAID IT. I SAID IT.) I got into programming by copying the BASIC code for games out of the back of magazines into my Apple IIe. You realize all the stuff on the screen and all action comes from things humans wrote...and it's not really that much...and this is neat and all but how I make the ships move a little faster? Oh, that must be this part of the code right here...I'll change that to a 5 instead of a 4 and look the ships go faster!

    --
    We don't have a state-run media we have a media-run state.
    1. Re:H4xx0ring by CRCulver · · Score: 1

      Oh, come on, it's easier for young people today to get into the guts of computing than ever before. I remember as a child, the most I could do with my parent's Mac was play with Resedit or create little Forth programs that could hardly interface with the OS. All the cool stuff (C compilers, documentation) was extremely expensive. It was only in the 1990s that, thanks to the convergence of Free Software and x86, a person could get a serious dev environment for cheap. Kids these days can get a Raspberry Pi for cheap, install Linux, and immediately have access to all kinds of ways to tinker -- even quasi-professional documentation like O'Reilly books is free today thanks to torrents.

    2. Re:H4xx0ring by CRCulver · · Score: 1

      Oh, yes, and I know there was Applescript and Hypercard too, but those are still more abstracted from the machine than other things that a budding dev would like to do.

    3. Re:H4xx0ring by flink · · Score: 3, Informative

      Oh, come on, it's easier for young people today to get into the guts of computing than ever before. I remember as a child, the most I could do with my parent's Mac was play with Resedit or create little Forth programs that could hardly interface with the OS. All the cool stuff (C compilers, documentation) was extremely expensive. It was only in the 1990s that, thanks to the convergence of Free Software and x86, a person could get a serious dev environment for cheap. Kids these days can get a Raspberry Pi for cheap, install Linux, and immediately have access to all kinds of ways to tinker -- even quasi-professional documentation like O'Reilly books is free today thanks to torrents.

      The 8-bit computers of the early to mid 80s are way simpler to understand and hack on for a kid than an Arduino or Raspberry Pi. When I was 7 there was no way I would have had any grasp on a C compiler. However, booting up my VIC-20 dumped me immediately to a BASIC interpreter where I could immediately begin to mess around. It wasn't very long before I was POKEing values into video memory to create simple animations and games based on program listings in books and magazines. Eventually I was creating my own programs from scratch with not much more than 5 or 6 simple commands and no tool chain to learn.

      Modern systems might be far more capable and make it "easier" to create a sophisticated system, but there are many more layers of abstraction between you and the machine and a lot more to learn in order to make it do something useful.

    4. Re:H4xx0ring by CRCulver · · Score: 2

      The 8-bit computers of the early to mid 80s are way simpler to understand and hack on for a kid than an Arduino or Raspberry Pi.

      If desired, a Raspberry Pi can be set up to dump the user right into an interpreted language. A child today can have the same experience as the early-mid 1980s plus a myriad of other ways to tinker, ranging from a variety of scripted languages to compiled code and even poking hardware values (all of which are well-documented on the Pi).

      And while a compiler or whatever might have seemed baffling to you as a child back then, that is probably only because in a pre-internet era there was so little information available from which to learn. Kids today can easily get a click-by-click introduction to setting dev stuff up. Sure, they will initially be copying-and-pasting and cargo-culting functionality, but they can still quickly move forward.

    5. Re:H4xx0ring by meta-monkey · · Score: 1

      Yes, it's easier today to get into, but you have to go looking for it. Their playing games on the iPhones but they can't look at the code for the phone to see how it works.

      --
      We don't have a state-run media we have a media-run state.
    6. Re:H4xx0ring by radarskiy · · Score: 1

      "because that's a handy way to get kids into the guts of computing."

      This is not Nintendo's problem, and they are under no obligation to facilitate it.

      While Nintendo's position is not the best it could be, silly counterarguments just give them an excuse to dismiss alternatives.

    7. Re:H4xx0ring by penguinoid · · Score: 1

      Oh, come on, it's easier for young people today to get into the guts of computing than ever before.

      Not true. Before, it used to be necessary to get into the guts of computing, eg the aforementioned typing in BASIC code from a magazine. Now it is technically easier, but no longer necessary -- so it can only be done by those few who possess the rare trait of initiative. Most will just browse the web and play games, because they rolled a critical fail on their initiative check.

      --
      Don't waste your vote! Vote for whoever you want, unless you live in a swing state it won't matter anyways
    8. Re: H4xx0ring by Anonymous Coward · · Score: 1

      Do your kids a favour and NOT subject them to this. Don't fool them into thinking computers are a way to get a great career because they're not. At best they'll end up slaving on keyboards, at worst any mention of the knowledge garnered this way will make them "persons of interest". This is the world we live in now, unfortunately, and there's no changing it.

    9. Re:H4xx0ring by meta-monkey · · Score: 1

      Sorry, I didn't mean it's bullshit on the part of nintendo. I just mean from my own angle...I want kids to see more of the guts of computing, and this was a good angle.

      --
      We don't have a state-run media we have a media-run state.
    10. Re:H4xx0ring by radarskiy · · Score: 1

      On that I completely agree with you.

  4. Re:Watching games is like watching movies by wisnoskij · · Score: 1

    I agree that there are a lot of games I would not feel I missed out on anything after watching someone else play through it. That said, a speed-run is not a playthrough that that is applicable to.

    --
    Troll is not a replacement for I disagree.
  5. Re: DMCA? by C0R1D4N · · Score: 1

    If I recall, they argue that you have to make the backup rom yourself from your copy of the game. You can't use one you downloaded and can't share one you made yourself.

  6. Re:You don't need a ROM in order to do speedruns.. by Gaygirlie · · Score: 4, Informative

    Not only that, but there are things like Retrode ( https://www.dragonbox.de/en/63... ) that allow you to make your own ROM - file from an original cartridge that you own or just play directly from the cartridge using an emulator.

  7. Re:You don't need a ROM in order to do speedruns.. by guises · · Score: 4, Insightful

    They're not penalizing normal speedruns, the summary is baiting you into thinking that. If you read the article you'll see that they're targeting tool-assisted speedruns, i.e.: ones that use pirated software.

  8. Re:You don't need a ROM in order to do speedruns.. by porges · · Score: 2

    The summary and Slashdot headline are inaccurate; the story makes clear that it's only talking about tool-assisted speedruns, which do require a ROM. (And the concrete example in the Times article refers to a hacked ROM.)

  9. Re:computer-guided play that skips completely huma by Anaerin · · Score: 1

    Watch the (for example) TASBot Runs from AGDQ - There are hands that aren't human playing video games. Namely TASBot's hands: https://www.youtube.com/watch?...

  10. 1. Retards - Let's piss off the consumers! by UnknownSoldier · · Score: 3, Insightful

    1. Retards -- let's piss off the consumers ...who _used_ to buy your stuff; Keep it up and Nintendo will find they won't have any consumers left to sell to.

    2. Can someone smack Nintendo's Marketing dept with a sudden-outbreak-of-common-sense please?

    Speed runs are FREE publicity.

    This is the best advertising money can buy -- when consumers _willingly_ advertise your product for you without it costing you a cent! /sarcasm Nah, can't have that -- let's waste money on bullshit DMCA and drive a wedge between consumers.

    3. Part of creating something for the culture to enjoy is that it BECOMES part of the culture -- ergo, the limited terms of copyright.

    4. Why am I _not_ allowed to use an emulator if I legally have a physical cartridge? The medium is irrelevant -- I already purchased a license by physically buying the cartridge.

    1. Re:1. Retards - Let's piss off the consumers! by tepples · · Score: 1

      Speed runs are FREE publicity.

      Not every publisher desires every type of publicity for every product it produces. Some publishers, for example, don't want modified versions of older products to compete with the same publisher's newer products. For example, if hackers mod all the new Super Smash Bros. For characters into Super Smash Bros. Brawl, Nintendo won't be able to sell as many copies of Super Smash Bros. For.

      Part of creating something for the culture to enjoy is that it BECOMES part of the culture -- ergo, the limited terms of copyright.

      Super Mario Bros. is less than one-third of the way through its limited copyright term. It has 65 more years to become part of the culture.

      Why am I _not_ allowed to use an emulator if I legally have a physical cartridge? The medium is irrelevant -- I already purchased a license by physically buying the cartridge.

      Under current law, the medium is relevant to an extent. See answer here.

    2. Re:1. Retards - Let's piss off the consumers! by tepples · · Score: 1

      Couple hundred years sounds more realistic.

      In Eldred v. Ashcroft, the Supreme Court bought the excuse that the Copyright Term Extension Act of 1998 was intended for harmonization of the copyright term to that of another major market. Its opinion recognized the possibility of "perpetual copyright on the installment plan" but made a point to distinguish harmonization from that. So I don't see the "harmonization" excuse working again with the Supreme Court any time soon, as there are only about a half dozen countries with copyright terms longer than life plus 70, and they're on the whole less economically advanced than the G7 or BRIC.

    3. Re:1. Retards - Let's piss off the consumers! by ChromeAeonium · · Score: 1

      It's Nintendo, the most oblivious game company out there, the company that could easily make a very pretty penny by putting their last two decades of games on Steam for a reasonable (keyword there) price. Does this really come as a surprise to anyone? Who really knows what they're thinking.

      ergo, the limited terms of copyright.

      Ha. It's funny that the only way to Super Mario Bros. legally (outside of a used copy at a yard sale or something) is to spend $5 at the Nintendo eshop. Five dollars, for something that came out in 1985, literally 3 decades ago. That copyright should be long expired.

      Nintendo is known for two things: great games and boneheaded actions.

    4. Re:1. Retards - Let's piss off the consumers! by thegarbz · · Score: 1

      1. Retards -- let's piss off the consumers ...who _used_ to buy your stuff; Keep it up and Nintendo will find they won't have any consumers left to sell to.

      Nintendo is the king of casual gaming (mobile phones excepted of course). The type of customers who care about this are an incredible minority by a far greater margin than for any other game company.

    5. Re:1. Retards - Let's piss off the consumers! by tlhIngan · · Score: 1

      Odd.

      You say

      It's Nintendo, the most oblivious game company out there, the company that could easily make a very pretty penny by putting their last two decades of games on Steam for a reasonable (keyword there) price. Does this really come as a surprise to anyone? Who really knows what they're thinking.

      then you say

      Ha. It's funny that the only way to Super Mario Bros. legally (outside of a used copy at a yard sale or something) is to spend $5 at the Nintendo eshop. Five dollars, for something that came out in 1985, literally 3 decades ago. That copyright should be long expired.

      To me, you seem to have contradicted yourself - Nintendo is making money by selling their old games. And "reasonable price" is debatable - is $5 reasonable? Obviously Nintendo makes enough money from it that many people do, since the virtual console thing is extremely popular.

      So while you might thing $5 is expensive, it's obvious a bunch of other people obviously don't.

      Nintendo might not be doing things the way you like but it's their prerogative how they want to run their business. And that involves selling old Nintendo games over and over again, on their hardware.

    6. Re:1. Retards - Let's piss off the consumers! by RyoShin · · Score: 1

      Nintendo has a long history of being staunchly anti-first-anything. I believe someone high up in Nintendo once compared the second-hand selling of their games to piracy. Sony and Microsoft have dropped region encoding with their latest consoles, while Nintendo keeps it up.

      The only reason we haven't seen obscene DRM from Nintendo (like requiring the kind of things Microsoft tried to do with the Xbone) is because Nintendo is still trying to completely figure out how that internet thingy works.

      I say all of this as a life-long fan of Nintendo. I love their core games and have supported them in the past when they languished, but boy did they fuck up a lot of decisions for this round. I am afraid that Mr. Iwata's untimely passing will only make it worse.

  11. SubjectsInCommentsAreStupid by lesincompetent · · Score: 2

    And the reasoning behind the need to block these videos is?
    Protecting... uhm... the princess' privacy?
    Perhaps it's just the last tale of woe from the 'corporate bullying' department?

    1. Re:SubjectsInCommentsAreStupid by bsolar · · Score: 2

      First of all, making sure that the existence of emulators is buried as deep as possible, since they somehow believe that it's the major cause of their lack of profits.

      On top of that, they want every content featuring Nintendo IP to be licensed through their Nintendo Creators Program, which requires an approval of the video from Nintendo before publication and Nintendo getting a share of the profits from Youtube. They believe fair use basically never applies to any and whatever content produced which features Nintendo IP.

      Basically they still fail at Internet and social media in general.

    2. Re:SubjectsInCommentsAreStupid by F.Ultra · · Score: 1

      The reasoning is probable: because of lawyers.

  12. Re:You don't need a ROM in order to do speedruns.. by drinkypoo · · Score: 4, Informative

    But you can dump your own ROM. Or at least, you can get the same version ROM that matches a cart you bought at the flea market. So that's not necessarily illegal, either.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  13. Re:computer-guided play that skips completely huma by buckfeta2014 · · Score: 1

    the "bot" shown there is just for effect. tasbot is just a raspberry pi that plugs into the controller ports and plays the pre-recorded inputs back into real hardware.

    --
    Buck Feta. You know what to do.
  14. Re:You don't need a ROM in order to do speedruns.. by Gaygirlie · · Score: 4, Informative

    There is absolutely nothing about a speedrun being tool-assisted that requires pirated software. The Retrode I just linked, for example, is a really easy and simple way of using your own, original cartridges. Also, there are plenty of videos on the Internet where people are using original consoles and cartridges connected to automated, modified controllers -- ie. tool-assisted runs.

  15. UMG v. MP3.com by tepples · · Score: 3, Informative

    Or at least, you can get the same version ROM that matches a cart you bought at the flea market.

    This is illegal, you know, for the reasoning described in the opinion of the court in UMG v. MP3.com . To take advantage of the necessary adaptation and backup provisions of US copyright law (17 USC 117), you have to dump the ROM yourself. And you can't just buy an NES Game Pak reader at the same flea market. Even the Retrode never supported NES format; it came with Super NES and Sega Genesis cartridge readers, and most adapters fit in one of those slots.

    1. Re:UMG v. MP3.com by drinkypoo · · Score: 1

      I know there used to be readers for NES games. I never owned one myself, I only had one for the SNES and Genesis. I forget who I gave it to long ago, accompanied by a big collection of floppies. I replaced the fdd in it before passing it along.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re: UMG v. MP3.com by Anonymous Coward · · Score: 1

      Not in Canada.

    3. Re: UMG v. MP3.com by Anonymous Coward · · Score: 1

      Are you sure? The Canadian government added several new restrictions to the Copyright Act in 2012 through the Copyright Modernization Act.

    4. Re:UMG v. MP3.com by Lotharus · · Score: 1

      Nintendo's virtual console roms for the Wii being MD5 hash matches with well known rom dumps from the internet.

      You say that as though you would expect them to differ. Of course they're matches--they're dumps of the same ROMs. Neither pirate nor Nintendo has any reason to twiddle bits in the image.

  16. Re:You don't need a ROM in order to do speedruns.. by Anonymous Coward · · Score: 2, Informative

    If you read the article you'll see that they're targeting tool-assisted speedruns, i.e.: ones that use pirated software.

    They have absolutely no way of knowing if the software used is pirated or not.
    They just assume that it is pirated since it is easier to use pirated software than licensed software in this case.

    I also assume that Nintendo are illegally bribing politicians and should be considered a criminal organization since it is easier to get to a dominant market position that way. Just like Nintendo I don't have any proof to back my speculations up with.

  17. Re:computer-guided play that skips completely huma by Anaerin · · Score: 1

    I am aware of that, but it doesn't stop my point (that no HUMAN is playing the game) is still correct. It also shows that Tool-Assisted Speedruns do not require emulators.

  18. PDRoms by tepples · · Score: 1

    Let them get an emulator, and let them get a homebrew ROM. Just stay away from infringing copies of games published by Nintendo itself.

  19. Luck manipulation requires emulation by tepples · · Score: 1

    Playing through a TAS does not require emulation. Making the TAS, however, does unless you want to spend several minutes for each rerecord. And even then, without an emulator, you'll have no way of observing the hidden variables used in luck manipulation. So existence of a well-optimized TAS is prima facie evidence that an emulator was used.

    1. Re:Luck manipulation requires emulation by Anaerin · · Score: 1

      No, actually, it doesn't. You could, for example, use a device like this as a system debugger. And Nintendo's problem is that you "have" to use a copied ROM for emulation, which is also incorrect, as you can play games directly from the ROM.

    2. Re:Luck manipulation requires emulation by tepples · · Score: 1

      Retrode is discontinued and never supported NES anyway.

    3. Re:Luck manipulation requires emulation by Gaygirlie · · Score: 1

      Retrode is discontinued

      https://www.dragonbox.de/en/63... disagrees with you. And there are others for copying/using NES-cartridges, like e.g. http://www.retrousb.com/produc...

    4. Re:Luck manipulation requires emulation by Gaygirlie · · Score: 2

      But if the device is no longer produced, how long will its stock last?

      The original Retrode 1 is discontinued, that's Retrode 2. They do manufacture them still.

      In other words, "lrn2solder".

      Doesn't change the point in any way or form.

    5. Re:Luck manipulation requires emulation by Half-pint+HAL · · Score: 1

      Is that including the internal ROM of the console? Because that's always been the biggest issue with emulation -- the ROM routines in a games console aren't a fully blown OS, by any means, but it's still copyrighted code.

      --
      Got them moderator blues I blieve I walk out the do', With these mod-points I been gettin', I 'most never post no mo'
    6. Re:Luck manipulation requires emulation by Anaerin · · Score: 2

      As I understand it, early consoles (NES, SNES, Genesis) were so simple they didn't HAVE an on-board OS. Everything was on the cart, and they relied on the fact that physical carts were next-to-impossible to duplicate for the average Joe. I do know that some of the more advanced systems, Sega CD and 32X, for example, did have an on-board ROM and "OS", mainly because they had to come up to a stable and working state before data was loaded from the media, whereas regular carts were literally wired directly into the memory space.

  20. Re:You don't need a ROM in order to do speedruns.. by PKFC · · Score: 4, Insightful

    Here's a list of tool assisted speed runs that are actually run on real hardware with a real copy of software : http://tasvideos.org/Movies-Ve...

    Getting things to sync to real hardware is amazing that so much effort FROM FANS has gone into preserving these games in emulators that it works outside of those emulators.

  21. What are the legal issues? by l2718 · · Score: 2

    I'm not sure what Nintendo's exact legal claim is (of course they'd rather not specify it!), but to this armchair lawyer is seems odd.

    Since these videos are derivative works of the games, they are probably legal because they are fair use of the games (they display graphics from the game but aren't a substitute for the game etc). I guess Nintendo is claiming that "fair use" doesn't apply if your source is an infringing copy of the work. This is not impossible, though I don't see why it should be relevant. More importantly, I think that the custom ROMs involve fair use of Nintendo's ROMs, especially since Nintendo isn't offering new ROMs for sale.

    1. Re: What are the legal issues? by Triklyn · · Score: 1

      ... have you actually ever watched one of these speed runs?

      these works were very much not intended to be played like this. The speed runners will pixel hunt to glitch through a wall, make their character do a rain-dance if it'll shave off a couple seconds. You're talking about figuring out a game to a degree that's absurd, toward the ultimate goal of bypassing as much of the game as possible.

      These people are playing all the right notes, just not necessarily in all the right order.

  22. Public performance by tepples · · Score: 2

    I'm not sure what Nintendo's exact legal claim is (of course they'd rather not specify it!)

    A video game is an audiovisual work, and Nintendo has the exclusive right under copyright law to perform its works publicly.

    Since these videos are derivative works of the games

    Nintendo has the exclusive right under copyright law to prepare derivative works of its works.

    I guess Nintendo is claiming that "fair use" doesn't apply if your source is an infringing copy of the work.

    This is true. I remember some courts interpreting the "purpose and character of the use" factor to rule out fair use defenses by alleged infringers who have unclean hands.

    More importantly, I think that the custom ROMs involve fair use of Nintendo's ROMs, especially since Nintendo isn't offering new ROMs for sale.

    Since when were Super Mario Bros. and Super Mario World removed from Virtual Console?

    1. Re:Public performance by Bing+Tsher+E · · Score: 1

      The existence of Virtual Console versions of these games cancels out the claim of the usual abandonware apologists that 'there is no way to give Nintendo money' so they are entitled to pirate roms of the game.

      Just as was the case when the games were sold in their original versions, you can presently buy a Nintendo 3DS handheld, then go onto the Nintendo online shop and buy the 'virtual console' versions of these games.

      Nintendo does all the work for you: your purchase gets you a nicely set up game to play on your 3DS. It is NOT the case that they've abandoned their IP and you're entitled to do what you want with it.

      The virtual console versions of these old games aren't even expensive. They price them at about $5 each.

    2. Re:Public performance by l2718 · · Score: 1

      Thank you for a highly informative reply.

    3. Re:Public performance by ultranova · · Score: 1

      A video game is an audiovisual work, and Nintendo has the exclusive right under copyright law to perform its works publicly.

      So does this mean that Twitch is a criminal enterprise? Also, does this mean that any game review is in violation copyright law, since they are derivative works based on the original audiovisual work? Also, you're leaving something out: a game is an interactive audiovisual work. A recording of a speedrun is not interactive.

      I strongly suspect that Nintendo doesn't have any legal standing whatsoever, and they're simply abusing the DMCA because there's no legal consequences for doing so and Youtube is pretty infamous for selling out its users when anyone asks.

      --

      Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  23. Re:So use a video capture card? by tepples · · Score: 1

    For one thing, "speedrunner.exe" appears to be malware according to a thread on Spybot forums.

    For another thing, even if speedrunner.exe refers to a different executable, it works only for real-time speedruns that incorporate human reflexes and the limited information that the game provides to users. It's not practical for tool-assisted speedruns that attempt to achieve theoretically perfect play with perfect information. How do you perform the technique of "luck manipulation" in your case?

  24. Re:Watching games is like watching movies by chipschap · · Score: 1

    I think what's missing here is that in "protecting" their "rights" the game companies don't care if they destroy the fun. It's true in this case, it 's true with always-on and other intrusive DRM, it's true in numerous other ways.

    It's almost as if they think we just owe them money in return for whatever crumbs they care to drop off the table. I understand that producing games costs money, I understand being in business to make a profit, and I don't support piracy. But there are two sides to the equation, and killing the fun changes the equation into an inequality ... the very thing that promotes piracy: "If you don't care, I don't care either."

  25. a video of an illegal activity != an illegal video by Wycliffe · · Score: 2

    Just because something illegal was done somewhere in the process to produce the video doesn't automatically make the video itself illegal.
    This seems like fair use and I don't see how the DMCA or any other law applies in this situation.

  26. A new stream... by Anonymous Coward · · Score: 1

    These people will just find a new streaming site to use... How do marketing teams think this helps?

  27. Re:This is Nintendo America's by forty-2 · · Score: 1

    Makes sense - We're basically a welfare state for layers. Gotta give those litigious little twerps something to do so they can justify their existence.

    --
    never drink kool-aid from a big vat
  28. Typical Nintendo by Midnight+Thunder · · Score: 1

    Nintendo is very aggressive at eliminating anything it doesn't like. It really doesn't seem to get the notion of community or of just letting it slide. They also haven't quite got the hang of the Streisand Effect.

    I can understand to a certain extent why they do this, but like the unofficial Pokemon party, they need to know when to turn a blind eye, or play community building tactics behind the scenes. BTW I am curious to know whether this action was by Nintendo Japan or Nintendo USA and how they vary in their legal aggression?

    I wish Nintendo would just chill sometimes and just focus on getting the 21st century.

    I say all this as someone who ends up buying the consoles from each generation, but still feeling they could do more to foster the love of the community and third-party developers.

    Maybe I am just a regular loopy fanboy?

    --
    Jumpstart the tartan drive.
  29. A very stupid company in some ways by Anonymous Coward · · Score: 2, Insightful

    Let's start by acknowledging that piracy is a major issue for companies like Nintendo and that they should do something.

    That being said I think they are doing the wrong things.

    There was an article about a web browser playable version of the original Mario game whose developer got a take down notice from Nintendo. I understand Nintendo can't allow people to just post their games in a web browser format for free. The problem is that Nintendo should be hiring this developer and doing this themselves either selling access to consumers or using ads to support the effort. Very few people are likely to buy a 30 year old game but many people would sit through a short ad to play these games or pay a very small monthly fee for access to many titles.

    Nintendo should have their own emulators and a ROM shopping site. With or without Nintendo people are going to use Emulators... Nintendo can still make some money on old games. I personally would pay about a dollar for any game before the Gamecube and a reasonable price for newer Gamecube and Wii titles. There are open source emulators for all previous Nintendo consoles, Nintendo should take the lead on this. For one they probably could have stopped the Dolphin Emulation community from emulating the Wii so quickly if they had more control over the community.

    I use emulators for older games because there is no way I am going to carry 4 or 5 consoles around with me. I live in China right now and I like to play games with friends at coffee shops on my laptop. Even if I had a house I don't think I would want more than 2 consoles max in my living room...

    I love games I'm willing to pay to play but Nintendo isn't making this easy, which is a shame!

    1. Re:A very stupid company in some ways by Cederic · · Score: 1, Interesting

      Let's start by acknowledging that piracy is a major issue for companies like Nintendo and that they should do something.

      No. I don't acknowledge that at all. I think they are not harmed at all by piracy, of the traditional or electronic kind.

  30. ...and "Kazzo" is $20 by drinkypoo · · Score: 1

    Kazzo is a $20-30 USB device for Windows only (sigh). You get one connector for $20, $5 for each additional connector, and the options are NES, FC, and SNES — but the SNES connector is only for loading their SNES flash cart.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  31. Re:I was actually planning on doing this by Bing+Tsher+E · · Score: 1

    Running pirated copies of their games is not 'embracing' them. Buy a Wii or a 3DS and buy a virtual console version of Contra and Super Mario Bros. Pirating their stuff is distancing yourself.

  32. Virtual Console in Wii Shop Channel anyone? by tepples · · Score: 2

    Nintendo should have their own emulators and a ROM shopping site.

    Nintendo has Virtual Console on the Wii, 3DS, and Wii U.

    1. Re:Virtual Console in Wii Shop Channel anyone? by tepples · · Score: 1

      Let me guess: you said "and two controllers" specifically to rule out 3DS use.

      Copyright gives Nintendo the right to choose whether its own works shall be delivered in formats suitable for multiplayer use in a coffee shop. You could always choose to play games other than those published by Nintendo, such as RHDE.

    2. Re:Virtual Console in Wii Shop Channel anyone? by Ash-Fox · · Score: 1

      So I should bring a Wii and a TV to a coffee shop as opposed to a laptop and two controllers..

      No, bring in two 3DSes, why are you being stupid?

      --
      Change is certain; progress is not obligatory.
    3. Re:Virtual Console in Wii Shop Channel anyone? by Ash-Fox · · Score: 1

      My main complaints with that suggestion are the 3DS screen is like 3 or 4 inches, my laptop is a 17 inch which is a lot like a small TV.

      Which is generally irrelevant when you're holding a portable unit like 3ds, since it's closer to you, therefore bigger screen.

      I would have to buy 2 3DS which would come to about 3 or 4 hundred dollars.

      You could get player 2 to get his own.

      All to play a couple of games I used to own before my storage locker was robbed.

      This is why having insurance is good.

      Or I can emulate the games on the machine I want to play on, my big very nice laptop.

      Which doesn't really help quality since pixel graphics tend to look worse on higher resolution screens.

      But I have ZERO interest in buying two 3DS machines so I can get an inferior experience to the one I am already getting.

      As an owner of current generation consoles, handhelds and a decent PC gaming rig, I believe I have a well rounded experience. I'm not seeing an inferior experience on equipment like 3DSes and I get the impression you're trying to justify something that isn't really a problem.

      --
      Change is certain; progress is not obligatory.
  33. Re:Watching games is like watching movies by Bing+Tsher+E · · Score: 1

    If you want to have fun you can spend the tiny $5 for a virtual console copy of the old game

    Clearly Nintendo cares enough about fans of their old games to make them available for almost nothing. I doubt if they bring in a lot of revenue for the effort of producing, selling, and supporting the old games. They know it's important for their customer base so they provide it.

  34. Re:Speedruns != TAS runs by mrbester · · Score: 2

    So the law is an ass, but those who seek to profit by it in the full knowledge that it is an ass, aren't?

    --
    "Wait. Something's happening. It's opening up! My God, it's full of apricots!"
  35. Mortal Kombat is on Steam by tepples · · Score: 1

    No way I could talk my friends into buying a 3DS for an hour of Mario Kart or Mortal Kombat a few times a month.

    One might say the same thing about PC games and their one system per player policy that PS3 and Xbox 360 happened to pick up as well. Besides, Mortal Kombat isn't Nintendo; it's WB, and it's on Steam. Even for Mario Kart, you can still "play games other than those published by Nintendo", such as Lego Racers or SuperTuxKart or emulated Crash Team Racing.

    No, I don't work for Nintendo. If I did, I probably wouldn't have linked to original homebrew NES games a couple times in this discussion, and I wouldn't have recommended avoiding Nintendo's first-party games. I'm just trying to help clear up what current law and current facts are so that we have a better idea of what fans are up against.

  36. Re:You don't need a ROM in order to do speedruns.. by wisnoskij · · Score: 1

    Which no doubt is illegal in the eyes of Nintendo (and probably some states). You can be sure that they do not endorse any modification or copying of cartridges of systems.

    --
    Troll is not a replacement for I disagree.
  37. SONY V UNIVERSAL MOTEHRF#$@#$@# by spire3661 · · Score: 1

    In the US, a backup is a backup is a backup. ROMS are LEGAL as long as you own the physical cart. The simple solution is to include a shot of the cart in the video stream and tell Nintendo to pound sand.

    --
    Good-bye
  38. Re:I was actually planning on doing this by spire3661 · · Score: 1

    You can still do it, you just cant do it on youtube. You dont need youtube to distribute video.

    --
    Good-bye
  39. Re:I was actually planning on doing this by spire3661 · · Score: 1

    Its not a pirate copy if you own the cart. ROMS are legal in the US via Sony v Universal.

    --
    Good-bye
  40. Re:You don't need a ROM in order to do speedruns.. by davester666 · · Score: 1

    Really? Nintendo had it in their console license agreement that you could not use third-party controllers? Or that you could only use Nintendo-licensed third-party controllers?

    --
    Sleep your way to a whiter smile...date a dentist!
  41. Re:You don't need a ROM in order to do speedruns.. by ganjadude · · Score: 1

    I do recall nintendo having beef with game genie at one point. I would look at this took in the same vein as a game genie

    --
    have you seen my sig? there are many others like it but none that are the same
  42. Console makers already ban copylefted software by tepples · · Score: 1

    The emulator developers should license their emulators specifically to disallow the original manufacturer from using them commercially to replace the need for the original hardware.

    They already do that. Popular emulators such as FCEUX are distributed under the GNU General Public License, a copyleft free software license. Console makers, on the other hand, forbid the use of copylefted software in licensed games. This ban became public after it was discovered that Majesco had used ScummVM, an emulator for LucasArts games, to port Pajama Sam to Wii. Nintendo instead develops its own emulators for use in Virtual Console releases.

  43. Infringement defenses under sections 107 and 512 by tepples · · Score: 1

    So does this mean that Twitch is a criminal enterprise?

    It is if it doesn't have a defense to copyright infringement. Following the OCILLA takedown procedure (17 USC 512) is one defense to copyright infringement that Twitch, YouTube, or another service provider can use.

    Also, does this mean that any game review is in violation copyright law, since they are derivative works based on the original audiovisual work?

    A review is infringing unless it has a defense, which is likely one based on the four factors of fair use (17 USC 107). For one thing, a review usually uses far less footage than a complete playthrough, which brings "amount and substantiality" in its favor more than it does for a speedrun video. Second, reviews tend to have a more transformative "purpose and character". But just saying something is fair use doesn't make it so.

    a game is an interactive audiovisual work. A recording of a speedrun is not interactive.

    Nor are the game's cut scenes. Besides, transformation into a different medium is a "derivative work", which is still infringement unless there's a fair use or other defense.

    Youtube is pretty infamous for selling out its users

    Until the alleged infringer outlines a plausible fair use defense as the basis for a counter-notification pursuant to OCILLA.

  44. NES Remix by tepples · · Score: 2

    Nintendo is being hypocritical here, since they themselves use ROM dump and emulator technology in their game systems.

    Nintendo is allowed to distribute its own games because it owns copyright in its own games. The team responsible for Virtual Console didn't have to download infringing copies from the Net. Instead, they could have done one of two things. Either they found where Nintendo had saved the original files used to create the mask ROMs, or they pulled a copy out of the library where a copy of every licensed game is kept and dumped the PRG and CHR data out of that.

    As much as you wish you could be, you are not Disney

    Exactly. Nintendo didn't lobby for the 1998 copyright term extension. Disney did.

    and can't just keep injecting adrenaline into that geriatric lineup of classic characters.

    In 2003 and 2004, Disney killed Bill. How much more violent can you get than Quentin Tarantino?

    What you need is fresh, original content.

    And Splatoon isn't?

    Encourage people to try speedruns on your hardware, by offering new versions (not just console dumps!) of old titles with new features that allow tracking of speedrun times.

    Something like NES Remix?

    Say HI to Atari for me while you are out there. They too went down the dark road of filling their console lineup with CRAP.

    Incidentally, a lot of Nintendo's practices were intended to avoid the crap that associated itself with Atari's brand in 1983-84. That's why the NES had a lockout chip, for instance.

  45. Re:Speedruns are for cows. by Anonymous Coward · · Score: 1

    I'm imagining a cow at a speedway.

    "........mmmmmmmoooOOOOOOOOOOooooooooo........."

  46. commentsubjects are dumb by Falos · · Score: 1

    Goodwill indeed. The suits keep believing they can control the universe, even as steadily-changing conditions/technology shrink their actual grip.

    Down the line, grooming a bigger base will be what matters, harboring loyalty and, yes, good will that makes the phrase "Nintendo" conceptually linked with positive ideas and words in the public consciousness.

  47. Nintendo doesn't care about nostalgic fans by AndyKron · · Score: 1

    Nintendo doesn't care about nostalgic fans. All it cares about is how quickly it can file for bankruptcy.

  48. Surprised Nintendo hasn't been more aggressive by jonwil · · Score: 1

    I am surprised Nintendo hasn't been more aggressive in enforcing its IP.
    Like targeting http://www.supermariobrosx.org... and Super Mario Bros X (a PC game that lets you build and play Mario levels, something in direct competition with their new Super Mario Maker game)
    Or going after the many web sites selling arcade machines featuring unlicensed copies of Nintendo games in them.

    1. Re:Surprised Nintendo hasn't been more aggressive by tepples · · Score: 1

      Then why don't the SMBX developers make additional graphic skins that aren't pixel-for-pixel copies of Super Mario Bros. graphics?

  49. New President..? by thoughtlover · · Score: 1

    New direction on where and how to control IP ? Be damned the fanboys?

    --
    No sig for you! Come back one year!
  50. Re:You don't need a ROM in order to do speedruns.. by flopsquad · · Score: 1

    There is a difference between an infringing work and a work that may have involved infringement in its making.

    For example, posting a song/movie without the copyright holder's permission is not the same thing as posting a video that includes a song/movie clip that is protected by fair use, but instead of buying the song/movie you got it from a filesharing site.

    --
    Nothing posted to /. has ever been legal advice, including this.
  51. Re:You don't need a ROM in order to do speedruns.. by countach · · Score: 1

    I don't think having a robot arm control the controller can be considered modifying the system. And I can't see how Nintendo could prove that this isn't how you did it.

  52. High-level emulation of console BIOS by tepples · · Score: 1

    The Game Boy, Nintendo 64, and Game Boy Color internal ROM is just a small bootloader, and emulators tend to high-level emulate this, meaning they reimplement its functionality in native code as part of the emulator. Game Boy Advance and Nintendo DS, on the other hand, have a BIOS with actual routines that games call. Emulators can HLE these, or you can you can use a BIOS dump made with your own system and a flash cartridge.

  53. Re:You don't need a ROM in order to do speedruns.. by ganjadude · · Score: 1

    to be clear im not siding with nintendo, im simply saying its not against their character to do this being they have been doing it for 30 years

    --
    have you seen my sig? there are many others like it but none that are the same
  54. Re: You don't need a ROM in order to do speedruns. by jhoger · · Score: 1

    Sworn deposition would probably do it. Having to swear on a stack of holy bibles can plain rattle some folks.

  55. Re:You don't need a ROM in order to do speedruns.. by AAWood · · Score: 1

    To follow on this, I invite people to look up the Awesome Games Done Quick/Summer Games Down Quick charity streams. They often include sections by TASbot; a robot that plays tool assisted speedruns on actual consoles, running the actual games from actual game cartridge. ROMs were probably involved somewhere along the lines to create those TAS runs, but that's not what the videos are showing.

  56. This has never been a thing by Lord+Bitman · · Score: 1

    If you create a painting using stolen paintbrushes, the painting is still yours.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  57. The Nintendo Partnership by NoZart · · Score: 1

    Nintendo created some program, so that users can monetize ther LP's - AFTER Nintendo censored them of course.

    Maybe this is a step to coax those players into this program, where Nintendo can silence all critics at will?

    Or they just don't want the world to know that their Mario Games can be played through in mere minutes :D
    (i know that's not true for all marios, but the older ones for sure)

  58. Re:If this means no SMWCentral stuff by Aerokii · · Score: 1

    Does anyone know what this is referencing? I can't seem to find any info, and I've forever polluted my search history.

  59. Re:Watching games is like watching movies by Triklyn · · Score: 1

    the problem being, that many times the newer versions will patch out existing glitches, or be slightly to significantly different from existing versions. It'd be like trying to have speed records if they modified the length of the track slightly every other year. or changed the speed of a second.

    i think on different versions of symphony of the night, the speed runners have to contend with the different load speeds between the different systems.

  60. Silly by iq145 · · Score: 1

    Nothing better to do with their time!