GAME NEWSWarrior QuestLATEST STORIES
GAME NEWS

What the hell are you guys doing?

Skip to main content Exclusive Articles Member-only articles Weekly Newsletters Gaming & entertainment news Commenting Join the discussion Member Badges Earn badges as you go Exclusive Competitions Members-only prize…

What the hell are you guys doing?
7 MIN READ · July 8, 2026
Skip to main content Exclusive Articles Member-only articles Weekly Newsletters Gaming & entertainment news Commenting Join the discussion Member Badges Earn badges as you go Exclusive Competitions Members-only prize draws Early Access See the latest gaming news first An account already exists for this email address, please log in. `; } }) .catch(error => { console.error("Submission failed", error); submitBtn.disabled = false; }); }); } function updateBannerPosition() { if (!banner || !bannerVisible) return; const masthead = document.querySelector('[data-component-name="SiteHeader:Masthead"]'); const navComponent = document.querySelector('.navigation__container'); const ads_iframe = document.querySelector('iframe[name^="google_ads_iframe_"]'); const bigTop = ads_iframe?.contentDocument?.querySelector('#future-big-top-collapsed'); let targetTop = 0; if (masthead) { const rect = masthead.getBoundingClientRect(); targetTop = rect.bottom > 0 ? rect.bottom : 0; } if (navComponent) { const rectNavComponent = navComponent.getBoundingClientRect(); if(rectNavComponent.bottom>0){ targetTop += rectNavComponent.bottom; } } banner.style.top = `${targetTop}px`; banner.style.marginTop = bigTop ? "10px" : "0px"; } function showBannerHS() { const ads_iframe = document.querySelector('iframe[name^="google_ads_iframe_"]'); const bigTopElement = ads_iframe?.contentDocument?.querySelector('#future-big-top-collapsed'); if(bigTopElement) banner.classList.add('flw-translate-150'); if(typeof ffte !== 'undefined' && ffte?.properties?.articleType === 'deals') return false; const isAuthKiosq = window.FUTR?.Kiosq?.User?.is_authenticated; const isAuthConnect = window.FUTR?.Connect?.Auth?.kiosqUserIsAuthenticated; if (!bannerDismissed && !isAuthKiosq && !isAuthConnect) { if(window.dispatchOrQueueAction) { window.dispatchOrQueueAction('freyr.sendEventToFreyr', { name: 'membershipEvent', eventObject: { membership: { action: "scroll-page", label: "membership-banner", type: "banner-sticky" } } }); } banner.classList.add('show'); document.body.classList.add('banner-visible'); bannerVisible = true; } } function showBanner() { const ads_iframe = document.querySelector('iframe[name^="google_ads_iframe_"]'); const bigTopElement = ads_iframe?.contentDocument?.querySelector('#future-big-top-collapsed'); if(bigTopElement) banner.classList.add('flw-translate-150'); if(typeof ffte !== 'undefined' && ffte?.properties?.articleType === 'deals') return false; const isAuthKiosq = window.FUTR?.Kiosq?.User?.is_authenticated; const isAuthConnect = window.FUTR?.Connect?.Auth?.kiosqUserIsAuthenticated; if (!bannerDismissed && !isAuthKiosq && !isAuthConnect) { if(window.dispatchOrQueueAction) { window.dispatchOrQueueAction('freyr.sendEventToFreyr', { name: 'membershipEvent', eventObject: { membership: { action: "scroll-page", label: "membership-banner", type: "banner-sticky" } } }); } const bgImg = document.getElementById('skinnyBannerBgImg'); if (bgImg && !bgImg.getAttribute('src')) { if (bgImg.getAttribute('data-srcset')) { bgImg.setAttribute('srcset', bgImg.getAttribute('data-srcset')); } bgImg.setAttribute('src', bgImg.getAttribute('data-src')); } banner.classList.add('show'); document.body.classList.add('banner-visible'); bannerVisible = true; } } function hideBanner() { if (isInputFocused) return; banner.classList.remove('show'); bannerVisible = false; bannerExpanded = false; banner.classList.remove('expanded'); document.body.classList.remove('banner-expanded'); } function toggleBanner() { if (bannerDismissed) return; bannerExpanded = !bannerExpanded; banner.classList.toggle('expanded', bannerExpanded); document.body.classList.toggle('banner-expanded', bannerExpanded); if (bannerExpanded && window.dispatchOrQueueAction) { window.dispatchOrQueueAction('freyr.sendEventToFreyr', { name: 'membershipEvent', eventObject: { membership: { action: "click-banner", label: "membership-banner", type: "banner-sticky" } } }); } } function dismissBanner() { isInputFocused = false; hideBanner(); bannerDismissed = true; localStorage.setItem('skinnyBannerDismissed', 'true'); } window.addEventListener('scroll', () => { if (bannerVisible) { window.requestAnimationFrame(updateBannerPosition); } if (window.scrollY < SAFETY_SCROLL_TOP && bannerVisible && !isInputFocused) { hideBanner(); } }, { passive: true }); document.addEventListener('click', function (event) { if (!banner) return; if (!banner.contains(event.target) && banner.classList.contains('expanded') && document.body.classList.contains('banner-expanded')) { toggleBanner(); } }); if (bannerHeader) bannerHeader.addEventListener('click', toggleBanner); if (closeBanner) closeBanner.addEventListener('click', e => { e.stopPropagation(); dismissBanner(); }); if (joinNowBtn) joinNowBtn.addEventListener('click', e => { e.stopPropagation(); window.location.href = '/membership'; }); checkBannerStatus(); function setupScrollFallback() { window.addEventListener('scroll', () => { let hasReachedThreshold = (window.scrollY >= MIN_SCROLL_NO_AD); if (hasReachedThreshold && !scrollTriggered && !bannerVisible) { scrollTriggered = true; showBanner(); } else if (!hasReachedThreshold && !isInputFocused) { scrollTriggered = false; hideBanner(); } }); } const bodyObserver = new MutationObserver((mutations, observer) => { const firstAd = document.querySelector('.bordeaux-filled-slot'); if (firstAd) { const intersectionObserver = new IntersectionObserver(entries => { entries.forEach(entry => { if (!entry.isIntersecting && !bannerVisible) showBanner(); else if (entry.isIntersecting && bannerVisible && !isInputFocused) hideBanner(); }); }, { root: null, threshold: 0 }); intersectionObserver.observe(firstAd); window.addEventListener('scroll', function scrollSafetyCheck() { if (window.scrollY < SAFETY_SCROLL_TOP && bannerVisible && !isInputFocused) hideBanner(); }); observer.disconnect(); } else { setupScrollFallback(); observer.disconnect(); } }); bodyObserver.observe(document.body, { childList: true, subtree: true }); }); `; } }) .catch(error => { console.error("Submission failed", error); if (submitBtnBanner) submitBtnBanner.disabled = false; }); } window.handleMembershipFormSubmit = handleMembershipFormSubmit; if (closeBtns) closeBtns.forEach(btn => btn.addEventListener('click', setPopupClosed)); if (popupEmailInput) { popupEmailInput.addEventListener("input", function () { if (typeof window.dispatchOrQueueAction === 'function') { window.dispatchOrQueueAction('freyr.sendEventToFreyr', { name: 'membershipEvent', eventObject: { membership: { action: "input-signup-form", label: "membership-popup", type: "popup" } }, }); } }); } window.addEventListener('scroll', () => { if (!shouldShowPopup()) return; const progress = getScrollProgressInArticle(); if (progress >= 40 && !popupShown) { clubPopup.classList.remove('opacity-0', 'scale-90', 'closedPopup'); clubPopup.classList.add('opacity-100', 'scale-100', 'translate-y-0'); popupShown = true; if (typeof window.dispatchOrQueueAction === 'function') { window.dispatchOrQueueAction('freyr.sendEventToFreyr', { name: 'membershipEvent', eventObject: { membership: { action: "scroll-article", label: "membership-popup", type: "popup" } }, }); } } else if (progress < 40 && popupShown) { clubPopup.classList.add('opacity-0', 'scale-90', 'closedPopup'); clubPopup.classList.remove('opacity-100', 'scale-100', 'translate-y-0'); popupShown = false; } }); controlPopupPositionOnScreen(); window.matchMedia('(max-width: 699px)').addEventListener('change', controlPopupPositionOnScreen); const bodyObserver = new MutationObserver((mutationsList) => { for (const mutation of mutationsList) { if (mutation.type === 'attributes' && mutation.attributeName === 'class') { controlPopupPositionOnScreen(); } } }); bodyObserver.observe(document.body, { attributes: true }); manageInitialPopupState(); }); Welcome to PC Gamer club ! Hi ,

