Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
PlayStation (Games)

Blockchain Gaming Is Coming to the PS4 (sludgefeed.com) 48

An anonymous reader shares a report: The relatively new blockchain gaming industry is about to take a massive step forward as non-fungible tokens (NFTs) are making their way onto the PlayStation 4. Arcade Distillery, a game developer that creates titles for PS Vita, PS4, Xbox One and Nintendo Switch, is gearing up to launch a new game for the PS4 built around the Ethereum (ETH) blockchain. Plague Hunters is a single-player-focused, turn-based strategy RPG with some PvP elements and the sequel to the successful Plague Road.

The game, which will be free-to-play and feature a marketplace for P2P transactions, has passed the Sony review process, passing all of PlayStation's terms and conditions, despite containing numerous elements of blockchain tech. This marks the first time any blockchain game has been able to accomplish this feat. Similar to other blockchain games, it looks like Plague Hunter's in-game assets, including units, weapons and other items, will be pegged to NFTs.

This discussion has been archived. No new comments can be posted.

Blockchain Gaming Is Coming to the PS4

Comments Filter:
  • by Kenja ( 541830 ) on Monday November 19, 2018 @02:48PM (#57669274)
    So... are we done with blockchain yet? Or do we need to wait for the Blockchain Burger at McDonalds?
    • by ShanghaiBill ( 739463 ) on Monday November 19, 2018 @03:29PM (#57669544)

      So... are we done with blockchain yet?

      No. Blockchains have legitimate uses. However the app described in TFA isn't one of them.

      A blockchain is basically distributed trust. If I don't trust you, you don't trust me, and there is no 3rd party that we mutually trust, then a blockchain is useful because it allows a publicly authenticated transaction.

      For the app described in TFA, a blockchain is pointless. There is already a centralized authority (the game publisher) who can just run a normal DB on their server to keep track of the tokens.

      • by nwaack ( 3482871 )
        Yeah, but motherfokkin' BLOCKCHAIN!!!!
      • by Anonymous Coward

        Yes, they can.

        But they also want to be able to market the player's transactions to the bottomfeeders. To do that they have to be able to uniquely track each transaction and be able to draw definitive metrics based on it. Who had what, for how long, how much did they pay, how much did they make, when, who they bought from, who they sold to, etc.

        tl;cr: They want to turn every action the player makes in the game into a revenue stream from advertisers.

      • Bullshit. There isnt a single application of BC that cant be built, faster, cheaper and with increased performance WITHOUT blockchain. as to secure.... You pointed out its "distributed". Any distributed system is only as secure as its least secure node. Every link in the chain can't possibly ensure every other link is secure (ie all patched, secure environment, pen tested, you know, security requirements) therefore the entire chain must be classified ad insecure. Hence... Blockchain is bs buzzwords.
        • by rtb61 ( 674572 )

          The intent here, to sell that blockchain credit for real cash outside of the game, with the claim it is not real money, even though they are attempting to create a method where they can and there of course is how much performance can the steal from your gameplay whilst they grind coin and of course when you are not using your device and it has taken over and you can bet gambling cyrpto targeted at minors or is that just gullible miners, ;D.

        • Any distributed system is only as secure as its least secure node.

          This is not true in general, and certainly is not true for distributed blockchains.

          • It's absolutely true in general. Ever try to bring a business PCI complaint?I have, I'm also responsible for a CJIS environment and I'm CISSP certified.
            My experience, professional work and certifications, tell you you're wrong.
  • ...in your mouth. Ugh, seriously? I bet this bleeding edge technology will produce much synergy and be disruptive to the gaming industry while moving the needle to rightsize the company's gaming prowess.
  • ... provide a goddam car analogy.

    I'm a retired IT guy of 28 years and I'm up on blockchain on the business side, but I never took the time to immerse myself in the game world.

    Thanks.

    • So let's say you have a car problem. What you do is open up a browser and go to Google. You Google that shit until you find a solution.
    • by Anonymous Coward

      ... provide a goddam car analogy.

      I'm a retired IT guy of 28 years and I'm up on blockchain on the business side, but I never took the time to immerse myself in the game world.

      This would be the equivalent of stamping your VIN on every single part of the car so that piece becomes globally unique, and it's ownership can be tracked through the blockchain.

      So, in the game, when you acquire a thingy, that thingy is unique, and its ownership is stamped as having passed through you should you ever pass it on, thereb

      • World of Warcraft has features that should have been in these kinds of games all along. Not just immediate buyback of an oops-sold item, but restoration of deleted/destroyed/disenchanted items, as long as you have the materials or money you got from the destructive act. This can be days or weeks later.

        Tracking provenance on items doesn't need a block chain. Just additional coding for owner lists as it changes hands, along with mods to the item. Normally companies scrub that so it just needs to store a g

        • My understanding, and I'm open to a call of bullshit on my part,blockchain, in its current form, does not allow for returns or deletions. If it did, hackers would be all over that.

          Thanks for replying.

      • by hey! ( 33014 )

        I don't doubt you've correctly characterized what they're using blockchain for, but what's still missing is any argument for why blockchain is a good way of doing this.

        Blockchain's advantage for cryptocurrency is that it creates a decentralized audit trail in a situation with no central authority and no mutual trust between users.

        This doesn't describe a console game environment at all. In the console environment the software vendor controls everything -- unless they allow you somehow to play with your own

      • Even having no idea, I see where you're heading. Thanks.

  • by Sarten-X ( 1102295 ) on Monday November 19, 2018 @03:02PM (#57669372) Homepage

    I was going to make a snarky post about blockchain being utterly useless in an application where a game operator controls everything, then I realized it actually has a practical effect.

    Back in the bad old days of early online games, a common way to cheat was to attack the game server to tweak the game database. Sure, the admins would come in and correct things soon enough, but it was trivial to just inject a bit more SQL and ruin things again.

    In later games where trading became a part of the game, item duplication or other replication bugs skewed in-game economies in the cheater's favor, as it was possible to have your item and sell it, too.

    Having every item tied to a unique token (and having appropriate verification in the game code) would make such attacks far more difficult. You couldn't just create or duplicate an item... you'd have to also generate a new token for it, and inject it into the blockchain appropriately, which would be a significant amount of effort for an attack payload.

    It has an interesting parallel to multi-factor authentication. You might easily attack one channel, but having to launch a coordinated attack on a second channel makes the whole endeavor much more difficult.

    Of course, it does all hinge on the game code implementing such security properly. I have no idea whether this particular game would do so.

    • by shess ( 31691 )

      Of course, it does all hinge on the game code implementing such security properly. I have no idea whether this particular game would do so.

      Of course, all of those other problems are caused by the game code not implementing security properly, so I don't think you need precognition to figure out how well it will work in this case...

    • I don't see how a blockchain is better than just an item database with a log of what items were created, with what statistics, how they were modified and used, and if/when they were destroyed (sold to a NPC merchant, junked, deleted with a character, etc.) It seems a lot more work as opposed to just having a solid journal mechanism, especially if the only people using it are company internal. However, a blockchain might be useful to guard against internal tampering.

      I can see one place where blockchain tec

      • I don't see how a blockchain is better than just an item database with a log of what items were created, with what statistics, how they were modified and used, and if/when they were destroyed (sold to a NPC merchant, junked, deleted with a character, etc.) It seems a lot more work as opposed to just having a solid journal mechanism, especially if the only people using it are company internal. However, a blockchain might be useful to guard against internal tampering.

        Theoretically, because it's distributed. For example, if you decide to buy a game and pay $XX a month, and invest countless hours and sometimes real $$$ into acquiring digital items... but you don't trust the developer to be able to manage a database.

    • You're technically correct (the best kind of correct!) but practically, this way of addressing the problem is criminally inefficient and amounts to nothing but socializing the costs of an incredibly expensive marketing campaign. There were more efficient ways of assuring item uniqueness to a reasonably extensive degree, but they couldn't be summed up with a single buzzword.

    • Running on the ETH chain, so every transaction will be slow and expensive. This is the same network that was brought to its knees by Crypto Kitties, fer chrisssakes
  • by xack ( 5304745 ) on Monday November 19, 2018 @03:03PM (#57669378)
    And the Ethereum genesis block cashed out. There';s no more hype for blockchain in gaming, anymore than a fidget spinner mmo.
  • Does it have disruptive AI? If not, you can forget about synergy!
  • This "blockchain gaming" sounds like a truckload of horseshit.

    I wonder if these new cryptocurrency press releases have anything to do with this:

    https://www.coindesk.com/bitco... [coindesk.com]

  • gearing up to launch a new game for the PS4 built around the Ethereum (ETH) blockchain

    Is this just a sly attempt to hijack PCs for mining?

  • by Anonymous Coward

    It's amazing that we've come so far as to have the technology available for people to trade digital assets for digital "currency", We are truly fortunate that "teh bLockChain!!1!" has enabled us to achieve this breakthrough.

  • by sad_ ( 7868 )

    a single player game with PvP?

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...