Haesol Ult Skill Update and pull from main
Ultimate Skill Mechanism Updated, Use Spline and timeline
This commit is contained in:
commit
bfcdb6dce7
.DS_Store.gitattributes.gitignoreREADME.md
hwanyoung2
Binaries/Win64
Content
FMOD
Desktop
Events/SFX/Combat
Arrow_Rain.uassetHit_4.uassetNormal_Slash.uasset
Sanin
Sanin_Butterfly.uassetSpirit_Slash.uassetStatus
PrivateIntegrationData
Fab/Megascans/3D
Animal_Skull_vikjeeraa/Medium
MI_vikjeeraa.uassetT_vikjeeraa_2K_B.uassetT_vikjeeraa_2K_N.uassetT_vikjeeraa_2K_ORM.uassetvikjeeraa_tier_2.uasset
Broken_Tree_Branches_qdhxa/Medium
Granite_Rock_ohFsZ/Medium
MI_ohFsZ.uassetT_ohFsZ_2K_B.uassetT_ohFsZ_2K_F.uassetT_ohFsZ_2K_N.uassetT_ohFsZ_2K_ORM.uassetohFsZ_tier_2.uasset
Granite_Rock_pbpfM/Medium
Granite_Rock_pkeeM/Medium
MI_pkeeM.uassetT_pkeeM_2K_B.uassetT_pkeeM_2K_F.uassetT_pkeeM_2K_N.uassetT_pkeeM_2K_ORM.uassetpkeeM_tier_2.uasset
Icelandic_Mossy_Rock_Formation_sktsW/High
MI_sktsW.uassetT_sktsW_4K_B.uassetT_sktsW_4K_F.uassetT_sktsW_4K_H.uassetT_sktsW_4K_N.uassetT_sktsW_4K_ORM.uassetsktsW_tier_1.uasset
Icelandic_Rock_skjsL/Medium
Mossy_Forest_Rock_wd3efd1/Medium
MI_wd3efd1.uassetT_wd3efd1_2K_B.uassetT_wd3efd1_2K_F.uassetT_wd3efd1_2K_N.uassetT_wd3efd1_2K_ORM.uassetwd3efd1_tier_2.uasset
Mossy_Rock_pkxu2/Medium
MI_pkxu2.uassetT_pkxu2_2K_B.uassetT_pkxu2_2K_F.uassetT_pkxu2_2K_N.uassetT_pkxu2_2K_ORM.uassetpkxu2_tier_2.uasset
Mossy_Tree_qbtt7/Medium
MI_qbtt7.uassetT_qbtt7_2K_B.uassetT_qbtt7_2K_F.uassetT_qbtt7_2K_N.uassetT_qbtt7_2K_ORM.uassetqbtt7_tier_2.uasset
Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium
MI_xfpkee1.uassetT_xfpkee1_2K_B.uassetT_xfpkee1_2K_F.uassetT_xfpkee1_2K_N.uassetT_xfpkee1_2K_ORM.uassetxfpkee1_tier_2.uasset
Rock_shopk/Medium
Haena_v02/Texture
Bodies/Body
Cloting
Weapons_ETC
Hwanyoung/Character/NPC/AI-Weapon
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
13
.gitattributes
vendored
13
.gitattributes
vendored
@ -1,13 +0,0 @@
|
||||
# UE file types
|
||||
*.uasset filter=lfs diff=lfs merge=lfs -text binary
|
||||
*.umap filter=lfs diff=lfs merge=lfs -text binary
|
||||
|
||||
# Raw Content types
|
||||
*.fbx filter=lfs diff=lfs merge=lfs -text
|
||||
*.3ds filter=lfs diff=lfs merge=lfs -text
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
*.xcf filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
96
.gitignore
vendored
96
.gitignore
vendored
@ -1,96 +0,0 @@
|
||||
# ---> UnrealEngine
|
||||
# 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
|
||||
|
||||
# Binary Files
|
||||
Binaries/*
|
||||
Plugins/*/Binaries/*
|
||||
|
||||
# Builds
|
||||
Build/*
|
||||
|
||||
# Whitelist PakBlacklist-<BuildConfiguration>.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/*
|
||||
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-34EEC289FE4D9617CF67F4B263CA0A34/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-3FEFDE13C040C6AB015942BCAAA94AC5/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8229A4D1044074E7E57688B9C8584F35/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8FF2349872403D15924AA7A9DDD88FA9/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-1CB0ECA540B203164FBC5CB7E3D18513/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-3CBF4142422E61BB391467A4D90E8A0A/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-9E1B6C68493CF0477FFBEFB39A92819A/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-D69725EC4A973970CFFC03B9FDD5D423/CrashReportClient.ini
|
||||
|
||||
hwanyoung2/Intermediate/ReimportCache/3688439234.bin
|
||||
|
||||
hwanyoung2/Plugins/FMODStudio/Docs/images/source-control.png
|
@ -1,2 +0,0 @@
|
||||
# Illusion: Legends of Lost Souls (UE5.1)
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,7 +0,0 @@
|
||||
{
|
||||
"BuildId": "27405482",
|
||||
"Modules":
|
||||
{
|
||||
"hwanyoung2": "UnrealEditor-hwanyoung2.dll"
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Arrow_Rain.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Arrow_Rain.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_4.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Normal_Slash.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Normal_Slash.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Butterfly.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Butterfly.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin_Butterfly.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin_Butterfly.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Spirit_Slash.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Spirit_Slash.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Bleed.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Bleed.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Burn.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Burn.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Drain.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Drain.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Drown.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Drown.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Fear.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Fear.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Freeze.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Freeze.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Shock.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Shock.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Stun.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/FMOD/Events/SFX/Combat/Status/Stun.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/PrivateIntegrationData/AssetLookup.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/FMOD/PrivateIntegrationData/AssetLookup.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/FMOD/PrivateIntegrationData/BankLookup.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/FMOD/PrivateIntegrationData/BankLookup.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/MI_vikjeeraa.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/MI_vikjeeraa.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/T_vikjeeraa_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/T_vikjeeraa_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/T_vikjeeraa_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/T_vikjeeraa_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/T_vikjeeraa_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/T_vikjeeraa_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/vikjeeraa_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Animal_Skull_vikjeeraa/Medium/vikjeeraa_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/MI_qdhxa.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/MI_qdhxa.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/T_qdhxa_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/T_qdhxa_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/T_qdhxa_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/T_qdhxa_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/T_qdhxa_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/T_qdhxa_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/qdhxa_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Broken_Tree_Branches_qdhxa/Medium/qdhxa_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/MI_ohFsZ.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/MI_ohFsZ.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/T_ohFsZ_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/T_ohFsZ_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/T_ohFsZ_2K_F.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/T_ohFsZ_2K_F.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/T_ohFsZ_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/T_ohFsZ_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/T_ohFsZ_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/T_ohFsZ_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/ohFsZ_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_ohFsZ/Medium/ohFsZ_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/MI_pbpfM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/MI_pbpfM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/T_pbpfM_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/T_pbpfM_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/T_pbpfM_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/T_pbpfM_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/T_pbpfM_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/T_pbpfM_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/pbpfM_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pbpfM/Medium/pbpfM_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/MI_pkeeM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/MI_pkeeM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/T_pkeeM_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/T_pkeeM_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/T_pkeeM_2K_F.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/T_pkeeM_2K_F.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/T_pkeeM_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/T_pkeeM_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/T_pkeeM_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/T_pkeeM_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/pkeeM_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Granite_Rock_pkeeM/Medium/pkeeM_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/MI_sktsW.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/MI_sktsW.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_F.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_F.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_H.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_H.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/T_sktsW_4K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/sktsW_tier_1.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Mossy_Rock_Formation_sktsW/High/sktsW_tier_1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/MI_skjsL.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/MI_skjsL.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/T_skjsL_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/T_skjsL_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/T_skjsL_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/T_skjsL_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/T_skjsL_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/T_skjsL_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/skjsL_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Icelandic_Rock_skjsL/Medium/skjsL_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/MI_wd3efd1.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/MI_wd3efd1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/T_wd3efd1_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/T_wd3efd1_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/T_wd3efd1_2K_F.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/T_wd3efd1_2K_F.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/T_wd3efd1_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/T_wd3efd1_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/T_wd3efd1_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/T_wd3efd1_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/wd3efd1_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Forest_Rock_wd3efd1/Medium/wd3efd1_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/MI_pkxu2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/MI_pkxu2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/T_pkxu2_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/T_pkxu2_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/T_pkxu2_2K_F.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/T_pkxu2_2K_F.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/T_pkxu2_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/T_pkxu2_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/T_pkxu2_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/T_pkxu2_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/pkxu2_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Rock_pkxu2/Medium/pkxu2_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/MI_qbtt7.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/MI_qbtt7.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/T_qbtt7_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/T_qbtt7_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/T_qbtt7_2K_F.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/T_qbtt7_2K_F.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/T_qbtt7_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/T_qbtt7_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/T_qbtt7_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/T_qbtt7_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/qbtt7_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Mossy_Tree_qbtt7/Medium/qbtt7_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/MI_xfpkee1.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/MI_xfpkee1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/T_xfpkee1_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/T_xfpkee1_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/T_xfpkee1_2K_F.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/T_xfpkee1_2K_F.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/T_xfpkee1_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/T_xfpkee1_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/T_xfpkee1_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/T_xfpkee1_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/xfpkee1_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Nordic_Forest_Ledge_Rock_Large_xfpkee1/Medium/xfpkee1_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/MI_shopk.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/MI_shopk.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/T_shopk_2K_B.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/T_shopk_2K_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/T_shopk_2K_N.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/T_shopk_2K_N.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/T_shopk_2K_ORM.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/T_shopk_2K_ORM.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/shopk_tier_2.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Fab/Megascans/3D/Rock_shopk/Medium/shopk_tier_2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_SPEC.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_SPEC.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_whiteColor.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_whiteColor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_BaseColor.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_BaseColor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_WhiteColor.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_WhiteColor.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_LargeGonggiRange.uasset
(Stored with Git LFS)
Normal file
BIN
hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_LargeGonggiRange.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BP_SaninButterflySwarm.uasset
(Stored with Git LFS)
BIN
hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BP_SaninButterflySwarm.uasset
(Stored with Git LFS)
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user