下载客户端

《欧洲卡车模拟2》v1.5x版本VR性能与画质优化调整

2026-02-19 10:00:35
转载

AI智能总结导读

本文分享《欧洲卡车模拟2》v1.5x版本的VR性能与画质优化方案,针对不同VR设备设定目标帧率,分析游戏引擎多线程支持不佳致CPU瓶颈的问题,给出游戏内配置、显卡设置、可选参数调整及mod使用建议,帮助玩家在画质与帧率间找到平衡。

在过去一年里,我尝试了各种设置来寻找视觉质量和帧率之间的最佳平衡。然而,要实现100%稳定的帧率是不现实的。主要问题在于物体数量的增加,由于多线程支持不佳,这可能会导致CPU瓶颈。这些是我个人的画质与性能设置,并在不同场景进行了测试。你可以进行调整,但启用某一设置通常需要禁用另一项。 基于此,我们来看看具体配置。目标是在画质和减少帧率下降之间找到可接受的折中方案,同时为原生PCVR设备目标帧率90 FPS,为Meta Quest设备目标帧率72 FPS。系统与VR信息 我使用的是NVIDIA RTX 4090搭配Ryzen 5700X。不过性能问题并非仅与硬件相关,使用旧款硬件甚至能获得相近乃至更优的性能表现。【美国卡车模拟】和【欧洲卡车模拟2】的主要问题在于游戏引擎以及DirectX绘制对象数量的增加,由于多线程支持不佳,这会导致CPU出现瓶颈。该问题在通常单核性能较弱的Ryzen CPU上更为明显。 虽然未来DirectX12可能会带来一些改善,但仍需要对游戏引擎进行更深入的改动。结果如何,我们拭目以待。 VR方面,我使用PSVR2配合Steam OpenXR,以及HP Reverb G2配合Windows Mixed Reality,并借助OpenXR和OpenXR Toolkit。Windows Mixed Reality 相比 Steam OpenXR 表现出更好的性能。本指南专为原生 PCVR 设备设计,目标是 90 FPS/Hz。这些设置中的大部分也适用于 Meta Quest 设备。为获得最佳体验,请将头显刷新率设为 72Hz。 通常情况下,应避免使用动作平滑或重投影,因为它们对解决 FPS 下降没有帮助,还可能导致画面扭曲效果。确保正确设置渲染分辨率。在 SteamVR 中,将渲染分辨率设为自定义并进行相应调整。例如,PSVR2 应配置为 68%。 目前,搭配 SteamVR 和 SteamVR OpenXR 使用的 PSVR2,其性能明显不如搭配 OpenXR Windows Runtime 运行的 HP Reverb G2。请注意,创建通用的VR性能和画质配置文件颇具挑战性,因为性能会因位置(例如城市)和VR视角的不同而有显著差异。 配置 游戏内图形设置:

