Skip to content

Commit a138213

Browse files
committed
Create swinfo.json for version check
1 parent 71db539 commit a138213

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

Assets/AddressableAssetsData/AddressableAssetSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ MonoBehaviour:
125125
- {fileID: 11400000, guid: d94205660d6173d439488ecf57211c50, type: 2}
126126
- {fileID: 11400000, guid: fa7d5ded347f49b4bad7973e3bd017b9, type: 2}
127127
- {fileID: 11400000, guid: a94fca6bf38bb5047acf7c661dd3d35e, type: 2}
128-
m_ActiveProfileId: ecc5f428bcb4b7c4e9eba504ffb3af33
128+
m_ActiveProfileId: 8eee4564ee01f434ea4136f921ac6dcc
129129
m_HostingServicesManager:
130130
m_HostingServiceInfos: []
131131
m_Settings: {fileID: 11400000}

Assets/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MonoBehaviour:
2020
m_IncludeLabelsInCatalog: 1
2121
m_InternalIdNamingMode: 0
2222
m_CacheClearBehavior: 0
23-
m_IncludeInBuild: 1
23+
m_IncludeInBuild: 0
2424
m_BundledAssetProviderType:
2525
m_AssemblyName: Unity.ResourceManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
2626
m_ClassName: UnityEngine.ResourceManagement.ResourceProviders.BundledAssetProvider
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"spec": "2.0",
3+
"mod_id": "SkipSplashScreen",
4+
"name": "Skip Splash Screen",
5+
"author": "Falki",
6+
"description": "Skips the splash screen and health warning. To be used only for faster iteration when developing mods.",
7+
"source": "https://github.com/Falki-git/SkipSplashScreen",
8+
"version": "1.3.1",
9+
"version_check": "TODO",
10+
"ksp2_version": {
11+
"min": "0.2.3",
12+
"max": "*"
13+
},
14+
"dependencies": [
15+
{
16+
"id": "SpaceWarp2",
17+
"version": {
18+
"min": "2.0.0",
19+
"max": "*"
20+
}
21+
}
22+
],
23+
"conflicts": [],
24+
"main_assembly": "SkipSplashScreen.dll"
25+
}

Assets/SkipSplashScreen/swinfo.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)