Sid Meier's Civilization VI

Sid Meier's Civilization VI

Civ6-PK UI Framework [v1.1]
Showing 1-5 of 5 entries
Update: 10 Feb @ 6:30am

Optimize the code related to the main menu
Resolve music issues in the main menu stage (front-end stage) of the game
优化主菜单相关代码
解决游戏在主菜单阶段(前端阶段)音乐问题

Update: 5 Feb @ 9:57am

v1.1
I have identified and fixed some bugs in the Mod to ensure its stability and compatibility. However, due to some important changes still being in progress, the update will be released a bit later.

To optimize data caching and improve performance, I have made significant adjustments to the Mod's data storage sub-framework, introducing the **Pure Frontend Data Partition** mechanism.

1. Pure Frontend Data Partition: This portion of data exists only in the game frontend and is cleared before the start of a match, reducing the size of data caching.

2. Note: Since players may load other game saves during a match (which might have other Mods enabled), if those Mods also use this sub-framework, the framework will have to cache all non-frontend data to ensure proper functionality.

3. New Option: To minimize the potential impact of data caching on game performance, I plan to add an option allowing players to customize whether non-enabled Mod data should be cached during matches. If this option is selected, players are advised to avoid loading game saves with different Mods during a match to ensure a stable gaming experience.

Update: 29 Jan @ 3:14pm

V1.0 officially released
v1.0 正式发布

Update: 29 Jan @ 12:51pm

Update: 29 Jan @ 11:06am