Resolution needs to be as low as possible or should be disabled though mirror mode! in config.ini - uset r_manual_stereo_mirror_mode "0" Optional (1): Consider increasing the graphical fidelity of mirrors by raising the mirror settings to "Medium." This change result in enhanced mirror visual quality but lead to more FPS drops, depending on the area and traffic conditions. Increase value with care! Optional (2): Lowering vegetation detail from Medium to Low will improve overall FPS performance, as fewer objects are rendered as the simplified trees (appearing almost in 2D) reduce CPU load. CONFIG.INI: Location: Documents Euro Truck Simulator 2 config.cfg uset o_openxr_threaded_submit "0" <- Disabled as threaded submission can cause stability issues. For Meta quest devices use uset o_oculus_threaded_submit "0" uset t_ignore_hmd_timing "1" <-- works great with turbo mode in OpenXR uset g_traffic ="0.5" <-- this will reduce the amount of traffic uset t_averaging_window_duration "0" uset t_averaging_window_length "0" uset r_buffer_page_size "50" <-- May reduce texture pop-ins and improve the smoothness of texture loading. Uses more VRAM. r_sun_shadow_texture_size "512" <-- decreases the texture size. Still looks oke. Optional to greatly increase pixel densityn(less jittery): uset r_manual_stereo_buffer_scale "1.4" <-- read below The default value is 1.0, but I find that 1.4 strikes a good balance between performance and quality. However, this can vary based on your GPU. I recommend adjusting it gradually, starting with 1.1 and increasing .1 from there. STEAM COMMAND-LINE: -openxr -nointro <-- for OpenXR devices -oculus -nointro <-- for Meta quest devices Or when using traffic mods (see Mods section): -openxr -nointro -mm_pool_size 16384 -mm_max_resource_size 50 -mm_max_tmp_buffers_size 1000 <-- for OpenXR devices -oculus -nointro -mm_pool_size 16384 -mm_max_resource_size 50 -mm_max_tmp_buffers_size 1000 <-- for Meta quest devices Please note that the recommended mm_pool size should be set to half of your available RAM. in my case, 16GB for a system with 32GB of RAM. These settings can help boost performance and reduce noticeable stuttering when using traffic mods. If you're not using any traffic mods, there's no need to enable it. VIDEOCARD Settings: NVIDIA 3D Settings: Anisotropic Filtering: 16X Texture Filtering - Anistropic Sample Option: On Texture Filtering - Quality to Quality Texture Filtering - Negative LOD Bias to Clamp Texture Filtering - Anisotropic Sample Optimalization to Enabled Virtual Reality prerendered frames: 2 <-- Can improve performance and frame rates but may increase latency. Test with both values (1 and 2) and see what works best for your setup. Disable FXAA Enable Antialiasing Gamma Correction RADION Software: Anisotropic Filtering: Set to 16X (Go to Graphics > Texture Filtering Quality, and set Anisotropic Filtering to 16X) Texture Filtering Quality: Set to High Set Wait for Vertical Refresh to Always Off FXAA: Disable (Go to Anti-Aliasing > Anti-Aliasing Method, and set it to Multisampling or None to disable FXAA) OpenXR Toolkit: This software provides a collection of useful features to customize and improve existing OpenXR applications, including render upscaling and sharpening, foveated rendering, image post-processing and other game-enhancing tweaks. However, as of 2024, support for OpenXR Toolkit is discontinued but still works. Enable upscaling using CAS on 80% Turbo mode: On (It appears to work correctly only with OpenXR Windows Runtime, not via SteamVR/Steam OpenXR) Optional Configurations Draw distance - Optional, but not recommended The draw distance in the horizon such as mountains are hard-coded into the game engine and cannot be changed. You can improve the Level of Detail (LOD) for traffic and parked vehicles by increasing the corresponding value in your configuration file. However, I haven’t tested the impact on performance, so proceed with caution and only adjust after extended testing without these settings enabled. uset g_lod_factor_parked "2.0" <-- parked cars uset g_lod_factor_traffic "2.0" <-- AI traffic (adjust between 1.1 and 3.0 as 1.0 is the default value) The following settings will adjust the Level of Detail (LOD) for trees, grass (note: grass is disabled in this guide!) and falling leaves. Increasing these values will put more load on the GPU and may lower frame rates. Do not use these settings if you are using ProMods. First lod class is for trees, the second lod class for grass (detail vegetation). Requires adjustment in game_data.sii I can create mods if people are interested, the includes below values. Let me know in the comments. Low Systems leaves_lod_start: (140.0, 110.0, 50.0) leaves_lod_end: (200.0, 160.0, 100.0) Default systems leaves_lod_start: (240.0, 410.0, 50.0) leaves_lod_end: (300.0, 460.0, 100.0) High system leaves_lod_start: (510.0, 610.0, 50.0) leaves_lod_end: (570.0, 660.0, 100.0) Ultra systems leaves_lod_start: (610.0, 710.0, 50.0) leaves_lod_end: (670.0, 760.0, 100.0) Mods in Use Warning: Avoid using ProMods or any other external map mods. These mods often introduce a large number of additional objects, resulting in significant FPS drops, sometimes as much as 30% or more. For the best performance and experience, it's recommended to stick with the vanilla version of the game. If you still choose to use ProMods, be aware of the huge impact on your FPS, depending on the area you are. https://steamcommunity.com/sharedfiles/filedetails/?id=3270559825 https://steamcommunity.com/sharedfiles/filedetails/?id=2942906812 https://steamcommunity.com/sharedfiles/filedetails/?id=1236032431 https://steamcommunity.com/sharedfiles/filedetails/?id=2877653830 https://steamcommunity.com/sharedfiles/filedetails/?id=774384307 Final Note Before you can determine if these settings work for you, you need to drive for at least an hour in various locations. You still experience FPS drops near and in cities, but they should occur less frequently (hopefully). In general, if you experience FPS drops in the range of 2-10 frames, you can adjust your settings to mitigate the issue. However, drops exceeding 20 FPS, such as those often seen in city areas, are typically not recoverable, even with all settings on low and scaling reduced to 25%. If you’re still having trouble reaching your desired FPS outside of cities and are using older hardware, try capping the FPS at half your headset's refresh rate. For example, 45 FPS for a 90Hz headset or 60 FPS for a 120Hz headset. I’ve tested this approach, and while it’s not the best experience, it’s better than dealing with constant stuttering. If you have a direct drive wheel, be sure to check out my other guide for tips on optimizing your experience. https://steamcommunity.com/sharedfiles/filedetails/?id=3365016077 American Truck Simulator Guide. https://steamcommunity.com/sharedfiles/filedetails/?id=3365890143

