Skip to content

Commit

Permalink
Changing namespace and fixing an issue that required users to manuall…
Browse files Browse the repository at this point in the history
…y disable world traits in the base game.
  • Loading branch information
isam2k committed Dec 14, 2024
1 parent 2e144c1 commit 4f6713c
Show file tree
Hide file tree
Showing 25 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion MiniBase.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniBaseSO", "MiniBaseSO\MiniBaseSO.csproj", "{F4FF2774-AD08-4369-AA33-B0611B8AA06E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniBase", "MiniBase\MiniBase.csproj", "{F4FF2774-AD08-4369-AA33-B0611B8AA06E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModUtils", "ModUtils\ModUtils.csproj", "{339718FB-7413-4EFC-BC53-70E1B5E0D027}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MiniBase.Test", "MiniBase.Test\MiniBase.Test.csproj", "{25D7A6D2-2CA0-4D8E-8747-05ED6D67C71A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -21,6 +23,10 @@ Global
{339718FB-7413-4EFC-BC53-70E1B5E0D027}.Debug|Any CPU.Build.0 = Debug|Any CPU
{339718FB-7413-4EFC-BC53-70E1B5E0D027}.Release|Any CPU.ActiveCfg = Release|Any CPU
{339718FB-7413-4EFC-BC53-70E1B5E0D027}.Release|Any CPU.Build.0 = Release|Any CPU
{25D7A6D2-2CA0-4D8E-8747-05ED6D67C71A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25D7A6D2-2CA0-4D8E-8747-05ED6D67C71A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25D7A6D2-2CA0-4D8E-8747-05ED6D67C71A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25D7A6D2-2CA0-4D8E-8747-05ED6D67C71A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: STRINGS.CLUSTER_NAMES.DEFAULT.NAME
description: STRINGS.CLUSTER_NAMES.DEFAULT.DESCRIPTION
coordinatePrefix: V-MINI
forbiddenDlcId: EXPANSION1_ID
disableStoryTraits: true

difficulty: 5
menuOrder: -1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4f6713c

Please sign in to comment.