interesting about bypass execution.
I've been watching Cosmic Break's lag and I know it's in JVM Garbage Collection. like Minecraft.
This problem can be solved by adjusting the JVM option.
I was thinking about how to apply the JVM option to Cosmic Break Universal.
hope it helps.
If you use this script to play the game, you can experience a lot of lag reduction.
set the memory size to XL in the in-game settings, you can clearly see the effect.
↓↓↓Here's how to use it↓↓↓sorry to copy the content..Ensure Steam is running.Navigate to main game directory
Create new file called "launcher.ps1", right click it and select "Edit"
Copy & paste the following code into the file
- Code:
-
$env:SteamAppId ='1140620'
$JAVA_OPTS = '-Xrs -Djava.awt.headless=true -XX:+UseFastAccessorMethods -XX:+UseFastEmptyMethods -XX:+UseFastJNIAccessors -XX:+UseBiasedLocking -XX:+UseNewLongLShift -XX:+UseInlineCaches -XX:+UseNUMA -XX:+ParallelRefProcEnabled -XX:+CMSParallelRemarkEnabled -XX:+CMSCleanOnEnter -XX:+TieredCompilation -XX:SoftRefLRUPolicyMSPerMB=20000 -XX:+UseThreadPriorities -XX:+OptimizeStringConcat -XX:+UseInterpreter -XX:+UseBoundThreads -XX:+BindGCTaskThreadsToCPUs -XX:+BindCMSThreadToCPU -Dsun.java2d.d3d=true'
& .\programs\cosmic_x64.exe -launch
Save and close.
launch game you right click the newly created file and select the option that says "Run with PowerShell"