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 did a comparosing with the official, my own maintained and this build configs, and the only elements that are missing is the admin actions (menu) for rentable servers, that should not impact the problems you have. I would recommend to remove all INI files and do a fresh startup to check if it still occurs (Make a backup of your current INI files). Then slowly add the HUD INI and once more check if it still occurs. If that still happens, pass me your INI files and ill check for myself.
Do note that SD sadly doesn't have a good repuration with optimizations in general, so that could also be a possible factor.
It might be cause of the newer stuff SD added to there hud ini as i compared the 2 and there are a few new things that the game might be missing and spamming errors in the background
Do you mean the choppyness described at the "Known issues" part? If so, I cannot edit from my end. Else could you screenshot some parts you feel that is choppy, I will have a look at it.
Yes, I am Dutch, but I prefer to talk further in English, so others might use your questions as a possible solution.
To answer your question, it might have some small alignment issues, mostly the spawntimer, feed and the team HUD. You can fix it by caluculating the difference of the X and Y position with your resolution, for example.
All values are tweaked with 1920*1080 in mind, so the difference between yours will be 1920-1600 and 1080-900, that would be 320*180. Lets use these to alter that with the spawntimer;
GameWaveTimerPosition=(Align=(H=HA_TOP,V=HA_LEFT,Padding=0),Attach=(H=HA_CENTER,V=HA_CENTER,HA=,VA=),PixelOffset=(X=-105.000000,Y=150.000000),ProportionalOffset=(X=0.000000,Y=0.000000),Skew=0.000000,ShadowOffset=(X=0.000000,Y=0.000000),SafeFrameExemptOffset=(X=-1.000000,Y=-1.000000))
The PixelOffset is X -105 and Y 150. Now we use the difference we calculated and minus that with the current values, (-105 - 320 and 150 - 180)
(X=-425,Y=-30)
This should bring it in eye with the center of your screen. It is possible that it might be missaligned a bit, but you can keep tweaking as needed till your are satisfied,
If you were running a higher resolution then mine, then you need to add the differences to the offset.
I will try it soon!
Is it hard to position to your own liking?