Skip to content

Commit

Permalink
Initial reupload
Browse files Browse the repository at this point in the history
  • Loading branch information
QuinnWuest committed Dec 15, 2022
1 parent 8112829 commit 0251255
Show file tree
Hide file tree
Showing 1,074 changed files with 8,296 additions and 48,351 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/Assets/AssetStoreTools*
/.vs/

# Autogenerated VS/MD solution and project files
ExportedObj/
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.mdb


# Unity3D generated meta files
*.pidb.meta

# Unity3D Generated File On Crash Reports
sysinfo.txt

*.csproj
/Assets/Generated.meta
Assets/Generated
Gen

25 changes: 12 additions & 13 deletions Assembly-CSharp-Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace>
<ProjectGuid>{B0B159E3-61AE-D92A-BF09-400B19A7F7A1}</ProjectGuid>
<ProjectGuid>{4F6926FF-597F-F329-2AAD-8D5882DAD2A3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp-Editor</AssemblyName>
Expand Down Expand Up @@ -53,6 +53,8 @@
<ItemGroup>
<Compile Include="Assets\Editor\Scripts\AssetBundler.cs" />
<Compile Include="Assets\Editor\Scripts\EdgeworkConfigurationEditor.cs" />
<Compile Include="Assets\Editor\Scripts\KMModuleEditor.cs" />
<Compile Include="Assets\Editor\Scripts\Missions\DMGMissionLoader.cs" />
<Compile Include="Assets\Editor\Scripts\Missions\KMMissionEditor.cs" />
<Compile Include="Assets\Editor\Scripts\Missions\KMMissionTableOfContentsEditor.cs" />
<Compile Include="Assets\Editor\Scripts\Missions\TableOfContentsSectionList.cs" />
Expand Down Expand Up @@ -340,37 +342,34 @@
<Reference Include="UnityEditor.WindowsStandalone.Extensions">
<HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.OSXStandalone.Extensions">
<HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll</HintPath>
</Reference>
<Reference Include="KMFramework">
<HintPath>D:/Documents/Unity Projects/BurgerAlarmModule/Assets/Plugins/Managed/KMFramework.dll</HintPath>
<HintPath>C:/Users/Quinn/Desktop/KTaNE Mods/Other People's Mods/burgalarm/Assets/Plugins/Managed/KMFramework.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>D:/Documents/Unity Projects/BurgerAlarmModule/Assets/Plugins/Managed/Newtonsoft.Json.dll</HintPath>
<HintPath>C:/Users/Quinn/Desktop/KTaNE Mods/Other People's Mods/burgalarm/Assets/Plugins/Managed/Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Advertisements">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Advertisements.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Advertisements.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Analytics">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Analytics.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Analytics.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Analytics">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Analytics.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Analytics.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Purchasing">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Purchasing.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Purchasing.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Purchasing">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Purchasing.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Purchasing.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.StandardEvents">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.StandardEvents.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.StandardEvents.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="Assembly-CSharp.csproj">
<Project>{A961C9F0-18DD-2B45-5A09-FAA9FE279EE6}</Project> <Name>Assembly-CSharp</Name> </ProjectReference>
<Project>{BCEF46D8-BE5D-0B81-AECD-3D56AFCFCAED}</Project> <Name>Assembly-CSharp</Name> </ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
60 changes: 28 additions & 32 deletions Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace>
<ProjectGuid>{A961C9F0-18DD-2B45-5A09-FAA9FE279EE6}</ProjectGuid>
<ProjectGuid>{BCEF46D8-BE5D-0B81-AECD-3D56AFCFCAED}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp</AssemblyName>
Expand Down Expand Up @@ -52,21 +52,17 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\burgerAlarmScript.cs" />
<Compile Include="Assets\Examples\1.1 Module\ExampleModule.cs" />
<Compile Include="Assets\Examples\1.10 NeedyModule\ExampleNeedyModule.cs" />
<Compile Include="Assets\Examples\1.12 Holdable\BombCreatorExample.cs" />
<Compile Include="Assets\Examples\1.13 GameEffectsPlayer\GameEffectPlayer.cs" />
<Compile Include="Assets\Examples\1.2 Module2\ExampleModule2.cs" />
<Compile Include="Assets\Examples\1.3 GameplayRoom\ExampleGameplayRoom.cs" />
<Compile Include="Assets\Examples\1.5 WebService\ExampleWebService.cs" />
<Compile Include="Assets\Examples\1.8 Button Masher Module\ButtonMasherModule.cs" />
<Compile Include="Assets\Examples\1.9 Widget\ExampleWidget.cs" />
<Compile Include="Assets\Examples\Assets\Scripts\KMBombInfoExtensions.cs" />
<Compile Include="Assets\Examples\Assets\Scripts\KMColorblindMode.cs" />
<Compile Include="Assets\Examples\Assets\Scripts\KMRuleSeedable.cs" />
<Compile Include="Assets\Examples\Assets\Scripts\PrivateWhenPlayingAttribute.cs" />
<Compile Include="Assets\Examples\Assets\Scripts\ReadOnlyWhenPlayingAttribute.cs" />
<Compile Include="Assets\GeneralExtensions.cs" />
<Compile Include="Assets\KMScripts\Easing.cs" />
<Compile Include="Assets\KMScripts\GameFixes.cs" />
<Compile Include="Assets\KMScripts\GeneralExtensions.cs" />
<Compile Include="Assets\KMScripts\KMBombInfoExtensions.cs" />
<Compile Include="Assets\KMScripts\KMBossModule.cs" />
<Compile Include="Assets\KMScripts\KMColorblindMode.cs" />
<Compile Include="Assets\KMScripts\KMNeedyModuleExtensions.cs" />
<Compile Include="Assets\KMScripts\KMRuleSeedable.cs" />
<Compile Include="Assets\KMScripts\PrivateWhenPlayingAttribute.cs" />
<Compile Include="Assets\KMScripts\ReadOnlyWhenPlayingAttribute.cs" />
<Compile Include="Assets\KMScripts\ReflectionHelper.cs" />
<Compile Include="Assets\TestHarness\EdgeworkConfiguration.cs" />
<Compile Include="Assets\TestHarness\NeedyTimer.cs" />
<Compile Include="Assets\TestHarness\SevenSegDisplay.cs" />
Expand All @@ -86,19 +82,19 @@
<Compile Include="Assets\TestHarness\Widgets\SerialNumber.cs" />
<Compile Include="Assets\TestHarness\Widgets\TwoFactorWidget.cs" />
<Compile Include="Assets\TestHarness\Widgets\Widget.cs" />
<None Include="Assets\Examples\Assets\Shaders\KT_3D_Text-Diffuse.shader" />
<None Include="Assets\Examples\Assets\Shaders\BlendTwoTexturesUnlit.shader" />
<None Include="Assets\Examples\Assets\Shaders\BlendTwoTexturesLitAndUnlitVertexColor.shader" />
<None Include="Assets\Examples\Assets\Shaders\KT_Mobile-Diffuse.shader" />
<None Include="Assets\Examples\Assets\Shaders\KT_3D_Text.shader" />
<None Include="Assets\TestHarness\Outline.shader" />
<None Include="Assets\Examples\Assets\Shaders\MobileTransparentDiffuseUnderlay.shader" />
<None Include="Assets\Shaders\KT_3D_Text-Diffuse.shader" />
<None Include="Assets\Shaders\BlendTwoTexturesUnlit.shader" />
<None Include="Assets\Shaders\BlendTwoTexturesLitAndUnlitVertexColor.shader" />
<None Include="Assets\Shaders\KT_Mobile-Diffuse.shader" />
<None Include="Assets\Shaders\KT_3D_Text.shader" />
<None Include="Assets\TestHarness\Shaders\Outline.shader" />
<None Include="Assets\Shaders\MobileTransparentDiffuseUnderlay.shader" />
<None Include="Assets\TestHarness\_THIS_FOLDER_IS_EXCLUDED_FROM_BUNDLES.txt" />
<None Include="Assets\TestHarness\Widgets\Shaders\3DText.shader" />
<None Include="Assets\Examples\Assets\Shaders\UnlitTransparentVertexColorUnderlay.shader" />
<None Include="Assets\Examples\Assets\Shaders\KT_Mobile-Diffuse-tint.shader" />
<None Include="Assets\Examples\Assets\Shaders\UnlitTexturedLightmap.shader" />
<None Include="Assets\Examples\Assets\Shaders\BlendTwoTexturesLitAndUnlit.shader" />
<None Include="Assets\Shaders\UnlitTransparentVertexColorUnderlay.shader" />
<None Include="Assets\Shaders\KT_Mobile-Diffuse-tint.shader" />
<None Include="Assets\Shaders\UnlitTexturedLightmap.shader" />
<None Include="Assets\Shaders\BlendTwoTexturesLitAndUnlit.shader" />
<Reference Include="UnityEngine.CoreModule">
<HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -265,19 +261,19 @@
<HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
</Reference>
<Reference Include="KMFramework">
<HintPath>D:/Documents/Unity Projects/BurgerAlarmModule/Assets/Plugins/Managed/KMFramework.dll</HintPath>
<HintPath>C:/Users/Quinn/Desktop/KTaNE Mods/Other People's Mods/burgalarm/Assets/Plugins/Managed/KMFramework.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>D:/Documents/Unity Projects/BurgerAlarmModule/Assets/Plugins/Managed/Newtonsoft.Json.dll</HintPath>
<HintPath>C:/Users/Quinn/Desktop/KTaNE Mods/Other People's Mods/burgalarm/Assets/Plugins/Managed/Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Analytics">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Analytics.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Analytics.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Purchasing">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Purchasing.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Purchasing.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.StandardEvents">
<HintPath>C:/Users/Brendan/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.StandardEvents.dll</HintPath>
<HintPath>C:/Users/Quinn/AppData/Local/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.StandardEvents.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
26 changes: 4 additions & 22 deletions Assets/BurgerAlarm.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ GameObject:
- component: {fileID: 4718928062386350}
- component: {fileID: 33907912253977130}
- component: {fileID: 23828523667093830}
- component: {fileID: 95853461685909468}
- component: {fileID: 114960079757781556}
m_Layer: 0
m_Name: Component_PuzzleBackground
Expand Down Expand Up @@ -2149,7 +2148,7 @@ MeshRenderer:
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_Materials:
- {fileID: 2100000, guid: 26cdee844cb231740941635a5e5962c7, type: 2}
- {fileID: 2100000, guid: 862f17cbb58f97947b039a62097cb349, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
Expand Down Expand Up @@ -2391,31 +2390,14 @@ MeshFilter:
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1176066412486518}
m_Mesh: {fileID: 4300000, guid: 1c46642b7f907d844bcdfcca8625afdd, type: 3}
m_Mesh: {fileID: 4300002, guid: 57bf7933dbd463449b015d2b27a1c328, type: 3}
--- !u!33 &33970827642216290
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1842048464661372}
m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0}
--- !u!95 &95853461685909468
Animator:
serializedVersion: 3
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1176066412486518}
m_Enabled: 1
m_Avatar: {fileID: 9000000, guid: 1c46642b7f907d844bcdfcca8625afdd, type: 3}
m_Controller: {fileID: 0}
m_CullingMode: 0
m_UpdateMode: 0
m_ApplyRootMotion: 0
m_LinearVelocityBlending: 0
m_WarningMessage:
m_HasTransformHierarchy: 1
m_AllowConstantClipSamplingOptimization: 1
--- !u!102 &102055572753557126
TextMesh:
serializedVersion: 3
Expand Down Expand Up @@ -2883,7 +2865,7 @@ MonoBehaviour:
m_GameObject: {fileID: 1385810482006748}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f9965e0bf6ed064448788b7e98a08f28, type: 3}
m_Script: {fileID: 11500000, guid: 876b8ebf9c987204aac8cbd9e4cfa89d, type: 3}
m_Name:
m_EditorClassIdentifier:
Module: {fileID: 114985614138966210}
Expand Down Expand Up @@ -2921,7 +2903,7 @@ MonoBehaviour:
check: {fileID: 1818646882931992}
TwitchHelpMessage: Use !{0} order to press the order button, and !{0} submit to
press submit. You can do !{0} press mayo bun tomato cheese lettuce onions pickles
mustard ketchup meat to press buttons. The timer is enabled on Twitch Plays.
mustard ketchup meat to press buttons.
--- !u!114 &114397374230076074
MonoBehaviour:
m_ObjectHideFlags: 1
Expand Down
6 changes: 2 additions & 4 deletions Assets/BurgerAlarm.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0251255

Please sign in to comment.