[Official] Skate 2 - released!


Recommended Posts

am i the only one who cares? lol

anyway i just played the demo and its a timed 5min demo but doing 'quest' thingys extends time. Its fantastic everything i expected and more! the bailing is really fun! and at the end of the demo there is a video and there seems to be a few megaramps! WOOHOO can't wait for the 23rd!

Absolutely fantastic. They've fixed the grinds so the board does what you want, animations look more fluid, graphics better, music - ace as usual, new tricks are going to take time to master and the environments looks less bland. :D

Really can't wait. :)

Does the demo need a gold account?

I'm back on Silver since the end of December. I think I have some 24 hour codes around somewhere though (Y)

I think so.

More and more demos are being open to Gold Members first before Silver can get their hands on it.

The walking controls are pretty damn terrible and clunky to be honest. I thought they'd have worked on them more :/ Moving objects is just awkward!

The rest of the game is top notch though, I love all the licensed clothing and decks. Its awesome that they've made the clothes get dirty if you bail, and even the shoes begin to ware the more you flip! Brings back memories of all the shoes I used to go through :p

Can't wait to play online :)

The walking controls are pretty damn terrible and clunky to be honest. I thought they'd have worked on them more :/

Aye, unfortunately they were only given a year and a half to finish it. Never mind will be fixed for skate 3 no doubt. :p

Quick vid showing off the tripod camera and a footplant.

Aye, unfortunately they were only given a year and a half to finish it. Never mind will be fixed for skate 3 no doubt. :p

Quick vid showing off the tripod camera and a footplant.

Waw nice trick, I can barely manage a grind. I do find the game fun however only for the activities. On Tony Hawks I just used to go around just racking up massive points for no reason at all, while on this game I just don't find it fun free skating but that's maybe because I can't do anything cool yet :p

Waw nice trick, I can barely manage a grind. I do find the game fun however only for the activities. On Tony Hawks I just used to go around just racking up massive points for no reason at all, while on this game I just don't find it fun free skating but that's maybe because I can't do anything cool yet :p

Heh it'll come with time, I remember when I got the demo I use to fall flat attempting to do nose grinds. Now I can do tre flips to smiths in a couple of attempts. The new moves have me perplexed though. It took me 12 attempts to nail that. Most of the time my characters foot would miss the rail and I'd put him face first into it instead. :p

I've found the ability to move objects much less of a gimmick than I imagined since you have much more freedom to put things where you'd like. I've found you can move the table half way up the ramp so you can ollie and attempt to plant over it or invert over it.

Apparently you can then upload your newly made spots and see if people can beat that score which is cool. :)

I was really excited about the first Skate but was really disappointed, have always been a Tony Hawk fan but this game is so "slow" it makes it incredibly boring.

I'm more interested personally to see if they can get Tony Hawkes back on it's feet. Skate 1 just wasn't my cup of tea really although I've lost interest in TH too recently. It'd be nice if they didn't have to have the whole Jackass crew there every game and I think they could do with returning to basics and cutting alot of this slow motion or those manual kick flip things they introduced in the last two games out. Nowdays when I play TH's I feel like I have to manage 15 buttons at once.

But yeah, hopefully Skate forces the competition to pull their finger out.

Hopefully, considering that EA axed "EA Black Box" which is the developer for NFS and Skate.

EA Black Box AXED

Apparently they are getting 'consolidated'. They were working in central Vancouver in one of the most expensive buildings in the area and EA don't think they are worth the rent so shoved them in with their other in house studios at the massive EA site.