Your membership journey starts here.

Keep exploring and earning more as a member.

MY ACCOUNT Earn your first badge Read 1 article to unlock your first badge. Keep earning badges Explore ways to get more involved as a member.

Select your newsletters

Get the latest PC gaming news, rumors, recommendations, and deals delivered to your inbox. (You can turn them off anytime.)

Manage newsletters Sign Out 2 Join the conversation Follow us Add us as a preferred source on Google

"Bethesda will expand its remit to include Obsidian, which will continue its current projects, including Grounded, as well as the new Fallout project made in collaboration with Bethesda Game Studios." (see details of the full announcement here)

So much for that commitment to axing bureaucracy, eh? 'In our relentless commitment to cutting layers of management, we are inserting a new layer of management between ourselves and Obsidian,' says Microsoft.

Does it make sense to bring Obsidian under Bethesda? Not a lick. At least, not if you know anything about the videogame studios Bethesda Softworks and Obsidian Entertainment, which is not something I'm currently willing to credit Microsoft's executive staff with.

Bethesda and Obsidian are not the same. They might both make things we call RPGs and they might both be making a Fallout, but these are two studios with different interests, outlooks, and philosophies. I am genuinely rather baffled that Microsoft has lashed them together like they're similar-enough colours you're throwing in the washing machine. What a staggering disregard for the legacies and developers of the studios you voluntarily went out and spent billions to acquire. None of this had to happen, Microsoft. None of this was forced on you.

