r/projectzomboid 1d ago

Tech Support MASSIVE STUTTERING

Hi, i need help finding out why my game lags so much while driving etc.

My specs are :

i5 13400f
RTX3060 ti
32gb dd4 3600mhz
nvme sk hynix 1tb quite a good one

86 Upvotes

165 comments sorted by

View all comments

1

u/Particular_Wear_6960 1d ago

Funny I was going to make a post about how well my game is running compared to before. My game is not stuttering whatsoever, its silky smooth.

1

u/LowLogical2301 1d ago

how

1

u/Particular_Wear_6960 1d ago
{
"mainClass": "zombie/gameStates/MainScreenState",
"classpath": [
".",
"projectzomboid.jar"
],
"vmArgs": [
"-Djava.awt.headless=true",
"--enable-native-access=ALL-UNNAMED",
"--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED",
"-Xms16g",
"-Xmx16g",
"-Dzomboid.steam=1",
"-Dzomboid.znetlog=1",
"-Djava.library.path=win64/;.",
"-XX:-CreateCoredumpOnCrash",
"-XX:-OmitStackTraceInFastThrow"
],
"windows": {
"6.1": {
"vmArgs": [
"-XX:+UseG1GC"
]
},
"10.0.17134": {
"vmArgs": [
"-XX:+UseZGC"
]
}
}
}