Thank you, I'm going to ask something else. Can this mod be made to give more fps? I play the game on winlator and every fps is important to me. (can things like erase the background be done) if it can be done, can you tell me where to do it.
Do you think anything else can be written for more fps?
I see that your device has 2 Cores by looking at your settings.
Values for Keys "gc-helper-count=" and "job-worker-count=" has to be numbers of your device cores.
You can raise "gc-max-time-slice=" from value "4" to value "10", it will tell GC to work less often.
It's very simple how GC works: If this value is set to 4, then GC will wait 4 ms per frame before it take an action to collect not used anymore items, and then throw them out from memory. If GC work too often on weak device, it can decrease performance. When GC work less often, it can raise performance. You can set it even higher, but do not exceed 20.
Also you can add Key "no-stereo-rendering=1" to make sure, that VR module don't run in the backround and don't only eat memory. This is similiar to Key "vr-enabled=0", but if developer didn't disabled VR module, then it can run in the background and do nothing.
If your device is old, weak or don't have much cores, you can try and disable multi-threading rendering with "gfx-disable-mt-rendering=1", it helped some peoples a bit.
There are also commands that can be added to game shortcut (not sure if you can use commands in winlator):
--screen-fullscreen 0 --popupwindow --screen-quality Fastest
The first 2 commands will enable borderless gaming, while 3rd one will force Unity Quality preset.
Available quality values are: Fastest, Fast, Simple, Good, Beautiful, and Fantastic.
Theres nothing else that I can remove from Dynamic-Link Library without breaking something in game.