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
If you do want a standalone version, I'll update it the next week.
The GC I mentioned in this mod is an additional part called WorldPawnGC. It used to be a mod, but the author gave it up, however Tynan put it into vanilla game. This GC runs every 1/4 day in game, and it really takes time to recycle the worldpawns, so you might encounter no-response 4 time a day later in the game.
What's worse, the compatibility and stability of this part is unknown. You may say developer should have tested it, but they SHOULD HAVE FOUND the no-responding issue already if they tested THOROUGHLY.
If it really corrupt your save one day, you will find it impossible to recover it, since the save will corrupt at exactly the same tick after your loading prev one.
So for the sake of your saves, you should disable "GC", the built in WorldPawnGC, using this MuteGC. An alternative is RuntimeGC, manual, customized and controllable cleaning.
Now, based on what the author is saying here, this mod doesn't disable garbage collection on a whole - it simply disables garbage collection for one specific subset of objects, which he's found to be problematic. I've also noticed the brief lag hit when it executes, so clearly this could be done better, at least. I'm an old C guy, so we don't bother with GC - we just free() our crap when we're done with it like real men.
@user19990313 I'd be really interested in a write up of how the vanilla world pawn GC sucks and maybe how it could be approached better if you ever were inclined to write such a thing.
I'm not denying this idea, but vanilla GC is still raw and is actually yielding negative effects for a long-term player. The worst feature of this system is that GC runs AUTOMATICALLY, in other word, once it went wrong, you would never be able to recover your save, since GC will corrupt your reloaded save again at the same tick.
Actually I dont want to mention this, but, since you've asked, there is a better solution. Go search the mod called "RuntimeGC".
Maybe you don't think this can make any difference, but there must be someone in need of this anyway. If you are interested in this topic, guess we could discuss it out of comments.
And...this "GC" is the system GC, not my mod, not the vanilla GC.
Meanwhile don't leave your game with a UI on, your memory space will be drained quickly.