
American Truck Simulator(ATS)は、プレイヤーがまるで巨大なトラックを運転しているかのような臨場感あふれるVR体験で知られています。しかし、最近の1.55アップデートにより、多くのVRユーザーにとって大きな課題が生じ、従来のフラットスクリーンでのゲームプレイに回帰せざるを得なくなっています。この変化は主に、このメジャーパッチ以降、ゲームのVR出力処理に根本的な変更が加えられたことに起因しています。
ATSバージョン1.55でVR関連の問題が広範囲に発生している主な原因は、SCS Softwareが新しいOpenXRベースのVRシステムを統合し、以前のベータ版VRブランチを完全に置き換えるという決定を下したことにあります。この変更は非同期読み込みやパフォーマンス向上といったメリットをもたらすことを目指したものの、残念ながら多くのバグや互換性の問題を引き起こしています。Virtual DesktopやSteamVRといった既存のVR環境や一般的なツールの多くは、この新しいOpenXR実装への適応に困難を抱えています。
プレイヤーからは、VRを起動またはプレイしようとした際に、グラフィックの不具合(ライトストリングの点滅、ジッター、ティアリング)からデスクトップへのクラッシュまで、様々な問題が報告されています。OpenXRへの移行は将来を見据えたものではありますが、既存のVR環境との摩擦も生じています。
SCS Software からの決定的で普遍的な修正はまだ保留中かもしれませんが、ユーザーと開発者は成功を示したいくつかの回避策を特定しました。
Steam の多くのプレイヤーは、特に OpenXR を使用する場合、特定の起動コマンドを使用するとAmerican Truck Simulator をVR で正しく起動できることに気づいています。
Steam で起動オプションを設定する手順:
Steam ライブラリを開きます。
「American Truck Simulator」を右クリックします。
「プロパティ」を選択します。
「全般」タブで、「起動オプション」テキストボックスを見つけます。
次のコマンドを追加します: -openxr -experimental_vr -nointro
-openxr : ゲームに OpenXR ランタイムを使用するように明示的に指示します。
-experimental_vr : 実験的な VR 機能を有効にします。
-nointro : 紹介ビデオをスキップし、起動を高速化する可能性があります。
プロパティ ウィンドウを閉じてゲームを起動します。
Oculusヘッドセットに関する注意:Oculusヘッドセットをお使いの一部のユーザーから、OpenXRが新しいデフォルト設定になった後でも、起動パラメータに「-oculus」を指定することで成功したという報告があります。実験が必要になる可能性があります。仮想デスクトップをご利用の場合は、仮想デスクトップを「Steam VRのみ」ではなく「自動」に設定すると成功したというユーザーもいます。
Some players have reported that newer updates to SteamVR itself can cause crashes when ATS uses OpenXR. If you're experiencing immediate crashes upon entering the cab in VR,consider reverting your SteamVR version to an older, more stable branch(e.g., version 2.9.6 has been mentioned by some users as working). Thisis a more advanced troubleshooting step.
Many users have reported that tweaking various graphicssettings both in-game and in the config.cfg file can significantlyimprove VR performance and stability. Look for the config.cfg file inyour Documents/American Truck Simulator folder. Some key settings to investigate (useCtrl+F to find them):
uset t_ignore_hmd_timing "0": Some users report changing this to "1" helps with "rubberbanding" issues.
Shadows and Reflections: Lowering these settings is a common recommendation for VR performance.
Antialiasing: SMAA Ultra or lower is often preferred over TAA, which can cause flickering in VR.
r_manual_stereo_buffer_scale: Experiment with values between 1.0 and 2.0. Higher values improve sharpness but heavily impact performance.
t_averaging_window_duration and t_averaging_window_length: Some users suggest setting these to 5x your headset's target FPS (e.g., 450 for a 90Hz headset) or even 0 to fix stutter.
r_minimal_unfinished_frames: Try setting to 3 to fix stutter.
r_vsync: Setting to "0" might help, as ATS might try to use your monitor's VSync instead of the headset's.
According to SCS developers, including Komat, critical VR fixes or important updates are often pushed to dedicated VR beta branches first. This allows them to quickly address VR-specific issues without waiting for a full main branch update.
To check if there's a more stable VR beta branch available:
Open Steam Library.
Right-click on "American Truck Simulator."
Select "Properties."
Go to the "Betas" tab.
From the "Beta Participation" dropdown menu, look forbranches related to VR, such as oculus-Oculus+OpenVR+OpenXR or any other explicitly named VR beta. Select the desired branch.
Historically, VR users had to wait longer for beta access,but with these dedicated branches, they can get involved earlier andpotentially find a more stable VR experience than the main game branchoffers immediately after a major update.
VRの複雑さと継続的な開発を考えると、これらのソリューションを組み合わせて試行錯誤を繰り返し、特定のハードウェアとソフトウェアのセットアップに最適なものを見つけるのが一般的です。SCSSoftwareの公式フォーラムやコミュニティのディスカッション(Redditなど)にも注目することを強くお勧めします。プレイヤーベースから新しいソリューションが生まれることがよくあるからです。