I'm sure if Skate 2 sells well they will keep that team and fire the ones working on N4S.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I'm still on Windows 10 22H2 because I didn't want to deal with all the issues in Windows 11, so I waited almost a week before installing the latest Patch Tuesday update (KB5094127), I went ahead and did it, and it was a huge mistake—ever since then, my File Explorer has seen a performance drop of about 30% when transferring large files... Once again, Microsoft has outdone itself! This update cannot be uninstalled, either through the Control Panel (via Settings) or by accessing Advanced Startup Options. The only possible alternative would be to use system restore points, but I’d have to reinstall all app and driver updates (and there’s no guarantee it would work). Or there’s the “nuclear option” of a in-place repair without losing files or apps, but even then, all my customizations would be lost! Microsoft just can’t help but mess everything up! Way to go, Microsoft! But I still don’t want your c****y Windows 11!
    • Microsoft: Windows 11 could finally solve a major issue across AMD, Nvidia, and Intel GPUs by Sayan Sen While Microsoft has been trying to improve it, Windows 11 is definitely not flawless, as even today some issues are taking a year to publicly acknowledge. However, one area of trouble that may finally see much better results soon is graphics driver crashes. Work on graphics driver timeouts, also called Timeout and Detection Recovery (TDR), is not new as the latest WDDM 3.2 also has specific improvements regarding it. Windows Display Driver Model (WDDM) version 3.2 is supported on Windows 11 24H2 and 25H2. However, with the upcoming version 26H2, TDR crash diagnosis could go to the next level as Microsoft is introducing a new DirectX 12 API feature called "DirectX Dump Files". Similar to how system memory dump files work when a system crashes or freezes or encounters any such major issue, DirectX Dump Files (DDF) will essentially record a snapshot of the GPU execution right at the moment a graphics-related crash or hang or freeze occurs, so that developers can better understand and diagnoze these TDR and timeout detection errors. The dump will be available as a .dxdmp file for analysis and it will be a comprehensive dump file generated with detailed insights about the hardware, drivers, Windows, as well as the affected application. This should be another welcome change in this department. Earlier at GDC 2026, when the technology was first debuted, Microsoft had shared more details regarding it. The company had explained how DDF is designed to gather data from every layer of the graphics stack into a single file, eliminating the need for developers to manually correlate logs from multiple tools. As mentioned above, the dump can contain a lot of useful details like GPU hardware state information such as register values, shader program counters, page fault virtual addresses, shader memory data, and command buffers. Alongside that, it also captures DirectX runtime and kernel information, including D3D objects, pipeline state objects, device error data, adapter details, and CPU call stacks. Microsoft says the feature has been built around two primary use cases: retail device removals and local device removals. The former allows developers to collect crash information from end users' systems in the field, while the latter helps QA teams and developers investigate issues on test machines. Developers will also be able to include up to 2 MB of custom application data through new D3D12 APIs, providing additional context for troubleshooting. In addition, Microsoft is introducing three dump collection modes ranging from zero-overhead capture, which has no runtime performance impact on supported hardware, to higher-detail modes that collect more vendor-specific debugging data. On compatible Tier 2 hardware, zero-overhead dumps will be enabled by default, meaning developers may begin receiving useful crash diagnostics without making any code changes. The table below explains the three tiers: Tier Description NO_OVERHEAD Enables crash capture with no runtime cost and is suitable for broad deployment MEDIUM_OVERHEAD Provides a balance, capturing additional diagnostic data with moderate impact HIGH_OVERHEAD Collects the most detailed GPU and driver state available, enabling deeper investigation at the cost of higher runtime overhead In terms of availability, the company expects broader release to be around the fall of 2026, which should be right around the time when Windows 11 version 26H2 lands. Right now, DirectX Dump Files are available as a preview and currently, only AMD has the compatible AgilitySDK Developer Preview driver version 26.10.07.02. You can find the official announcement post here on Microsoft's website.
    • And with SO much better perf than the laggy mess that is Files.
    • BrowserOS 0.46.0 by Razvan Serea BrowserOS is a free, open-source Chromium-based browser that runs AI agents natively, offering a smarter, more productive browsing experience. It supports Chrome extensions and integrates AI agents to automate tasks, fill forms, and streamline workflows. Your data stays on your computer: you can use your own API keys or run local models via Ollama, making it a privacy-first alternative to tools like Perplexity, Comet, or Dia. With built-in productivity tools and app integrations, BrowserOS boosts efficiency while keeping control firmly in your hands. Being Chromium-based, BrowserOS lets you effortlessly import your bookmarks, passwords, and Chrome extensions in just a few clicks. BrowserOS works with OpenAI GPT models, Anthropic Claude, Google Gemini, and local AI models via Ollama or LMStudio. You can use your own API keys and effortlessly switch between providers. BrowserOS Agent Your AI productivity assistant that organizes and manages your browsing effortlessly Quickly list, group, or close tabs Save and resume browsing sessions Search your history and organize bookmarks Switch instantly to the tab you need BrowserOS Navigator – Automate web tasks with ease Navigate websites and search automatically Interact with pages without manual effort Handle repetitive tasks in seconds What makes BrowserOS special Feels like home - same familiar interface as Google Chrome, works with all your extensions AI agents that run on YOUR browser, not in the cloud Privacy first - bring your own keys or use local models with Ollama. Your browsing history stays on your computer Open source and community driven - see exactly what's happening under the hood MCP store to one-click install popular MCPs and use them directly in the browser bar (coming soon) Built-in AI ad blocker that works across more scenarios! BrowserOS 0.46.0 changelog: Run Claude Code & Codex right in your browser — We've extended the agent harness to bring full coding agents into BrowserOS. Claude Code and Codex now come bundled and plug straight into the assistant, so you can drive your browser with the agent — and the subscription — you already use. A brand new experience — A redesigned new tab, a calmer composer, and a rebuilt command center for switching between agents. The whole assistant is cleaner, faster to reach, and easier to live in. New MCP tools — We rebuilt the browser tool surface from the ground up — a tighter, more reliable set of tools for agents to drive the browser. Plus one-click install of BrowserOS as an MCP server into the agents you already run, with automatic URL sync. Chromium 148 — Updated to the latest Chromium base with all recent upstream fixes and security patches. Streamlined — We've pulled back a few features that weren't getting much use — Skills, Soul, and Memory — so we can focus and ship better versions of them soon. Download: BrowserOS 0.46.0 | 181.0 MB (Open Source) Download: BrowserOS for macOS | 485.0 MB Links: BrowserOS Homepage | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • First Post
      BizSAR earned a badge
      First Post
    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      598
    2. 2
      +Edouard
      190
    3. 3
      PsYcHoKiLLa
      80
    4. 4
      Michael Scrip
      76
    5. 5
      Steven P.
      69
  • Tell a friend

    Love Neowin? Tell a friend!