Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Yeah I'm in the same boat. It may be that Ghidra adds these as searchable somehow, but it's not searchable in HxD as far as I can tell.
This works, thank you. I can't seem to find the right offset myself through HxD for some reason.
Any chance I could bother you to upload a DLL for 5120x1440? A friend of mine uses that and I've fixed the aspect ratio but since I can't seem to get to the chat offset...
Still, the UI needs fixing. Way too stretched out atm.
Now if only the lazy devs with access to source code could provide a simple way to change these values haha...
Thanks, this is working great.
Did you ever manage to fix the HUD/UI as well?
I will guess that the fix from edf5 works on that as well, but you just need a new offset.
Probably not going to look into doing anything else today since my setup works fine for me.
For your resolution, with HxD I believe you can use 9A 99 19 40.
1817a1be8: 1.6f -> 2.38889f // Not sure if this is needed
Aspect ratio:
18180dde8: 1.7777778f -> 2.3888888f
Chat boxes:
1817f286c: 0.5625f -> 0.41f
1817f2754: -600f -> -500f
FOV:
181761a10: 0.78539819f -> 1.0 // This causes horrible fps drops with many enemies on screen, I suspect something related to culling gets broken
Address is based from whatever ghidra gave me.
This works great. Thanks!