Skip to content

Commit

Permalink
⚰ Removing dead code, along with restructurizing config once again
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory <tajemniktv@outlook.com>
  • Loading branch information
tajemniktv committed Jan 4, 2025
1 parent cc9cb1b commit a7703ff
Show file tree
Hide file tree
Showing 14 changed files with 62 additions and 24 deletions.
Binary file modified Content/BP_RootGameInstance_TajsGraph.uasset
Binary file not shown.
Binary file modified Content/BP_RootGameMenu_TajsGraph.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_Config.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_DevSection.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_LumenSection.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_OtherSection.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_PoolLightSection.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_ShadowsSection.uasset
Binary file not shown.
Binary file added Content/Config/TajsGraph_ENUM.uasset
Binary file not shown.
63 changes: 48 additions & 15 deletions Source/BP_TajsGraph_ConfigStruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ struct FBP_TajsGraph_ConfigStruct_LumenSection;
struct FBP_TajsGraph_ConfigStruct_OtherSection;
struct FBP_TajsGraph_ConfigStruct_DevSection;
struct FBP_TajsGraph_ConfigStruct_LumenSection_AsyncLumenSection;
struct FBP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection;

USTRUCT(BlueprintType)
struct FBP_TajsGraph_ConfigStruct_LumenSection_AsyncLumenSection {
Expand All @@ -25,6 +26,23 @@ struct FBP_TajsGraph_ConfigStruct_LumenSection_AsyncLumenSection {
bool AsyncSceneLighting{};
};

USTRUCT(BlueprintType)
struct FBP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite)
bool LumenScreenTraces{};

UPROPERTY(BlueprintReadWrite)
bool LumenReflectionsScreenSpaceReconstruction{};

UPROPERTY(BlueprintReadWrite)
float LumenReflectionSmoothing{};

UPROPERTY(BlueprintReadWrite)
bool TranslucentSurfaceReflections{};
};

USTRUCT(BlueprintType)
struct FBP_TajsGraph_ConfigStruct_PoolLightSection {
GENERATED_BODY()
Expand Down Expand Up @@ -57,6 +75,9 @@ struct FBP_TajsGraph_ConfigStruct_ShadowsSection {

UPROPERTY(BlueprintReadWrite)
bool CascadedShadows{};

UPROPERTY(BlueprintReadWrite)
bool HeightfieldShadows{};
};

USTRUCT(BlueprintType)
Expand All @@ -70,19 +91,31 @@ struct FBP_TajsGraph_ConfigStruct_LumenSection {
bool Lumen{};

UPROPERTY(BlueprintReadWrite)
bool LumenScreenTraces{};
bool CinematicLumenOFF{};

UPROPERTY(BlueprintReadWrite)
float LumenReflectionSmoothing{};
int32 TraceDistanceSDF{};

UPROPERTY(BlueprintReadWrite)
bool TranslucentSurfaceReflections{};
int32 OctRes{};

UPROPERTY(BlueprintReadWrite)
bool CinematicLumenOFF{};
int32 LumenScreenProbeGatherDownsampleFactor{};

UPROPERTY(BlueprintReadWrite)
int32 TraceDistanceSDF{};
int32 LumenScreenProbeGatherTemporalMaxFramesAccumulated{};

UPROPERTY(BlueprintReadWrite)
int32 LumenScreenProbeGatherRadianceCacheProbeResolution{};

UPROPERTY(BlueprintReadWrite)
int32 LumenSceneSurfaceCacheCardTexelDensityScale{};

UPROPERTY(BlueprintReadWrite)
int32 LumenSceneSurfaceCacheCompress{};

UPROPERTY(BlueprintReadWrite)
FBP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection LumenReflectionsSection{};
};

USTRUCT(BlueprintType)
Expand All @@ -94,14 +127,6 @@ struct FBP_TajsGraph_ConfigStruct_OtherSection {

UPROPERTY(BlueprintReadWrite)
bool EnhancedAutoExposure{};
};

USTRUCT(BlueprintType)
struct FBP_TajsGraph_ConfigStruct_DevSection {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite)
int32 OctRes{};

UPROPERTY(BlueprintReadWrite)
bool EnableDLSSFG{};
Expand All @@ -110,16 +135,24 @@ struct FBP_TajsGraph_ConfigStruct_DevSection {
bool EnableReflex{};

UPROPERTY(BlueprintReadWrite)
int32 MaxFPSOFF{};
bool tickAllowAsyncTickCleanup{};

UPROPERTY(BlueprintReadWrite)
int32 ScreenResolutionOFF{};
bool tickAllowAsyncTickDispatch{};
};

USTRUCT(BlueprintType)
struct FBP_TajsGraph_ConfigStruct_DevSection {
GENERATED_BODY()
public:
UPROPERTY(BlueprintReadWrite)
bool ForceHighestMipOnUI{};

UPROPERTY(BlueprintReadWrite)
bool FullyLoadUsedTextures{};

UPROPERTY(BlueprintReadWrite)
bool PLACEHOLDER{};
};

/* Struct generated from Mod Configuration Asset '/TajsGraph/Config/BP_TajsGraph_Config' */
Expand Down
23 changes: 14 additions & 9 deletions TajsGraph.uplugin
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"FileVersion": 3,
"Version": 2,
"VersionName": "2.1.7",
"Version": 2,
"VersionName": "2.1.9",
"FriendlyName": "Taj's Graphical Overhaul",
"Description": "Get ready to see every pipe and every constructor in eye-popping detail. Crank up those graphics and make efficiency look sexy!",
"Category": "Modding",
"CreatedBy": "TajemnikTV",
"CreatedByURL": "https://github.com/tajemniktv",
"DocsURL": "https://tajemniktv.github.io/TajsGraph/",
"DocsURL": "https://tajemniktv.github.io/TajsGraph/",
"MarketplaceURL": "",
"SupportURL": "https://github.com/tajemniktv/TajsGraph/issues",
"CanContainContent": true,
Expand All @@ -18,10 +18,15 @@
{
"Name": "SML",
"Enabled": true,
"SemVersion": "^3.8.0"
}
],
"SemVersion": "2.1.7",
"GameVersion": ">=365306",
"RequiredOnRemote": false
"SemVersion": "^3.9.0"
},
{
"Name": "ModUpdateNotifier",
"Enabled": true,
"SemVersion": "^2.1.0"
}
],
"SemVersion": "2.1.9",
"GameVersion": ">=383729",
"RequiredOnRemote": false
}

0 comments on commit a7703ff

Please sign in to comment.