patch cck for linux

This commit is contained in:
Crispy 2024-08-09 22:26:49 +02:00
parent d11e0fb3a9
commit 7a37963647
3 changed files with 7 additions and 2 deletions

View file

@ -37,7 +37,7 @@ public static class APIConnection
_client.DefaultRequestHeaders.Add("AccessKey", _accessKey);
_client.DefaultRequestHeaders.Add("User-Agent", _apiUserAgent);
_client.Timeout = TimeSpan.FromSeconds(30);
// _client.Timeout = TimeSpan.FromSeconds(30);
_initialized = true;
}

View file

@ -19,7 +19,7 @@ namespace ABI.CCK.Scripts.Editor
"2021.3.1f1", "2021.3.2f1", "2021.3.3f1", "2021.3.4f1", "2021.3.5f1", "2021.3.6f1", "2021.3.7f1",
"2021.3.8f1", "2021.3.9f1", "2021.3.10f1", "2021.3.11f1", "2021.3.12f1", "2021.3.13f1", "2021.3.14f1",
"2021.3.15f1", "2021.3.16f1", "2021.3.17f1", "2021.3.18f1", "2021.3.19f1", "2021.3.20f1", "2021.3.21f1",
"2021.3.22f1", "2021.3.23f1", "2021.3.24f1"
"2021.3.22f1", "2021.3.23f1", "2021.3.41f1"
};
private string _username;

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# crispys cvr props
## cck patches:
- comment out `_client.Timeout = TimeSpan.FromSeconds(30);` in `APIConnection.cs`
- add version `2021.3.41f1` to `SupportedUnityVersions` in `CCK_BuildManagerWindow.cs`