Schlagwort: facepunch

  • Harsh Survival RPG Rust Hits PlayStation 4 in 2020

    Harsh Survival RPG Rust Hits PlayStation 4 in 2020

    Reading Time: 4 minutes

    Facepunch and Double Eleven have today announced that the hugely popular online survival game Rust will be released on PlayStation 4 next year. We found some time to speak to Facepunch chief Garry Newman and pick his brain about Rust and what the announcement means for players.

    Rust already has a huge following on PC. Why do you think players have connected with the game so much?
    Rust is a harsh survival game. A dumb move and you can lose hours, days, weeks or progress. A smart move and you can advance your position on the island by weeks. It’s a game of huge risks and huge rewards.

    When you start out you’re going to be the underdog. You have a rock and everyone else seemingly has an AK. You need to work your way up. This isn’t a linear path. You could find a fully loaded corpse and springboard from there. You could find a quiet part of the island to create a base and build up to that. You could get some friends and work together to rule the whole island.

    I think this is why it’s so popular. Every time you die you want revenge, you want to try a different strategy.

    What were your main inspirations when originally designing Rust’s brutal world?
    When Stalker was first announced we were really excited for the world they described. A real living world where things happen when you’re not there. Skirmishes happening miles away, animals going about their business, lots of unexplained stuff, radioactive areas of great interest. That world was a huge interest to us.

    We’re also huge FPS players, so the obvious stuff like Call of Duty, Counter-Strike and Battlefield.

    Players have been asking for a console release for a while now. Why did you make the decision to release Rust in 2020?
    We’ve been working on Rust on PC since 2013 in Early Access. While it was in early access we felt we had a promise to fulfill for everyone that supported us, so PC was our main priority.

    We came out of early access in 2018, so at that point we felt we could start looking at the console version, but at the same time it isn’t something we wanted to rush out.

    What are the key things you want to focus on when releasing a game like Rust on console?
    Rust is the best survival game on PC. That’s not marketing speak, it’s a scientifically provable fact. So our priority is making Rust the best survival game on Console too.

    We’ve already got the main ingredient for that: the game itself. So the only thing we have to do to make Rust the best Console survival game is avoid tripping over ourselves in terms of controls and performance. It’s particularly important to get those things perfect in a PVP game like Rust.

    Rust’s world doesn’t present you with an immediately obvious storyline, but the post-apocalyptic environment is littered with both American and Russian imagery and references– is there a hidden story there?
    Yeah we have a story, everything in the world has reason and meaning. We don’t share any of that directly because we want to avoid the Star Wars situation where we can’t do something without contradicting five story things. We’ve found this works well for our community, it awesome to see them explore and piece things together based on what they find.

    Part of the joy of Rust is finding or hosting a regular map to play on– will PlayStation players be able to rent their own servers?
    Definitely. It’s important for us to allow players to take ownership and configure their servers to their own preferences.

    What are you most looking forward to when Rust releases next year?
    Rust spawns a lot of stories. In other games you might be in a situation, a horse kicking an NPC in the face or something, but you know that everyone else has had that situation. Every Rust player I’ve ever spoken to in real life has these stories.

    A guy once told me a story about how he fell down a pit with no way to get out. So he had this situation where he had to throw all his guns, clothes, and ammo one by one up in the air for his squad mate to catch and keep safe for him. He was laughing so hard telling the story that he had tears in his eyes.

    I’m looking forward to hearing a lot more of these stories. At family parties. While I’m trying to eat.

    Website: LINK

  • facepunch: the facial recognition punch clock

    facepunch: the facial recognition punch clock

    Reading Time: 2 minutes

    Get on board with facial recognition and clock your screen time with facepunch, the facial recognition punch clock from dekuNukem.

    dekuNukem facepunch raspberry pi facial recognition

    image c/o dekuNukem

    How it works

    dekuNukem uses a Raspberry Pi 3, the Raspberry Pi camera module, and an OLED screen for the build. You don’t strictly need to include the OLED board, but it definitely adds to the overall effect, letting you view your daily and weekly screen time at a glance without having to access your Raspberry Pi for data.

    As dekuNukem explains in the GitHub repo for the build, they used a perf board to mount the screen and attached it to the Raspberry Pi. This is a nice, simple means of pulling the whole project together without loose wires or the need for a modified case.

    dekuNukem facepunch raspberry pi facial recognition

    image c/o dekuNukem

    This face_recognition library lets the Pi + camera register your face. You’ll also need a well lit 400×400 photograph of yourself to act as a reference for the library. From there, a few commands should get you started.

    Uses for facial recognition

    You could simply use facepunch for its intended purpose, but here at Pi Towers we’ve been discussing further uses for the build. We’re all guilty of sitting for too long at our desks, so why not incorporate a “get up and walk around” notification? How about a flashing LED that tells you to “drink some water”? You could even go a little deeper (though possibly a little Big Brother) and set up an “I’m back at my desk” notification on Slack, to let your colleagues know you’re available.

    You could also take this foray into facial recognition and incorporate it into home automation projects: a user-identifying Magic Mirror, perhaps, or a doorbell that recognises friends and family.

    What would you do with facial recognition on a Raspberry Pi?

    Website: LINK