Kategorie: PC

  • 20 minutes gameplay video of The Evil Within released

    20 minutes gameplay video of The Evil Within released

    Reading Time: < 1 minute

    The Evil Within is a new survival horror title whose main character is a detective called Sebastian who attends the scene of a mass murder only to find a powerful, mysterious force lying in wait. After being attacked and got knocked out he wakes up in a world inhabited by monsters.

     

    Bethesda’s upcoming survival horror title, The Evil Within, gets the dev sessions treatment.

    The EGX developer sessions recreate the behind-closed-doors intimacy of a private industry presentation for hundreds of gamers to experience in person.

     

    Is expected to release at some point in 2014 for PS3, Xbox 360, PS4, Xbox One and PC.

    Official Source: http://www.youtube.com/watch?feature=player_embedded&v=rhbL72O219s

  • Cyberith auf der GAME-CITY 2013

    Cyberith auf der GAME-CITY 2013

    Reading Time: < 1 minute

    Hier sind ein paar Fotos vom Cyberith Team in Action , wir freuen uns sehr die jungs kennengelernt zu haben. Tolles Team 🙂

     

    IMG_5362 IMG_5361 IMG_5360 IMG_5359 IMG_5358

     

    http://www.youtube.com/watch?v=xNj2raXBeV0&feature=player_embedded#t=0

  • Rumor: GTA V PC version release date leaked?

    Rumor: GTA V PC version release date leaked?

    Reading Time: < 1 minute

    Coming Late November/Early December.

    Grand Theft Auto V for the PC could launch this Holiday season.

    http://www.amazon.de/Rockstar-Games-Grand-Theft-Auto/dp/B0071L2QD0

    That, according to two online retailers, who are already listing the game with a release date of late November / early December.

    The first source, Gameseek (UK), says the game will be released on November 22. The second one, Zavvi, lists the game to release on 6th December.

    1gIFu 1gIF3

    Official Source: http://wccftech.com/gta-v-pc-release-date-leaked/

  • You want to Play GTA IV in 4K on your PC, or how GTA V PC will maybe look like?!

    You want to Play GTA IV in 4K on your PC, or how GTA V PC will maybe look like?!

    Reading Time: 2 minutes

    What you see above is a 4K shot of the PC version of GTA IV with some mods applied. The author of this impressive work is Raphael Smith who has explained how he did it:

    “I have a Steam version of GTA IV which I modded with Better City Textures, GTA IV Road Textures by Fonias, Supreme Vehicle Conversion Pack-140 vehicles, Traffic Control System V1.0B, DKTronics70 Vegetation, and a first-person mod by C06alt. Then used IcEnhancers beta 1.25 ENB for the lighting.”

    Grand Theft Auto Patch by Rockstar Games!

    If you got Problems Installing follow this Link -> https://support.securom.com/pop_gtaiv.html

    WARNING!! FULL INSTALLATION HAS MORE THAN 25GB ON HARDDISK!!

    8517615658_42eecf8c59_o 8517614178_77a8fdf217_o 8516499963_54ec429b3b_o 8516500551_ac0fa5e642_o 8517616932_a4793224fd_o
    However, all this visual work has a big con, the system he used was only capable of running the game at 5 fps (3384×2160) but worked great at 30-50 fps (1920×1080).

     

    Official Source: http://www.flickr.com/photos/15539352@N02/sets/72157632886023166/

  • ROCKSMITH® 2014   DIE NEUEN GUITARCADE-MINISPIELE ZEIGEN, WAS IN EINER GITARRE WIRKLICH STECKT

    ROCKSMITH® 2014 DIE NEUEN GUITARCADE-MINISPIELE ZEIGEN, WAS IN EINER GITARRE WIRKLICH STECKT

    Reading Time: < 1 minute

    Ubisoft® veröffentlichte einen neuen Trailer zu Rocksmith® 2014. Darin bekommen Fans einen Einblick, wie sie von Level zu Level spielerisch und auf schnellstem Wege Gitarre spielen lernen und in den Guitarcade-Minispielen richtig rocken können.

     

    Das komplett umstrukturierte Interface und alle neuen Features der Rocksmith® 2014 Edition, bringen dem Spieler die Kernelemente des Gitarrenspielens besser bei und machen das Lernen schneller und spaßiger als jede andere Methode. Spieler können mit dem neuen individualisierbaren „Riff Repeater“ jede Stelle eines Songs auswählen, die sie spielen möchten. Der Schwierigkeitsgrad und die Geschwindigkeit kann dabei sofort angepasst werden. Ein neuer „Master Mode“ macht auswendiges Spielen zugänglicher und die neuen „Guitarcade“-Mini-Spiele wurden kreiert um spezielle Gitarrenfähigkeiten zu verbessern. Es war noch nie so einfach für Spieler ihre Lieblingslieder zu spielen wie mit diesen flexiblen und starken Übungswerkzeugen.

     

    Rocksmith® 2014 enthält eine neue Track-Liste mit mehr als 50 Hits, inklusive „Stone“ von Alice in Chains, „Walk This Way“ von Aerosmith, „Knockin‘ On Heaven’s Door“ von Bob Dylan, „The Chimera“ von The Smashing Pumpkins, “Don’t Look Back In Anger” von Oasis, “Ultra Soul” von B’z, einer bekannten Pop-Rock-Band aus Japan. Mehr Hits werden in den kommenden Monaten bekannt gegeben.

     

    Rocksmith® 2014 erscheint am 24. Oktober für die PS3™ und Xbox 360® sowie für Windows PC und MAC.

     

    http://www.youtube.com/watch?v=8JmbP88hOPQ

  • How to Remove Shut Down Button from Windows Vista and 7 Login Screens?

    How to Remove Shut Down Button from Windows Vista and 7 Login Screens?

    Reading Time: 2 minutes

    Here we start the tutorial:

    1. We’ll need to edit „%windir%\System32\authui.dll“ file. First copy authui.dll file from „System32“ folder to some other location for example Desktop.

    Note: here %windir% represents „Windows“ directory which can be found in the system drive where Windows is installed. In most of the cases its C:\Windows.

    2. Now open the new file in Resource Hacker.

    3. Now press „Ctrl+F“ keys or select „Find Text“ option from „View“ menu.

    4. Type Shutdown in Find what text box. Click on „Find Next“ button and it’ll go to following lines:

    <element id=“atom(ShutDownFrame)“ layout=“flowlayout()“>
    <button id=“atom(ShutDown)“ accname=“resstr(12128)“ tooltip=“true“/>
    <button id=“atom(ShutDownOptions)“ accname=“resstr(12131)“ accdesc=“resstr(12131)“ tooltip=“true“ shortcut=“115″/>

    5. Replace the last 2 lines of code with following:

    <element id=“atom(ShutDownFrame)“ layout=“flowlayout()“>
    <button id=“atom(ShutDown)“ accname=“resstr(12128)“ tooltip=“true“ layoutpos=“none“/>
    <button id=“atom(ShutDownOptions)“ accname=“resstr(12131)“ accdesc=“resstr(12131)“ tooltip=“true“ shortcut=“115″ layoutpos=“none“/>

    Guess what? We are only adding an extra string layoutpos=“none“ at the end of each line.

    6. That’s it, click on „Compile Script“ button and save the file.

    7. Now we’ll need to replace original authui.dll file present in „C:\Windows\System32\“ folder with our new authui.dll file which we saved at Desktop or some other location.

    7 a. First take ownership of „C:\Windows\System32\authui.dll“ file using following tutorial:

    Add Take Ownership Option in File / Folder Context Menu in Windows Vista and 7

    7 b. Now rename it to „authui_backup.dll“ or any other name.

    7 c. Now copy your new modified „authui.dll“ file from Desktop to „System32“ folder.

    PS: If you are using 64-bit Windows edition, you’ll also need to replace authui.dll file present in „C:\Windows\sysWOW64\“ folder.

    8. Restart your system and after restart Windows will start using your new modified file and you’ll not see the „Shutdown“ button on login screen.

    PS: Windows Vista „authui.dll“ file contains only a single instance of (ShutDown) string, so you’ll need to replace it only once using Step 3 and 4 but Windows 7 contains 3 instances of this string, so you’ll need to change all the 3 instances in the file.

     

    Official Source: http://www.askvg.com/how-to-remove-shutdown-button-from-windows-vista-and-7-login-screens/

  • How To: Remove The Language Button From Your Logon Screen

    How To: Remove The Language Button From Your Logon Screen

    Reading Time: < 1 minute

    This removes the (usually) EN button from the top left corner of your logon screen. It also removes the mysterious extra language from your language toolbar especially if using non en-US as your default language.

    First, navigate your way to the Control Panel.

    If you are using the Category view click on the link Change keyboard or other input methods under Clock, Language, and Region.

    If however you are using one of the Icon views click on the Region And Language link.

    On the Region and Language window, click on the Administrative tab. See image below.

    Then in the Welcome screen and new users accounts box, click on the Copy settings… button (Admin privileges may be needed). See image below.

    Next, in the Welcome screen and new users accounts settings window, under the heading Copy your current setting to: Check the boxes against Welcome screen and system accounts and New user accounts (This covers all options!)See image below.

    Finally, OK your way out.

    Re-booting may be required before you will see any changes.

     

    Official Source: http://windowsforum.com/threads/how-to-remove-the-language-button-from-your-logon-screen.53992/

  • GTA 5’s leaked Xbox 360 data reveals PC and PS4 build code

    GTA 5’s leaked Xbox 360 data reveals PC and PS4 build code

    Reading Time: < 1 minute

    Nothing has been confirmed, but an alleged Pastebin file containing an XML of the config file for the Xbox 360 version of Grand Theft Auto V shows the following (this was spotted at Reddit):

    That’s right, you can clearly see PC and „Orbis“ in there. And, if you are wondering why build code for the PC and PS4 versions would be in an Xbox 360 config file, well…

    …A few other games also had similar config files in their SDK with multiple configurations for different platforms, including Borderlands, Unreal Tournament 3 and Star Wars: Battlefront 2 just to name a few. Heck, there are even PS3 and Xbox 360 configuration settings for APB: Reloaded if you bother to look through the data folders.

    To better explain this for newbies: Most developers build games around a general code base and configure the game’s specifications per platform within an single config file, as opposed to building new code or separate config files for each and every platform. The only time the code will drastically changed is when a mobile or portable port is involved.

    As for the 360 config file… the different pool sizes you see roughly relates to how much of ‚X‘ will be stored in memory based on platform specifications. Most of every AAA multiplatform game has a file like this to scale texture, draw distance, particle effects or actor data to each platform.

    As you’ll notice, there are specifications for the Xbox 360, PC, PS3 and Orbis, or the PlayStation 4 (viz., the Orbis is the name of the PS4’s operating system when working with the dev kit).

    Official Source: http://www.neogaf.com/forum/showthread.php?t=678177

    http://www.cinemablend.com/games/GTA-5-Leaked-Xbox-360-Data-Reveals-PC-PS4-Build-Code-59102.html

  • Call of Duty: Black Ops II multiplayer free on Steam until Monday

    Call of Duty: Black Ops II multiplayer free on Steam until Monday

    Reading Time: < 1 minute

    Yes, you read it right. The Activision Publisher Weekend has begun on Steam and apart from the juicy discounts on some games of the publisher, you can play the entire multilayer part of Call of Duty: Black Ops II for free, but only until Monday so if you’re interested, don’t waste your time and head to the links below.

    The Activision Publisher Weekend has begun!

    Now through Monday*, take advantage of an Activision catalog discount of 25%. You’ll also be able to take part in a Call of Duty: Black Ops II free multiplayer weekend until Sunday at 1:00PM Pacific Time.

    Be sure to check back every day for special 24 hour Daily Deals!

    *All discounts end Monday, September 16 at 10AM Pacific Time

    Official Source: http://store.steampowered.com/news/11443/

    http://store.steampowered.com/agecheck/app/202970/

  • Teen Drops $33K on Historic Wikileaks Server Using Dad’s eBay Account

    Teen Drops $33K on Historic Wikileaks Server Using Dad’s eBay Account

    Reading Time: 2 minutes

    After 10 days and 93 bids, an historic server used to host Wikileaks’ treasure trove of secret documents has sold on eBay — to a 17-year-old who used his dad’s email account without permission.

    Swedish ISP Bahnhof, which had hosted Wikileaks for about eight months starting back in 2010,decided to sell the server last week, hoping to raise money for two charities: Reporters Without Borders and the 5th of July Foundation, a digital rights group.

    The winning bid was $33,000. But according to Bahnhof CEO John Karlung, soon after the auction closed this morning, he got a message from the buyer, saying he wants to back out of the deal. His son bought the item without his knowledge or permission.

    According to eBay’s records, the boy initially bid $10,200 for the server, back on September 7. He then bid seven more times as the auction heated up.

    After it was unplugged in June 2011, the server — a Dell Poweredge R410 worth maybe $4,000 — had served as a conversation piece in a bar in one of Bahhof’s Stockholm data centers. Bahnhof has wiped the data from it and is selling it as a historical curiosity.

    Wikileaks — which wasn’t in line to benefit from the auction — was no fan of the sale, saying that Bahnhof had exaggerated the role played by the server, and that the Swedish ISP “did not seek permission to auction the WikiLeaks server or to use it for marketing purposes, or to send the proceeds to others.”

    The server was one of several used to host the Iraq War Logs, but was never a primary server, Wikileaks said.

    “We do not support Bahnhof exploiting the privacy and good name of their clients for marketing purposes,” the whistle-blowing outfit said via Twitter last week.

    Wikileaks never actually owned the box. They rented it from Bahnhof.

    Karlung wouldn’t identify the buyer, saying he wanted to preserve his privacy. But he put us in touch with the unlucky server-winner. He says he’s an industrial maintenance worker who lives just outside of Lisbon. He forwarded us the messages he sent Karlung after his son won the auction.

    “My son is 17 years old and is crazy about conspiracy theory,” the winner wrote to Karlung.

    In an email interview, the forlorn winner said that he was “speechless” when he learned about his son’s purchase. But they haven’t had time to talk yet. “A more serious conversation will be tomorrow,” he said.

    The number-two bidder now gets a shot at owning a piece of history — for $32,900. Lucky them — provided their bid is legit.

     

    Official Source + Pictures: http://www.wired.com/wiredenterprise/2013/09/teen-wikileaks/?mbid=social11865724