Updated for new DunGenPlus version

Fixed anger lighting to be less red
Added fake sun lighting
Added weather effects to dungeon if moon has certain weathers
Doors should work for new enemies. Enemies now open doors normally in their default behaviour
Added compability used for Seichi
This commit is contained in:
LadyAliceMargatroid 2024-10-30 07:43:28 -07:00
parent 719e4380c1
commit de24bf4173
16 changed files with 380 additions and 132 deletions

View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScarletMansionSeichiPatch", "ScarletMansionSeichiPatch\ScarletMansionSeichiPatch.csproj", "{3FB44756-2543-4EE4-ACE4-DA3FDB995192}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3FB44756-2543-4EE4-ACE4-DA3FDB995192}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FB44756-2543-4EE4-ACE4-DA3FDB995192}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FB44756-2543-4EE4-ACE4-DA3FDB995192}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FB44756-2543-4EE4-ACE4-DA3FDB995192}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2692B6E-5996-41ED-BF25-925DB4BF340C}
EndGlobalSection
EndGlobal