over 2 years ago - /u/JulioUzu - Direct link

Hi Pioneers!

Hello again everyone, It’s time for Experimental to be reopened once again.

We would like to remind everyone that Experimental is where we do some changes that might be too unstable to put in the Early Access (Default) version, So if you are having no issues with the game right now you might want switch to or stay in the Early Access version.

Today’s patch includes a potential fix for those who are crashing on startup on when loading a game due to DX12 incompatibilities after we made it the default renderer.

It also includes the first of many of the active developments for Dedicated Servers so we can keep on improving them.

Has this update fixed your issues when launching the game? Is the Dedicated Server change good? Did we introduce a bunch of new issues instead of fixing them? Please let us know over at our QA Site https://questions.satisfactorygame.com/ We read your comments every day.

Hope you all have a great weekend and you get to enjoy more of Update 5, thanks for playing our game <3

RENDERER

Made it so when a game running on DX12 detects an incompatible Intel graphics card it will set the renderer to DX11 instead, this is to solve crashes on Start-up or Loading due to DX12 incompatibility.

  • If you are on an Intel GPU and you’re running the game completely fine in DX12, you can still force it by adding the following launch options:
    • d3d12
    • DX12

DEDICATED SERVERS

  • Implemented a mechanism that routes all server packets through the query beacon, in effect reducing the number of ports that need to be open/forwarded to 1, simplifying setup.

KNOWN ISSUES

  • A reminder for people who have been having issues with unexpected crashes on startup or weird behavior with the game, in that case please try to verify your game files.

You can do this on Steam by Right Clicking the game in your Library > Properties > Local Files > Verify integrity of game files...

And on Epic by clicking on the three dots (“...”) next to the title or at the right side, depending on your selected library view > Verify

This may or may not redownload a large amount of files which might take a while depending on your internet connection or hard drive speeds so be wary of that.

If you are using mods, they might need to be updated or uninstalled after updating so please keep this in mind too.

  • If you are experiencing issues launching the game or loading a save and you have already verified your files, you might have some incompatibility with DX12 as the default renderer, you can try the following launch options to try to force DX11, DX12 or Vulkan to run respectively.
    • d3d11
    • DX11
    • d3d12
    • DX12
    • vulkan
  • Dedicated Server Crash reports, Currently Crashes that happen on a Dedicated Server are automatically sent to us, this is enabled by default, we plan on including a toggle for this in GUI but for the moment, if you want to disable automatically sending crash logs you can do this:
    • Go to the Server Install folder
    • Open “Engine.ini”
    • Add the following:

[CrashReportClient]
bImplicitSend=False
  • Save changes and restart the Server
External link →