Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I believe you don’t even need clients to use the same set of dlls the server has, clients will use the FOV specified by server. You can try this out – host and ask a friend to connect to you.
> do you have the hex values for viewmodel_fov
I think changing viemodel_fov via hex editing is not a good idea as it could interfere with some other functions and possibly cause bugs. But if you are willing to do it nevertheless, open up client.dll, do a search for 766965776d6f64656c5f666f76 (or viewmodel_fov in text mode), skip three bytes, then change next three bytes for your preferred viewmodel fov (it’s 54 by default)
also, do you have the hex values for viewmodel_fov?