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
Graphics enhancements
It is always our desire to push, push, push PCVR to the very limits!
We added some new graphical improvements to make the game even more beautiful, such as clouds casting shadows and eye adaptation to lighting changes such as going from inside a cave to outside, and vice versa.
P.S. Fresh install, no mods at all
I think there is a memory leak in this game but that's something that happens over time.
That's not me saying the problem is on your end as Sir Cat should be able to brute force the performance so i do think a patch is needed.
Unfortunately it is common for PC games to have different performance outcomes on different hardware configurations.
All i can suggest is to lower all the settings including the resolution of the headset and turn things up 1 at a time to find the culprit once found report it on here or on the blade and sorcery discord. I hope you get your problem fixed.
A memory leak happens when the application allocates computer memory for its own use and then never deallocates it when its done with it.
Which is somewhat unlikely (unless they're cache a lot of objects) as the game is make in unity, so it's programmed in C# which has garbage collector and should clean anything that isn't in use (might cause hitching when cleaning up a lot of object).
The exception to that would be anything that was created outside of C#'s memory management system, which won't get GC'ed.