Urgent.News

What's breaking now, across thousands of outlets.

Tech

How to watch the PC Gaming Show Tokyo Direct 2026

Come back to the Tokyo Game Show and see all the news we've got for you.

How to watch the PC Gaming Show Tokyo Direct 2026

As the PC Gaming Show Tokyo Direct 2026 approaches, enthusiasts have a variety of options to catch the live event. The show, hosted by Frankie Ward and senior editor Wesley Fenlon, will showcase over 30 games, including world premieres, shadowdrops, new trailers, release dates, and more.

The event will air on a multitude of platforms, including YouTube, Twitch, X, GamesRadar+, Steam, Bilibili, eCLUTCH, Ginx.tv, ESR Network, and Kuaishou. Viewers can expect a 90-minute long show featuring games from various developers such as Arcane Ermine, Caldera Interactive, Chorus Worldwide, and Total Mayhem Games.

Notably, the show will include exclusive revelations like the release date for Devolver Digital's Virtue and a new trailer for Firefly Studios' RTS Stronghold 4. A deep dive into Tenebris Somnia, a retro survival horror adventure, will also be provided by New Blood Interactive.

For those interested in co-streaming the event, a form is available to fill out. So, grab your snacks and beverages, and prepare to be among the first to witness these exciting announcements and game reveals.

Written by urgent.news from PC Gamer's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at pcgamer.com →

More in Tech

How to deploy a dotnet application without a Dockerfile or Docker build process

When deploying a .net application to a docker container you would commonly use a Dockerfile, build the Docker image then push the Docker image to a registry, pull the whole image from the registry…

  • Build application binaries using dotnet publish with -r linux-musl-x64 -c Release flags.
  • Copy published binaries to Linux server, make executable, adjust log directory permissions.
  • Deploy application with docker stack deploy command, update easily by copying new binary.

More from Wednesday 16 September →