0 of 0

File information

Last updated

Original upload

Created by

Sergey Zabelnikov

Uploaded by

SergeyZabelnikov

Virus scan

Safe to use

Tags for this mod

About this mod

Fixed Bags/Issues/Glitches in mechlab and Main screen.
Improves the stability and speeds up work of the game in the mechlab and home screen.

Permissions and credits
Changelogs
https://discord.gg/ggt6ByhBPF

Fixed Bags/Issues/Glitches in mechlab and Main screen:
1. Server selection button issue - when the server selection button did not work after returning to the mechlab from the battle.
2. Doubling the "'MECH STATS" and "LOADOUT PROFILE" windows - when you selected a mech from the STORE menu and entered to MECHLAB loadout, then launched a Testing Grounds.
3. Bug with invalid buttons in the mechlab - "'MECH STATS" and "LOADOUT PROFILE" windows.

Also improves the stability and speeds up work of the game in the mechlab and home screen.


write the following line in the system.cfg(or copy system.cfg to Mechwarrior Online root folder):
sys_flash_address_space=1073741824

Copy z_UIflash_fix.pak to Mechwarrior Online\Game folder

-------------------------------------------------------------------------------------------------------------------------------------------------
; sys_flash_address_space  REQUIRE_APP_RESTART
; Specifies the size (in kilo bytes) of the address space used for flash objects.
; Выделение кол-ва памяти ОЗУ для flash
; 2147483648 - 2gb 
; 1073741824 - 1gb
sys_flash_address_space=1073741824


critical error in mechlab due to too little memory allocation for flash
default this 512Mb!!!
but if you change the value in the UIFlowCtrl.xml file
<UIFlowCtrl preload="1">

the game will load all flash, it will take time, but you will quickly switch between tabs, for this you need to increase the memory allocation to about 2 gigabytes
sys_flash_address_space=2147483648

----------------------------------------------------------------------------------------------------------------------------------------------------
The following situation may cause an error with the server selection button:
The operation system and the game files are located on the same disk.
When uploading files to memory, the engine has limitations on the time frame for uploading to memory.
Always physically separate the Operation System and the game into different disks or use fastest SSD.