mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
Rewrite folder structure Add custom asset type from https://github.com/SizzyFNBR/FortniteEditor
27 lines
2.7 KiB
INI
27 lines
2.7 KiB
INI
|
|
|
|
[/Script/EngineSettings.GeneralProjectSettings]
|
|
ProjectID=0D60AEF640166774DADBD19E5F806578
|
|
CopyrightNotice=Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
|
|
ProjectName=Fortnite
|
|
|
|
[StartupActions]
|
|
bAddPacks=True
|
|
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
|
|
|
[/Script/Engine.AssetManagerSettings]
|
|
-PrimaryAssetTypesToScan=(PrimaryAssetType="Map",AssetBaseClass=/Script/Engine.World,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game/Maps")))
|
|
-PrimaryAssetTypesToScan=(PrimaryAssetType="PrimaryAssetLabel",AssetBaseClass=/Script/Engine.PrimaryAssetLabel,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game")))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="Map",AssetBaseClass=/Script/Engine.World,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game/Maps")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="PrimaryAssetLabel",AssetBaseClass=/Script/Engine.PrimaryAssetLabel,bHasBlueprintClasses=False,bIsEditorOnly=True,Directories=((Path="/Game")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=Unknown))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="AthenaCharacter",AssetBaseClass=/Script/FortniteGame.AthenaCharacterItemDefinition,bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=((Path="/Game/Athena/Items/Cosmetics/Characters")),SpecificAssets=,Rules=(Priority=-1,ChunkId=1002,bApplyRecursively=True,CookRule=AlwaysCook))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="Hero",AssetBaseClass=/Script/FortniteGame.FortHeroType,bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=((Path="/Game/Athena/Heroes")),SpecificAssets=,Rules=(Priority=-1,ChunkId=1002,bApplyRecursively=True,CookRule=AlwaysCook))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="FortHeroSpecialization",AssetBaseClass=/Script/FortniteGame.FortHeroSpecialization,bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=,SpecificAssets=,Rules=(Priority=-1,ChunkId=1002,bApplyRecursively=True,CookRule=AlwaysCook))
|
|
+PrimaryAssetTypesToScan=(PrimaryAssetType="CustomCharacterPart",AssetBaseClass=/Script/FortniteGame.CustomCharacterPart,bHasBlueprintClasses=False,bIsEditorOnly=False,Directories=((Path="/Game/Athena/Heroes/Meshes/Bodies"),(Path="/Game/Characters/CharacterParts/FaceAccessories"),(Path="/Game/Characters/CharacterParts/Female/Medium/Heads")),SpecificAssets=,Rules=(Priority=-1,ChunkId=-1,bApplyRecursively=True,CookRule=AlwaysCook))
|
|
bOnlyCookProductionAssets=False
|
|
bShouldManagerDetermineTypeAndName=False
|
|
bShouldGuessTypeAndNameInEditor=True
|
|
bShouldAcquireMissingChunksOnLoad=False
|
|
MetaDataTagsForAssetRegistry=()
|
|
|