Reader, if nothing else, let this disabuse you of any notion that our betters are any smarter than the likes of you and me. Microsoft's gleeful gutting of half the western games industry (though, fair's fair, it did give obliterating Japan's Tango Gameworks the old college try) seems to have been driven, primarily, by a profound inability to get its own shit together, like a deadbeat cousin who somehow became responsible for tens of thousands of livelihoods.

I suppose I'll meet you back here when it reveals the next phase of its masterplan.

TOPICS

One of Josh's first memories is of playing Quake 2 on the family computer when he was much too young to be doing that, and he's been irreparably game-brained ever since. His writing has been featured in Vice, Fanbyte, and the Financial Times. He'll play pretty much anything, and has written far too much on everything from visual novels to Assassin's Creed. His most profound loves are for CRPGs, immersive sims, and any game whose ambition outstrips its budget. He thinks you're all far too mean about Deus Ex: Invisible War.

LATEST ARTICLES
  1. 1 What the hell are you guys doing?
  2. 2 Why Blizzard vet Rob Pardo is going all-in on Arkheron, the PvP dungeon crawler that's like dark-fantasy Backrooms: 'It's very much been an odyssey'
  3. 3 Xbox lays off 268 more employees, merges Obsidian into Bethesda, and puts Activision in charge of Halo
  4. 4 Tragedy: Crusader Kings 3's pope DLC will not let you use blood boys to prolong your life, and yes I did ask the devs
  5. 5 Zach Cregger explains which two movies inspired his Resident Evil film: 'Like if those movies loved each other very much'