Skip to content

Commit

Permalink
did a bunch of things...
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingTwist committed Aug 18, 2021
1 parent 0ed6ad8 commit 6fec6e7
Show file tree
Hide file tree
Showing 120 changed files with 1,584 additions and 1,649 deletions.
81 changes: 0 additions & 81 deletions SoD_BaseMod/AsmFirstpass/KAUICursorManagerPatcher.cs

This file was deleted.

2 changes: 2 additions & 0 deletions SoD_BaseMod/Folder.DotSettings.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CProgrammierung_005CVisualStudioProjects_005CBTHarmonyUtils_005CBTHarmonyUtils_005Cbin_005CDebug_005CBTHarmonyUtils_002Edll/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
174 changes: 90 additions & 84 deletions SoD_BaseMod/SoD_BaseMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<Reference Include="BlazingTwistConfigTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\BlazingTwistConfigTools\bin\Debug\BlazingTwistConfigTools.dll</HintPath>
</Reference>
<Reference Include="BlazingTwist_Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\SoD_BlazingTwist_Core\bin\Deploy\BlazingTwist_Core.dll</HintPath>
<Reference Include="BTHarmonyUtils, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\..\BTHarmonyUtils\BTHarmonyUtils\bin\Debug\BTHarmonyUtils.dll</HintPath>
</Reference>
<Reference Include="KnowledgeAdventure.Multiplayer">
<HintPath>..\SoD_BepInEx_Libraries\KnowledgeAdventure.Multiplayer.dll</HintPath>
Expand Down Expand Up @@ -110,89 +110,95 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AsmFirstpass\KAUICursorManagerPatcher.cs" />
<Compile Include="asm\AvAvatarControllerPatcher.cs" />
<Compile Include="asm\CaAvatarCamPatcher.cs" />
<Compile Include="asm\CameraMovementPatcher.cs" />
<Compile Include="asm\CharacterPatcher.cs" />
<Compile Include="asm\CoAnimControllerPatcher.cs" />
<Compile Include="asm\EelRoastManagerPatcher.cs" />
<Compile Include="asm\EREelPatcher.cs" />
<Compile Include="asm\GameManagerPatcher.cs" />
<Compile Include="asm\GauntletControllerPatcher.cs" />
<Compile Include="asm\KAConsolePatcher.cs" />
<Compile Include="asm\KAUiGauntletShooterHUDPatcher.cs" />
<Compile Include="asm\ObstacleCourseGamePatcher.cs" />
<Compile Include="asm\SanctuaryPetPatcher.cs" />
<Compile Include="asm\StableQuestSlotWidgetPatcher.cs" />
<Compile Include="asm\TimedMissionManagerPatcher.cs" />
<Compile Include="asm\UiAvatarControlsPatcher.cs" />
<Compile Include="asm\UiBackpackPatcher.cs" />
<Compile Include="asm\UIChestPatcher.cs" />
<Compile Include="asm\UiEndDBPatcher.cs" />
<Compile Include="asm\UiSelectProfilePatcher.cs" />
<Compile Include="asm\WeaponManagerPatcher.cs" />
<Compile Include="basemod\BTAnimationPlayerManager.cs" />
<Compile Include="basemod\BTConfigHolder.cs" />
<Compile Include="basemod\BTCutsceneManager.cs" />
<Compile Include="basemod\BTDebugCam.cs" />
<Compile Include="basemod\BTDebugCamInputManager.cs" />
<Compile Include="basemod\BTInfoHUDManager.cs" />
<Compile Include="basemod\BTMemoryProfiler.cs" />
<Compile Include="basemod\BTMemoryProfilerContainer.cs" />
<Compile Include="basemod\BTModMenuManager.cs" />
<Compile Include="basemod\BTUIDragHandler.cs" />
<Compile Include="basemod\BTUIUtils.cs" />
<Compile Include="basemod\config\BTConfig.cs" />
<Compile Include="basemod\config\BTCursorVisibility.cs" />
<Compile Include="basemod\config\BTCutsceneConfigEntry.cs" />
<Compile Include="basemod\config\BTHackConfig.cs" />
<Compile Include="basemod\config\BTLevelConfigEntry.cs" />
<Compile Include="basemod\config\BTLoggerConfigEntry.cs" />
<Compile Include="basemod\console\BTCommandUtils.cs" />
<Compile Include="basemod\console\BTConsole.cs" />
<Compile Include="basemod\console\BTConsoleCommand.cs" />
<Compile Include="basemod\console\BTNoArgsInput.cs" />
<Compile Include="basemod\console\commands\BTAchievementCommands.cs" />
<Compile Include="basemod\console\commands\BTAssetBundleCommands.cs" />
<Compile Include="basemod\console\commands\BTAvatarCommands.cs" />
<Compile Include="basemod\console\commands\BTBuildInfoCommand.cs" />
<Compile Include="basemod\console\commands\BTCheckPasswordCommand.cs" />
<Compile Include="basemod\console\commands\BTClsCommand.cs" />
<Compile Include="basemod\console\commands\BTCogsCommands.cs" />
<Compile Include="basemod\console\commands\BTCoinsAddCommand.cs" />
<Compile Include="basemod\console\commands\BTConfigReloadCommand.cs" />
<Compile Include="basemod\console\commands\BTConsumableCommands.cs" />
<Compile Include="basemod\console\commands\BTDailyCommands.cs" />
<Compile Include="basemod\console\commands\BTDebugCommands.cs" />
<Compile Include="basemod\console\commands\BTDeletePlayerPrefCommand.cs" />
<Compile Include="basemod\console\commands\BTFieldGuideUnlockCommand.cs" />
<Compile Include="basemod\console\commands\BTFishCommands.cs" />
<Compile Include="basemod\console\commands\BTFrameRateCommands.cs" />
<Compile Include="basemod\console\commands\BTGlowUICommand.cs" />
<Compile Include="basemod\console\commands\BTGPUStatsCommand.cs" />
<Compile Include="basemod\console\commands\BTHelpCommand.cs" />
<Compile Include="basemod\console\commands\BTIncredibleMachineCommands.cs" />
<Compile Include="basemod\console\commands\BTInventoryCommands.cs" />
<Compile Include="basemod\console\commands\BTJoystickSetupCommand.cs" />
<Compile Include="basemod\console\commands\BTLabCommands.cs" />
<Compile Include="basemod\console\commands\BTLevelCommands.cs" />
<Compile Include="basemod\console\commands\BTMemProfilerCommand.cs" />
<Compile Include="basemod\console\commands\BTMissionCommands.cs" />
<Compile Include="basemod\console\commands\BTMMOCommands.cs" />
<Compile Include="basemod\console\commands\BTMysteryChestSpawnAllCommand.cs" />
<Compile Include="basemod\console\commands\BTPetCommands.cs" />
<Compile Include="basemod\console\commands\BTPlayerCommands.cs" />
<Compile Include="basemod\console\commands\BTQualityCommand.cs" />
<Compile Include="basemod\console\commands\BTServerCommands.cs" />
<Compile Include="basemod\console\commands\BTShowFlySpeedDataCommand.cs" />
<Compile Include="basemod\console\commands\BTTaskCommands.cs" />
<Compile Include="basemod\console\commands\BTTutorialCommands.cs" />
<Compile Include="basemod\console\commands\BTTweakDataCommand.cs" />
<Compile Include="basemod\console\commands\itemdumphandlers\FullItemDumpHandler.cs" />
<Compile Include="basemod\console\commands\itemdumphandlers\ItemStateDumpHandler.cs" />
<Compile Include="SodBaseMod.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="src\AsmFirstpass\KAUICursorManagerPatcher.cs" />
<Compile Include="src\asm\AvAvatarControllerPatcher.cs" />
<Compile Include="src\asm\CaAvatarCamPatcher.cs" />
<Compile Include="src\asm\CameraMovementPatcher.cs" />
<Compile Include="src\asm\CharacterPatcher.cs" />
<Compile Include="src\asm\CoAnimControllerPatcher.cs" />
<Compile Include="src\asm\EelRoastManagerPatcher.cs" />
<Compile Include="src\asm\EREelPatcher.cs" />
<Compile Include="src\asm\Extensions\EelRoastManagerExtensions.cs" />
<Compile Include="src\asm\Extensions\KAConsoleExtensions.cs" />
<Compile Include="src\asm\Extensions\UiAvatarControlsExtensions.cs" />
<Compile Include="src\asm\Extensions\UiBackpackExtensions.cs" />
<Compile Include="src\asm\Extensions\UiChestExtensions.cs" />
<Compile Include="src\asm\GameManagerPatcher.cs" />
<Compile Include="src\asm\GauntletControllerPatcher.cs" />
<Compile Include="src\asm\KAConsolePatcher.cs" />
<Compile Include="src\asm\KAUiGauntletShooterHUDPatcher.cs" />
<Compile Include="src\asm\ObstacleCourseGamePatcher.cs" />
<Compile Include="src\asm\SanctuaryPetPatcher.cs" />
<Compile Include="src\asm\StableQuestSlotWidgetPatcher.cs" />
<Compile Include="src\asm\TimedMissionManagerPatcher.cs" />
<Compile Include="src\asm\UiAvatarControlsPatcher.cs" />
<Compile Include="src\asm\UiBackpackPatcher.cs" />
<Compile Include="src\asm\UIChestPatcher.cs" />
<Compile Include="src\asm\UiEndDBPatcher.cs" />
<Compile Include="src\asm\UiSelectProfilePatcher.cs" />
<Compile Include="src\asm\WeaponManagerPatcher.cs" />
<Compile Include="src\basemod\BTAnimationPlayerManager.cs" />
<Compile Include="src\basemod\BTConfigHolder.cs" />
<Compile Include="src\basemod\BTCutsceneManager.cs" />
<Compile Include="src\basemod\BTDebugCam.cs" />
<Compile Include="src\basemod\BTDebugCamInputManager.cs" />
<Compile Include="src\basemod\BTInfoHUDManager.cs" />
<Compile Include="src\basemod\BTMemoryProfiler.cs" />
<Compile Include="src\basemod\BTMemoryProfilerContainer.cs" />
<Compile Include="src\basemod\BTModMenuManager.cs" />
<Compile Include="src\basemod\BTUIDragHandler.cs" />
<Compile Include="src\basemod\BTUIUtils.cs" />
<Compile Include="src\basemod\config\BTConfig.cs" />
<Compile Include="src\basemod\config\BTCursorVisibility.cs" />
<Compile Include="src\basemod\config\BTCutsceneConfigEntry.cs" />
<Compile Include="src\basemod\config\BTHackConfig.cs" />
<Compile Include="src\basemod\config\BTLevelConfigEntry.cs" />
<Compile Include="src\basemod\config\BTLoggerConfigEntry.cs" />
<Compile Include="src\basemod\console\BTCommandUtils.cs" />
<Compile Include="src\basemod\console\BTConsole.cs" />
<Compile Include="src\basemod\console\BTConsoleCommand.cs" />
<Compile Include="src\basemod\console\BTNoArgsInput.cs" />
<Compile Include="src\basemod\console\commands\BTAchievementCommands.cs" />
<Compile Include="src\basemod\console\commands\BTAssetBundleCommands.cs" />
<Compile Include="src\basemod\console\commands\BTAvatarCommands.cs" />
<Compile Include="src\basemod\console\commands\BTBuildInfoCommand.cs" />
<Compile Include="src\basemod\console\commands\BTCheckPasswordCommand.cs" />
<Compile Include="src\basemod\console\commands\BTClsCommand.cs" />
<Compile Include="src\basemod\console\commands\BTCogsCommands.cs" />
<Compile Include="src\basemod\console\commands\BTCoinsAddCommand.cs" />
<Compile Include="src\basemod\console\commands\BTConfigReloadCommand.cs" />
<Compile Include="src\basemod\console\commands\BTConsumableCommands.cs" />
<Compile Include="src\basemod\console\commands\BTDailyCommands.cs" />
<Compile Include="src\basemod\console\commands\BTDebugCommands.cs" />
<Compile Include="src\basemod\console\commands\BTDeletePlayerPrefCommand.cs" />
<Compile Include="src\basemod\console\commands\BTFieldGuideUnlockCommand.cs" />
<Compile Include="src\basemod\console\commands\BTFishCommands.cs" />
<Compile Include="src\basemod\console\commands\BTFrameRateCommands.cs" />
<Compile Include="src\basemod\console\commands\BTGlowUICommand.cs" />
<Compile Include="src\basemod\console\commands\BTGPUStatsCommand.cs" />
<Compile Include="src\basemod\console\commands\BTHelpCommand.cs" />
<Compile Include="src\basemod\console\commands\BTIncredibleMachineCommands.cs" />
<Compile Include="src\basemod\console\commands\BTInventoryCommands.cs" />
<Compile Include="src\basemod\console\commands\BTJoystickSetupCommand.cs" />
<Compile Include="src\basemod\console\commands\BTLabCommands.cs" />
<Compile Include="src\basemod\console\commands\BTLevelCommands.cs" />
<Compile Include="src\basemod\console\commands\BTMemProfilerCommand.cs" />
<Compile Include="src\basemod\console\commands\BTMissionCommands.cs" />
<Compile Include="src\basemod\console\commands\BTMMOCommands.cs" />
<Compile Include="src\basemod\console\commands\BTMysteryChestSpawnAllCommand.cs" />
<Compile Include="src\basemod\console\commands\BTPetCommands.cs" />
<Compile Include="src\basemod\console\commands\BTPlayerCommands.cs" />
<Compile Include="src\basemod\console\commands\BTQualityCommand.cs" />
<Compile Include="src\basemod\console\commands\BTServerCommands.cs" />
<Compile Include="src\basemod\console\commands\BTShowFlySpeedDataCommand.cs" />
<Compile Include="src\basemod\console\commands\BTStoreCommands.cs" />
<Compile Include="src\basemod\console\commands\BTTaskCommands.cs" />
<Compile Include="src\basemod\console\commands\BTTutorialCommands.cs" />
<Compile Include="src\basemod\console\commands\BTTweakDataCommand.cs" />
<Compile Include="src\basemod\console\commands\itemdumphandlers\FullItemDumpHandler.cs" />
<Compile Include="src\basemod\console\commands\itemdumphandlers\ItemStateDumpHandler.cs" />
<Compile Include="src\SodBaseMod.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