评论

共0条评论
face
inputImg
相关阅读
最新更新

《猎杀:对决》能让你获得对敌优势的最佳设置

《猎杀:对决》提升对敌优势的最佳设置 在《猎杀:对决》中,PVP击杀的关键在于技巧和时机。你对装备的熟练度、游戏理解程度,以及能否先于敌人发现并发起攻击,都是成…

2026-03-14 01:370赞 · 0评论

入门指南——新手教程(制作中)

这份指南将帮助你了解许多我在开始玩游戏前希望自己知道的事情。本指南中可能包含【剧透】,如果你对剧透比较敏感,请避免阅读本指南,因为我不会在指南内标记剧透内容。 …

2026-03-26 16:000赞 · 0评论

Linux VR 指南

修复在Linux系统上阻碍VR体验的常见问题。包括基础设置、性能优化及其他改进内容。 前言 本指南汇集了各类问题、解释说明、修复方法和优化技巧,内容排序不分先后…

2026-03-27 04:000赞 · 0评论

宽屏和视野设置。/ 更改分辨率和视野。

《星球大战:共和国突击队》修改视野和分辨率的分步指南 如何修改视野 由于《星球大战:共和国突击队》是为4:3显示器设计的,你可能会发现视野过窄,这可能会让一些人…

2026-03-19 19:000赞 · 0评论

遇到卡顿?帧率过低?请看这里

如何改善或修复性能问题 首先:连接控制器 真的,这能解决90%的性能问题!这和性能有什么关系?只有GUST和KOEI TECMO知道!出于某些无法解释的原因,如…

2026-03-17 19:000赞 · 0评论

Bug修复与改进

应用标题上的用户名现在应保持一致 修复了快速移动用户界面时物品悬停弹窗有时会卡住的问题(通常发生在会话期间首次悬停物品时) 个人资料页面上的氏族活动目标现在尺寸…

2026-01-30 14:190赞 · 0评论

【实验性版本】2026-01-12更新内容:新地图、教程更新及其他优化

大家好! 希望大家的新年没有以一场“坏潮”开始。假期结束后,我们已重新投入《木架》1.0版本的开发工作。今日的更新补丁带来了名为【Spillage】的独特新地图…

