콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환

하드 웨스트 – Resolution and Too Much Brightness Fix

에 게시됨 01/04/202401/04/2024 에 의해 Gness Erquint 코멘트 없음 ~에 하드 웨스트 – Resolution and Too Much Brightness Fix
  • 제목: 하드 웨스트
  • 출시일: 십일월 18, 2015
  • 개발자: CreativeForge Games
  • 발행자: 좋은 목자 엔터테인먼트

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, 이 가이드는 당신을 위한 것입니다.

버전

As of today, 1월 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.

문제

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.

다음으로 이동하세요.…

만약에 (Screen.resolutions[나].width >= 1280)

…condition within the…

CFGOptionsPanel#Start

…기능. 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 저것, 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 Delta Patcher; 하지만, 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.

이것이 오늘 우리가 공유하는 모든 것입니다. 하드 웨스트 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. Gness Erquint. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:하드 웨스트

탐색 후

이전 게시물: T-night Won’t Launch Fix and Workaround
다음 게시물: How to Fix Hard West Crashing, 실행 시 충돌, 및 동결 문제

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: 하드 웨스트
  • 출시일: 십일월 18, 2015
  • 개발자: CreativeForge Games
  • 발행자: 좋은 목자 엔터테인먼트

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마