implement haesol's passive
This commit is contained in:
parent
44533639cb
commit
627dd7e0b4
@ -1,2 +1,2 @@
|
|||||||
# Illusion: Legends of Lost Souls (UE5.3)
|
# Illusion: Legends of Lost Souls (UE5.1)
|
||||||
|
|
||||||
|
@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"components": [
|
"components": [
|
||||||
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
||||||
"Microsoft.VisualStudio.Component.VC.14.36.17.6.x86.x64",
|
"Microsoft.VisualStudio.Component.VC.14.33.17.3.ARM64",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.14.33.17.3.x86.x64",
|
||||||
|
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
|
||||||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||||
"Microsoft.VisualStudio.Component.Windows10SDK.22000",
|
"Microsoft.VisualStudio.Component.Windows10SDK",
|
||||||
"Microsoft.VisualStudio.Workload.CoreEditor",
|
"Microsoft.VisualStudio.Workload.CoreEditor",
|
||||||
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
||||||
|
"Microsoft.VisualStudio.Workload.NativeCrossPlat",
|
||||||
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
||||||
"Microsoft.VisualStudio.Workload.NativeGame"
|
"Microsoft.VisualStudio.Workload.NativeGame",
|
||||||
|
"Microsoft.VisualStudio.Workload.Universal"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKM_Soldier_10_PhysicsAsset.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKM_Soldier_10_PhysicsAsset.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/Levels/Spring-Sharon.umap
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/Levels/Spring-Sharon.umap
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack1_Soldier.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack1_Soldier.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack2_Soldier.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack2_Soldier.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Soldier1.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Soldier1.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/NewIKRig.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/NewIKRig.uasset
(Stored with Git LFS)
Binary file not shown.
@ -25,12 +25,10 @@ namespace UnrealBuildTool.Rules
|
|||||||
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
|
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
|
||||||
PrivatePCHHeaderFile = "Private/FMODStudioPrivatePCH.h";
|
PrivatePCHHeaderFile = "Private/FMODStudioPrivatePCH.h";
|
||||||
|
|
||||||
bEnableUndefinedIdentifierWarnings = false;
|
|
||||||
bUseUnity = false;
|
bUseUnity = false;
|
||||||
|
|
||||||
PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "Public/FMOD"));
|
PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "Public/FMOD"));
|
||||||
PrivateIncludePaths.Add(Path.Combine(ModuleDirectory, "Classes"));
|
PrivateIncludePaths.Add(Path.Combine(ModuleDirectory, "Classes"));
|
||||||
bEnableUndefinedIdentifierWarnings = false;
|
|
||||||
|
|
||||||
PublicDependencyModuleNames.AddRange(
|
PublicDependencyModuleNames.AddRange(
|
||||||
new string[]
|
new string[]
|
||||||
@ -71,13 +69,11 @@ namespace UnrealBuildTool.Rules
|
|||||||
{
|
{
|
||||||
configName = "L";
|
configName = "L";
|
||||||
PublicDefinitions.Add("FMODSTUDIO_LINK_LOGGING=1");
|
PublicDefinitions.Add("FMODSTUDIO_LINK_LOGGING=1");
|
||||||
//PublicDefinitions.Add("__has_feature(x)=0");
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
configName = "";
|
configName = "";
|
||||||
PublicDefinitions.Add("FMODSTUDIO_LINK_RELEASE=1");
|
PublicDefinitions.Add("FMODSTUDIO_LINK_RELEASE=1");
|
||||||
//PublicDefinitions.Add("__has_feature(x)=0");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
string linkExtension = "";
|
string linkExtension = "";
|
||||||
|
@ -15,7 +15,6 @@ namespace UnrealBuildTool.Rules
|
|||||||
PrivatePCHHeaderFile = "Private/FMODStudioEditorPrivatePCH.h";
|
PrivatePCHHeaderFile = "Private/FMODStudioEditorPrivatePCH.h";
|
||||||
|
|
||||||
bUseUnity = false;
|
bUseUnity = false;
|
||||||
bEnableUndefinedIdentifierWarnings = false;
|
|
||||||
|
|
||||||
PrivateIncludePaths.AddRange(
|
PrivateIncludePaths.AddRange(
|
||||||
new string[] {
|
new string[] {
|
||||||
|
@ -8,8 +8,8 @@ public class hwanyoung2Target : TargetRules
|
|||||||
public hwanyoung2Target(TargetInfo Target) : base(Target)
|
public hwanyoung2Target(TargetInfo Target) : base(Target)
|
||||||
{
|
{
|
||||||
Type = TargetType.Game;
|
Type = TargetType.Game;
|
||||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_3;
|
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
|
||||||
ExtraModuleNames.Add("hwanyoung2");
|
ExtraModuleNames.Add("hwanyoung2");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,8 +9,5 @@ public class hwanyoung2 : ModuleRules
|
|||||||
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
|
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;
|
||||||
|
|
||||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "HeadMountedDisplay", "EnhancedInput" });
|
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "HeadMountedDisplay", "EnhancedInput" });
|
||||||
//PublicDefinitions.Add("NO__HAS_FEATURE");
|
|
||||||
//PublicDefinitions.Add("__has_feature(x)=0");
|
|
||||||
bEnableUndefinedIdentifierWarnings = false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,8 @@ public class hwanyoung2EditorTarget : TargetRules
|
|||||||
public hwanyoung2EditorTarget(TargetInfo Target) : base(Target)
|
public hwanyoung2EditorTarget(TargetInfo Target) : base(Target)
|
||||||
{
|
{
|
||||||
Type = TargetType.Editor;
|
Type = TargetType.Editor;
|
||||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_3;
|
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
|
||||||
ExtraModuleNames.Add("hwanyoung2");
|
ExtraModuleNames.Add("hwanyoung2");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,10 +54,6 @@
|
|||||||
{
|
{
|
||||||
"Name": "FMODStudioNiagara",
|
"Name": "FMODStudioNiagara",
|
||||||
"Enabled": true
|
"Enabled": true
|
||||||
},
|
|
||||||
{
|
|
||||||
"Name": "SkeletalMeshModelingTools",
|
|
||||||
"Enabled": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user