2026-01-12 11:170赞 · 0评论

使命召唤隐藏瞄准镜 《使命召唤》手游 瞄准镜去除技巧大揭秘

在《使命召唤》手游中,瞄准镜是影响游戏体验的重要因素之一。然而,有时候玩家可能会觉得瞄准镜影响了游戏的视野或操作,想要去除它成为一种需求。那么,如何去除瞄准镜呢…

2025-10-27 04:530赞 · 0评论

杀虐原形2 显卡低进不去游戏 杀虐原形2显卡低进不去游戏怎么办

杀戮原形 2 是一款备受欢迎的动作冒险游戏,但一些玩家在使用低端显卡时遇到了不能进入游戏的困难。本文将提供解决方法,帮助玩家克服这一技术障碍,顺利享受杀戮原形的…

2025-10-09 23:400赞 · 0评论

如何解决《红色派系:末日审判》崩溃问题

如何解决游戏频繁崩溃问题! 单人模式及离线模式崩溃修复方法 打开你的Steam库,找到《红色派系:末日审判》,右键点击该游戏并选择属性,然后点击测试版选项卡,在…

2026-04-01 10:000赞 · 0评论
暂无更多

最新更新

  • SCS在路上:DAF XF电动卡车与DAF埃因霍温工厂 — 我们又带来了一期《SCS在路上》!这次,我们将带大家前往荷兰,参观位于埃因霍温市的DAF Trucks。在此次行程中,我们有机会探索了他们的工厂设施,收集了宝贵…
  • 《欧洲卡车模拟2》1.59版本开放测试更新内容 — 《欧洲卡车模拟2》1.59版本开放测试现已推出,玩家可以进行体验和测试。如果您决定参与此次开放测试,若遇到任何问题或漏洞,请在官方论坛的相应板块进行报告,这将对…
  • 安纳托利亚之魂 — 你是否想知道我们上周的“社区桥梁”博客预告了什么?部分玩家已经正确认出了1915恰纳卡莱大桥,它将让我们的社区比以往任何时候都更加紧密。现在,我们非常激动地宣布…
  • SCS Software:主机平台开发日志#2 — 距离我们首次《 Euro Truck Simulator 2 》和《 American Truck Simulator 》主机版开发日志已经过去一段时间了,当时…
  • 社区之间的桥梁 — 每一条道路连接的不仅仅是地点,这次即将开启的旅程也不例外。一座标志性的桥梁映入眼帘:它不仅将遥远的海岸连接在一起,也让《欧洲卡车模拟2》的社区成员比以往任何时候…
  • 《欧洲卡车模拟2》1.59版本更新内容:冷王制冷机组 — 《欧洲卡车模拟2》1.59版本更新内容 今天,我们很高兴为大家揭晓即将到来的《欧洲卡车模拟2》1.59版本更新的又一重要内容。我们荣幸地宣布,专注于卡车、挂车等…
  • Michelangelo Achievement — 获得此成就需要【Italia】DLC!在本指南中,我将为你展示如何解锁成就Michelangelo。你需要:?
  • 《欧洲卡车模拟2》1.59版本更新内容:拖至道路 — 《欧洲卡车模拟2》1.59版本更新内容 1.我们很高兴地宣布,在即将发布的1.59版本更新中,《欧洲卡车模拟2》和《美国卡车模拟》都将新增一项新功能——道路救援…
  • 在1.22版本中使用创意工坊模组 — 如何在《欧洲卡车模拟2》1.23版本创意工坊更新前使用创意工坊模组 选择你想在创意工坊中使用的模组并订阅,Steam会自动下载该模组。(你可能需要启动一次游戏以…
  • 《欧洲卡车模拟2》- 如何玩才能成功 — 本指南旨在帮助新老玩家,让每个人都能在虚拟世界中顺利体验。 【游戏开始前】- 准备工作 每位想要开启《欧洲卡车模拟2》之旅的玩家,都应做好游戏准备,以确保游戏过…