GitPedia
djhaled

djhaled/Uiana-MapImporter

Unreal Engine plugin that imports Valorant maps from game archives (meshes, materials, lighting) so you skip manual rebuild work.

8 Releases
Latest: 2y ago
1.09 (Unreal 5.2)1.09Latest
djhaleddjhaled·2y ago·August 29, 2023
GitHub

📋 Changes

  • Added the new "Sunset" Map.
v1.081.08
djhaleddjhaled·2y ago·June 28, 2023
GitHub

📋 Changes

  • Refactored umaps json method (Doesn't need to put all sublevels on the json file as it already pulls it automatically)
  • Added the new TDM maps (Kasbah,District,Piazza)
v1.071.07
Ka1serMKa1serM·3y ago·January 23, 2023
GitHub

Support for Valorant 6.01 update

v1.06EA1.06EA
djhaleddjhaled·3y ago·January 6, 2023
GitHub

Lotus Early Acess Initial support! More material fixes/polishing to come later on this week!

v1.051.05
Ka1serMKa1serM·3y ago·September 26, 2022
GitHub

-Fixed plugin not building in 1.04 -Added ambient occlusion & AO tint -Added lightmass-only vertex color -Added missing static switches -Fixed specular/roughness response to more closely resemble in-game high settings -Updated barrier material -fixed broken texture references -new logo

v1.041.04
djhaleddjhaled·3y ago·September 22, 2022
GitHub

📋 Changes

  • Rewrote entire main code for better reading comprehension / optimization
  • BLUEPRINT SUPPORT! Added option to import blueprints as valorant uses a lot of them for trees, gameplay actors, plushies.. etc
  • Unreal 5.1 support
  • Force re-export if valorant version is outdated
v1.031.03
djhaleddjhaled·3y ago·September 15, 2022
GitHub

Update v1.03 -Removed ValActors (Static Meshes will now be StaticMeshActor) -Added HISMActor (Unreal doesn't provide a actor for them so we gotta create this) -Fixed umap import list -Added Initial VFX Support (Some meshes might be blank right now) -Fixed some lumen issues As usual as any update please delete your export folder and export again to have these updated correctly.

v1.02publish
djhaleddjhaled·3y ago·September 5, 2022
GitHub

Make sure you have .NET 6.0 installed (https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-6.0.5-windows-x64-installer)