diff --git a/.diversion/dv.ws.7ede4143-5964-4ffb-8360-aea5994df1c5 b/.diversion/dv.ws.7ede4143-5964-4ffb-8360-aea5994df1c5 new file mode 100644 index 0000000..9502d83 --- /dev/null +++ b/.diversion/dv.ws.7ede4143-5964-4ffb-8360-aea5994df1c5 @@ -0,0 +1,14 @@ +{ + "WorkspaceID": "dv.ws.7ede4143-5964-4ffb-8360-aea5994df1c5", + "RepoID": "dv.repo.6dc3b6df-a1cb-4c82-962a-4b8d3295ac18", + "Path": "C:\\Users\\lpark\\Documents\\Unreal Projects\\NocturnForest", + "AccountID": "dv.u.2b3b33098f33b591", + "BranchID": "dv.branch.1", + "BranchName": "main", + "CommitID": "dv.commit.44", + "Paused": false, + "ShouldDownload": false, + "RepoName": "NocturnForest", + "ReadOnly": false, + "DigestMethod": "sha1" +} diff --git a/.dvignore b/.dvignore new file mode 100644 index 0000000..fa8ddbb --- /dev/null +++ b/.dvignore @@ -0,0 +1,175 @@ + +.DS_Store +*~ +*.swp +.git/ +.log + +# === Ignore files installed by popular game development frameworks + +# === Godot +# Godot 4+ specific ignores +.godot/ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ +mono_crash.*.json + + +# === Unity +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +[Ll]ogs/ +/[Uu]ser[Ss]ettings/ + +# MemoryCaptures can get excessive in size. +# They also could contain extremely sensitive data +/[Mm]emoryCaptures/ + +# Recordings can get excessive in size +/[Rr]ecordings/ + +# Uncomment this line if you wish to ignore the asset store tools plugin +# /[Aa]ssets/AssetStoreTools* + +# Autogenerated Jetbrains Rider plugin +/[Aa]ssets/Plugins/Editor/JetBrains* + +# Visual Studio cache directory +.vs/ + +# Gradle cache directory +.gradle/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.mdb +*.opendb +*.VC.db + +# Unity3D generated meta files +*.pidb.meta +*.pdb.meta +*.mdb.meta + +# Unity3D generated file on crash reports +sysinfo.txt + +# Builds +*.apk +*.aab +*.unitypackage +*.app + +# Crashlytics generated file +crashlytics-build.properties + +# Packed Addressables +/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* + +# Temporary auto-generated Android Assets +/[Aa]ssets/[Ss]treamingAssets/aa.meta +/[Aa]ssets/[Ss]treamingAssets/aa/* + + +# == Unreal Engine +# Visual Studio 2015 user specific files +.vs/ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.xcworkspace +*.sln +*.suo +*.opensdf +*.sdf +*.VC.db +*.VC.opendb + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Builds +Build/* + +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Built data for maps +*_BuiltData.uasset + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* +Plugins/*/Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* + +# Write permissions check files +WritePermissions.*.temp + +# Don't ignore anything in the Content directory +!Content/** + diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/AIC_Mawgaze.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/AIC_Mawgaze.uasset index 6c995c5..1c6a488 100644 Binary files a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/AIC_Mawgaze.uasset and b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/AIC_Mawgaze.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/BehaviorTrees/BT_RangedMawgaze.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/BehaviorTrees/BT_RangedMawgaze.uasset index 62dd924..b19d622 100644 Binary files a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/BehaviorTrees/BT_RangedMawgaze.uasset and b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/BehaviorTrees/BT_RangedMawgaze.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Decoradors/BTD_CanSeeTarget.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Decoradors/BTD_CanSeeTarget.uasset new file mode 100644 index 0000000..0ecd489 Binary files /dev/null and b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Decoradors/BTD_CanSeeTarget.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/EQS/EQS_FindIdealRangeLocation.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/EQS/EQS_FindIdealRangeLocation.uasset index 94e87cc..e9ef839 100644 Binary files a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/EQS/EQS_FindIdealRangeLocation.uasset and b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/EQS/EQS_FindIdealRangeLocation.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/EQS/EQS_Strafe.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/EQS/EQS_Strafe.uasset index d606f57..80e6884 100644 Binary files a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/EQS/EQS_Strafe.uasset and b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/EQS/EQS_Strafe.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Tasks/BTT_SpitAttack.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Tasks/BTT_SpitAttack.uasset new file mode 100644 index 0000000..0c3f432 Binary files /dev/null and b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Tasks/BTT_SpitAttack.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Tasks/BTTask_attack.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Tasks/BTTask_attack.uasset index 6769ab1..4ac12aa 100644 Binary files a/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Tasks/BTTask_attack.uasset and b/Content/NocturnForest/Core/Enemies/Mawgaze/AI/Tasks/BTTask_attack.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/Animations/Montage/ANIM_MegaspikanLarvae_SpitAttack_Montage.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/Animations/Montage/ANIM_MegaspikanLarvae_SpitAttack_Montage.uasset index 01af78b..5ef4fa3 100644 Binary files a/Content/NocturnForest/Core/Enemies/Mawgaze/Animations/Montage/ANIM_MegaspikanLarvae_SpitAttack_Montage.uasset and b/Content/NocturnForest/Core/Enemies/Mawgaze/Animations/Montage/ANIM_MegaspikanLarvae_SpitAttack_Montage.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/BP_Mawgaze.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/BP_Mawgaze.uasset index e81a5bd..6366220 100644 Binary files a/Content/NocturnForest/Core/Enemies/Mawgaze/BP_Mawgaze.uasset and b/Content/NocturnForest/Core/Enemies/Mawgaze/BP_Mawgaze.uasset differ diff --git a/Content/NocturnForest/Core/Enemies/Mawgaze/BP_YellowMawgaze.uasset b/Content/NocturnForest/Core/Enemies/Mawgaze/BP_YellowMawgaze.uasset index 8335af1..a19d9ef 100644 Binary files a/Content/NocturnForest/Core/Enemies/Mawgaze/BP_YellowMawgaze.uasset and b/Content/NocturnForest/Core/Enemies/Mawgaze/BP_YellowMawgaze.uasset differ diff --git a/Content/NocturnForest/Maps/NightLevel.umap b/Content/NocturnForest/Maps/NightLevel.umap index b298725..b990bcc 100644 Binary files a/Content/NocturnForest/Maps/NightLevel.umap and b/Content/NocturnForest/Maps/NightLevel.umap differ diff --git a/Content/NocturnForest/Maps/_GENERATED/nibao/Box_B36BAFA0.uasset b/Content/NocturnForest/Maps/_GENERATED/nibao/Box_B36BAFA0.uasset new file mode 100644 index 0000000..820b7ae Binary files /dev/null and b/Content/NocturnForest/Maps/_GENERATED/nibao/Box_B36BAFA0.uasset differ diff --git a/Content/NocturnForest/Maps/_GENERATED/nibao/Box_D6E33894.uasset b/Content/NocturnForest/Maps/_GENERATED/nibao/Box_D6E33894.uasset new file mode 100644 index 0000000..37219c1 Binary files /dev/null and b/Content/NocturnForest/Maps/_GENERATED/nibao/Box_D6E33894.uasset differ