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 wonder if the B41 stutter fix, applies to B42 also.
Find zomboid in your steam library, right click and browse local files.
You're looking for One of Two files;
ProjectZomboid32.json or ProjectZomboid64.json. I'm assuming this is a desktop, so the ProjectZomboid64.json is the one you want to edit.
Open the file with notepad, notepad++ or Visual Studio / VSCode.
Before editing, i highly recommend making a backup of the file, just in case.
Now you'll be looking for this:
"vmArgs": [
"-Djava.awt.headless=true",
"-Xmx3072m",
"-Dzomboid.steam=1",
"-Dzomboid.znetlog=1",
"-Djava.library.path=win64/;.",
"-XX:-CreateCoredumpOnCrash",
"-XX:-OmitStackTraceInFastThrow"
Specifically the line for the "-Xmx3072m",
This is your memory allocation pool for Java/JRE.
Xmx is your maximum value, which for zomboid is default set at 3gb.
Add a line like I did here;
"vmArgs": [
"-Djava.awt.headless=true",
"-Xms3072m",
"-Xmx10240m",
"-Dzomboid.steam=1",
"-Dzomboid.znetlog=1",
"-Djava.library.path=win64/;.",
"-XX:-CreateCoredumpOnCrash",
"-XX:-OmitStackTraceInFastThrow"
This means my minimum memory threshold is 3gb, and the max is 10gb.
Depending on how much RAM you have available, a good sweet spot is always like 5-6gb, but if you have loads of spare like I do, you can set it a higher value.
Make sure you change the
"-Xmx3072m"
to
"-Xms3072m",
and add a new line for your Xmx value.
Hope this helps
HOWEVER --
the difference being between 41/42 are massively different.
41 - Bad
42 - Optimisation is massively different, and the FPS and smoothness in comparison is very very greater and much better albeit being unstable is does stutter now and then but play-ability is much better.
although the biggest change i did to both versions was simply turning of blood -- like turn of blood, use the mod rain cleans blood and it's a MASSIVE difference, not to mention turning everything else a little lower.
foremost -- when loading into a game - don't move for a few minutes, let the game run, from my experience -- perhaps turn on Vsync to prevent over throttle and cap your fps to a sweet spot via testing.
I am i huge fan of the new lightning system/update, instead of the shadow tiles we have in the B41, not that is a problem, but when you see new stuff that "wuaw" you, it's hard to go back. B42 imo is going to be a huge upgrade performance step.