تخطى الى المحتوى
أعمال الشغب

أعمال الشغب

  • بيت
  • أخبار
  • خطوط إرشاد
  • أدلة الفيديو
  • ملاحظات التصحيح
  • بلغ عن سوء معاملة
  • تبديل شكل البحث

Hard West – Resolution and Too Much Brightness Fix

نشر على 01/04/202401/04/2024 بواسطة Gness Erquint لا تعليقات على Hard West – Resolution and Too Much Brightness Fix
  • عنوان: Hard West
  • تاريخ الافراج عنه: نوفمبر 18, 2015
  • المطور: CreativeForge Games
  • الناشر: Good Shepherd Entertainment

Apart from the reported crashing issues, which we already fixed using this Hard West troubleshooting guide, players are also experiencing issues on the game’s resolution and brightness. With the current version of the game, it seems that players have been experiencing this kind of in-game issue. If you’re one of those players who want to get rid of this problem, هذا الدليل لك.

إصدار

اعتبارا من اليوم, يناير 4, 2024, the version of the game I’m dealing with is like this:

  • في اللعبة, it’s called v1.5.
  • The Build ID is 2221372, dated October 23, 2017.
  • The Depot ID is 307671, specifically for Hard West Windows 64-bit.
  • The Manifest ID is 4355398337640179647, and it’s from June 22, 2017.

It’s not expected that there will be more updates.

The Issue

Many folks on forums have expressed frustration and pleaded with the game developers to let them tweak the user interface (UI) و, most importantly, the font size.

This problem troubles both those with really big screens and individuals like me with quite small monitors.

Despite the outcry, the developers are adamant about not resolving this issue. بدلاً من, they recommend that people decrease the resolution. لكن, this isn’t a feasible solution for me since the game provides only one resolution, and it’s significantly higher than my monitor’s native resolution.

It seems like the game’s system requirements should have clearly stated “FullHD (1920×1080) monitor only” to prevent this kind of situation.

The Fix

We’re gearing up to update the game.

If you’re not yet familiar with Unity mechanics, the real game code is stashed away in a .NET/Mono assembly located at…

SteamLibrary\steamapps\common\HardWest\HardWest_Data\Managed\Assembly-CSharp.dll

في أثناء, the file at…

SteamLibrary\steamapps\common\HardWest\HardWest.exe

…serves as a run-of-the-mill Unity launcher, spruced up with a different icon.

الآن, let’s dive into the patching process.

There are various ways to follow the path I’ve taken.

Choose your preferred method.

Assembly

For those familiar with .NET assembly, a tool like dnSpy can be employed to tweak the game code.

Navigate to the…

لو (Screen.resolutions[أنا].width >= 1280)

…condition within the…

CFGOptionsPanel#Start

…function. You have the option to remove this condition entirely or play it safe by setting the inline literal constant to 1.

A more refined approach is to modify…

IL_012E: ldc.i4.1

In an even more streamlined manner…

Hex Editor

The most minimal alteration involves tweaking just two bytes:

0x0457AE: 0x17
0x0457B0: 0x00

If you’re comfortable with hex-editing, this stands out as the simplest and most effective patching method.

بدلاً عن ذلك, a pre-made binary patch can be used for convenience.

Here’s a handy Xdelta إصدار 3.0.11 patch file that, when applied to the original game assembly, will transform it to the state achieved with the hex edit mentioned earlier.

Before diving in, make sure to safeguard your assembly by renaming it, perhaps to something like…

Back up your assembly by renaming it to something like…

Assembly-CSharp.dll.BAK

الآن, let’s get to the patching process. Use a variation of…

xdelta3.exe -d -s Assembly-CSharp.dll.BAK Assembly-CSharp.dll.xdelta Assembly-CSharp.dll

Ensure the paths are adjusted appropriately. The patch won’t apply if it encounters the wrong file.

For those less comfortable with a terminal, seek out a GUI frontend for xdelta to simplify the process.

Consider using a tool like دلتا باتش; لكن, note that in its later versions, it’s not just a frontend but a reimplementation. It should still serve the purpose well.

In case you accidentally misplace your original assembly and need to recover it, initiate the integrity check within Steam’s game properties.

هذا كل ما نشاركه اليوم من أجل هذا Hard West مرشد. تم إنشاء هذا الدليل وكتابته في الأصل بواسطة Gness Erquint. في حالة فشلنا في تحديث هذا الدليل, يمكنك العثور على آخر تحديث باتباع هذا وصلة.

إذا كنت تعتقد أن أيًا من محتويات هذا الموقع ينتهك حقوقك, بما في ذلك حقوق الملكية الفكرية الخاصة بك, يرجى الاتصال بنا على الفور باستخدام نموذج الاتصال الخاص بنا.
خطوط إرشاد العلامات:Hard West

آخر الملاحة

المنشور السابق: T-night Won’t Launch Fix and Workaround
المشاركة التالية: How to Fix Hard West Crashing, تحطم عند الإطلاق, وقضايا التجميد

ترك الرد إلغاء الرد

لن يتم نشر عنوان بريدك الإلكتروني. تم وضع علامة على الحقول المطلوبة *

  • عنوان: Hard West
  • تاريخ الافراج عنه: نوفمبر 18, 2015
  • المطور: CreativeForge Games
  • الناشر: Good Shepherd Entertainment

تنصل

ويستمد كل محتوى استشهد من مصادرها الخاصة. إذا كنت تعتقد أننا استخدمنا المحتوى الخاص بك دون إذن, تأكد من الوصول إلينا وسنأخذ الأمر على محمل الجد.
  • معلومات عنا
  • اتصل بنا
  • سياسة الخصوصية
  • شروط الخدمة

حقوق النشر © 2025 أعمال الشغب.

مشغل بواسطة PressBook News وورد موضوع