Expand Down
8 changes: 7 additions & 1 deletion SoD_BaseMod/SoD_BaseMod.csproj.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=basemod/@EntryIndexedValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=basemod_005Cconfig/@EntryIndexedValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=blazingtwist_005Casm/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=blazingtwist_005Cbasemod/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=blazingtwist_005Cbasemod/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Casm/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Casmfirstpass/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbasemod/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbasemod_005Cconsole/@EntryIndexedValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbasemod_005Cconsole_005Ccommands/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeInspection/NamespaceProvider/NamespaceFoldersToSkip/=src_005Cbasemod_005Cconsole_005Ccommands_005Citemdumphandlers/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
1 change: 1 addition & 0 deletions SoD_BaseMod/SoD_BaseMod.sln.DotSettings.user
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CProgrammierung_005CVisualStudioProjects_005CBlazingTwistConfigTools_005Cbin_005CDebug_005CBlazingTwistConfigTools_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=D_003A_005CProgrammierung_005CVisualStudioProjects_005CSoD_005FModding_005CSoD_005FBlazingTwist_005FCore_005Cbin_005CDeploy_005CBlazingTwist_005FCore_002Edll/@EntryIndexedValue">True</s:Boolean>


<s:Boolean x:Key="/Default/UserDictionary/Words/=autochest/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=BTGPU/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=BTMMO/@EntryIndexedValue">True</s:Boolean>
Expand Down
Loading

0 comments on commit 6fec6e7

Please sign in to comment.