Recommended Posts

Construction Kit has been confirmed for Tuesday, and also there is a rumor that there will be a high-res texture pack for the pc version released at the same time.

Hi-res Pack would be awesome.

Construction Kit has been confirmed for Tuesday, and also there is a rumor that there will be a high-res texture pack for the pc version released at the same time.

I'd be extremely proud of Bethesda if they did this.

There are a ton of great texture packs out there, but 2048x2048 versions of the vanilla textures would be awesome. Fingers crossed...

Official link?

It's on the Elderscrolls Facebook page. I don't use facebook so you'll have to find it on your own. Now if you mean about the hi-res texture pack, well it is just a rumor..

http://www.facebook....theelderscrolls

As for the hi-res textures, see here:

http://forums.bethso...6#entry20225306

Just about all that is left is for Bethsoft to confirm it themselves.

Ugh, the high resolution pack didn't replace a lot of textures and the ones they did replace are only 1024x1024. Damn...guess I still need to go out of my way to carefully download packs that don't ruin the atmosphere of the game.

Bethesda really missed the mark on this one...especially since things like the horrible shadows have gone unnoticed.

The steam workshop is also open for business but I really don't see myself using it that much right now. I like that it automatically updates mods, but it's not as full featured as many of the other mod managers out there, specifically NMM. Also it seems there is no way to directly search for files in the workshop, you just have to thumb through the pages 1 by 1 hoping you come across something you like. Unless I missed something?

Disappointing about the texture pack, I guess I'll avoid it.

Ugh, the high resolution pack didn't replace a lot of textures and the ones they did replace are only 1024x1024. Damn...guess I still need to go out of my way to carefully download packs that don't ruin the atmosphere of the game.

Bethesda really missed the mark on this one...especially since things like the horrible shadows have gone unnoticed.

Bethesda's low hi-res pack replaced all of the high hi-res mod packs I downloaded. Now I have to replace them all over again.

your kidding, its lower rez then the community made...

crap and i just uninstalled all my rez packs

The highres texture pack is fine, only problem is that maybe just 50% of the game is updated to highres versions. You get much better looking weapons, shields, armor, clothing. Parts of buildings, dungeons and trees is also updated. But it's mostly for characters basically. What's important is that it also keeps the original look of everything, an uniform look is more important than you'd believe.

It's required for Skyrim in my opinion. To bad it wasn't released when the game was in November last year. I'd say it's just lazy Bethesda that gives it to us now. With it installed you can then add whatever you want on top.

The highres texture pack is fine, only problem is that maybe just 50% of the game is updated to highres versions. You get much better looking weapons, shields, armor, clothing. Parts of buildings, dungeons and trees is also updated. But it's mostly for characters basically. What's important is that it also keeps the original look of everything, an uniform look is more important than you'd believe.

It's required for Skyrim in my opinion. To bad it wasn't released when the game was in November last year. I'd say it's just lazy Bethesda that gives it to us now. With it installed you can then add whatever you want on top.

lol...

Are PC gamers EVER satisfied with anything?

lol...

Are PC gamers EVER satisfied with anything?

Well, it's the truth isn't it? I mean come on, they already had this stuff forever and could have made it ready since very long. Art resources are finished much earlier than release because the time spent before is on polishing and code debugging. Take for example Dragon Age 2, a game that probably sold much much less on PC than Skyrim. They had DX11 and Highres package available as separate download on release day on PC.

Unrelated to that, here is a good analysis of the highres texture pack;

http://forums.bethsoft.com/topic/1343691-info-detailed-analysis-of-highres-pack-click-to-learn/

Steam Workshop is painful to use without search (yeah filters are nice but...) and tabbed browsing. Oh and it would be nice if it would remember something as simple as how many mods to display per page, having to set it to 30 everytime I fire up steam is stupid.

So yeah,. until tabbed browsing at least It'll be a last resort for mods behind skyrim nexus.

For those that haven't seen it yet, hands down the best weapon mod in Skyrim:

http://skyrim.nexusm...ile.php?id=1002

And amazing Nightingale retex/alternate:

http://skyrim.nexusm...ile.php?id=5696

Iorveth armor (Elf guy from Witcher 2):

http://skyrim.nexusm...ile.php?id=5644

Triss armor (Witcher 2):

http://skyrim.nexusm...ile.php?id=4708

The interesting thing about the last two armors is that the devs from Projekt Red have said that people can take assets from Witcher 2 and use them in other games. That is why they are "legal" mods. And they are lore friendly, for the most part.

This topic is now closed to further replies.
  • Posts

    • 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

    • 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
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      590
    2. 2
      +Edouard
      186
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      67
  • Tell a friend

    Love Neowin? Tell a friend!