Update log
Full The Conquest of Go update
The complete published notes, normalized for clean reading and source attribution.
Extracted changes
- Store
- Workshop
Fixed incorrect komi values coming from the foxwq client. For SGF files that have an application item (AP[]) which contains fox, a process will convert the komi value to a standard komi value if it is incorrect. These SGF files contain komi values such as 375, 650, or 0, when they should be 7.5, 6.5, and 0.5. This will display the komi correctly within the game and also allow automated reviews to be completed on the SGF files, where a huge komi value of 375 or 650 would previously cause issues with the review.
Improved the Steam Workshop upload process.
Files with extremely long names will now automatically have their name truncated. Windows has a hard limit of 260 characters for the entire path of a file, which includes both the folder path and file name. Previously, file names that were near the limit by only the name were causing issues when the files needed to be copied to different folder paths of varying lengths and also caused issues internally with Steam's workshop upload process for similar reasons.
When files exist in a workshop upload folder that are not the correct file extension (e.g. SGF) a copy of all of the correct files are created in a temporary directory to be uploaded to Steam. This process will also now take place when files with long names are found. This process has also been improved to display the copy progress while the files are being copied and will no longer freeze the game until the copy process is completed when dealing with thousands of files.
Source
