- Where is the Instruction?
did you opened the other zip yet?, its inside there.. if you havent download the other one then please do so
a very fast concurrent garbage collector that the game needed to run well or in nerd words :
"Shenandoah is the low pause time garbage collector that reduces GC pause times by performing more garbage collection work concurrently with the running Java program. Shenandoah does the bulk of GC work concurrently, including the concurrent compaction, which means its pause times are no longer directly proportional to the size of the heap. Garbage collecting a 200 GB heap or a 2 GB heap should have the similar low pause behavior."
- Will This Affect My Save Games?
No, changing java does not affect your ongoing saves at all
- is this better than the other Java?
Yes however Experience May Varies, This Java & Presets is Pre-Configured & Tested personally for over 2 Years
- What other benefit this offer?
detailed nullpointer crash reason, you can help modder to Hotfix crash faster by giving the exact reason why it crash
- Why am i not getting performance uplift?
try changing the starsector-core\data\config\settings.json (data\config\settings.json in linux)
Edit the settings values as specified below (do not just copy the whole block into settings.json)
"vsync":false,
"fps":1000,
"forceNoVBO":false,
"useGLFlush":false,
"useGLFinish":false,
(note: you can also set said fps to 120 or sth, 1000 is just my personal one)
- Sound Fail to initialize / OooooOOo Sound error
make sure the game version is correct, you can try rerunning the game installer to be sure
Check if the game accidentally use your iGPU, if you only have iGPU reduce the size you pick (you ran out of ram)
If you already changed the game into using your Dedicated GPU and its still crashing like this, check if your PC Memory is Stable
- i am seeing non-default stack size specified warning on my left screen
there is companion "mods" included to disable that or you can edit your settings.json for this two lines
"doRAMandVRAMChecksWhenRunningWithMods":false,
"memoryCheckVerbose":false,
- Launcher is stuck game not launching / JVM cannot use large page memory
if you're seeing this message :
OpenJDK 64-Bit Server VM warning: JVM cannot use large page memory because it does not have enough privilege to lock pages in memory.
use the preset inside "Alternatives VMParams" (you can also remove two LargePage line inside Miko_R3.txt)
if what you're experiencing is slow launcher startup / not showing up at all.. restarting should fix this (just Windows Large Page behaviour, it'll try to defrag it)
- Could not load file: ..\mikohime/.rouge_owo
place mikohime folder into your starsector installation! xD
- what magic trick you do to get 90% performance uplift?
a lot of profilling and testing for over 2 year
- My Games Is Stuttering After Installing/Applying This
Try
Increasing your
VMParams Size above what you have right now, the next step you can do is using preset inside
Adaptive zip.
- Why Mikohime Previously Isnt Posted on Forums?
Limited Testing Scopes, now i have some confidence it doesnt explode.. enjoy it xD
First Thing First you want to open your
Task Manager and look at
Performance Tabs -> Memory, its
Recommended to use Size thats
below your
Free Memory. Here is my Personal Recommendation:
Below 3GB = 1GB
4GB - 6GB PC = 2GB
8GB PC = 3 or 4GB
16GB PC = 6GB
32GB PC = 8GB
- How to add this to Steam Launcher?
some user called "lieght" shared some guide how to do this, you can follow this step :
No steam overlay:
Because we are using a .bat file, we can't just add it to steam as a non-steam game. steam only "allows" .exe files to be added as a non-steam game. We can circumvent this quite easily by just adding any random .exe file instead and then changing the target of it to be the Miko_Rouge.bat file. However, doing it like this doesn't allow us to use the steam overlay and everything else that steam has to offer, like its fps counter.
With steam overlay:
In the steam ui:
games -> Add non-steam game -> browse -> "C:\Windows\System32\cmd.exe"
After adding cmd.exe as a game, right click on it and click on properties.
In the properties give it a nice name and give it a picture that you like. You can find the picture that miko uses in: \Starsector\mikohime\ui
Change target to be:
"C:\Windows\System32\cmd.exe" /k DRIVE:\where\starsector\is\installed\Miko_Rouge.bat
for me that would be:
"C:\Windows\System32\cmd.exe" /k C:\games\Starsector\Miko_Rouge.bat
Change start in to be:
DRIVE:\where\starsector\is\installed
for me that would be:
C:\games\Starsector
for the people that don't like having the cmd/bat file open in the background (the black box):
Install the
Miko_Silent.bat and put it in your starsector folder.
change target to be:
"C:\Windows\System32\cmd.exe" /C DRIVE:\where\starsector\is\installed\Miko_Silent.bat
For me that would be:
"C:\Windows\System32\cmd.exe" /C C:\games\Starsector\Miko_Silent.bat
That is all you have to do.
Use this experimental addons that you can get from
here