devrim.winfix #36

Merged
devrim merged 3 commits from devrim.winfix into main 2025-04-24 12:31:32 +00:00
3298 changed files with 22 additions and 10252 deletions
Showing only changes of commit 6006319534 - Show all commits

Binary file not shown.

View File

@ -701,8 +701,16 @@ EUnrealBuildType ULuckyRobotsGameInstance::CheckBuildConfiguration() const
}
#else
{
UE_LOG(LogTemp, Warning, TEXT("Unknown build configuration"));
return EUnrealBuildType::None;
if (GIsEditor)
{
UE_LOG(LogTemp, Warning, TEXT("In Editor Play"));
return EUnrealBuildType::Development;
}
else
{
UE_LOG(LogTemp, Warning, TEXT("Unknown build configuration"));
return EUnrealBuildType::None;
}
}
#endif
}

View File

@ -13,6 +13,18 @@ PROJECT_ROOT="$(pwd)"
PROJECT_FILE="$PROJECT_ROOT/LuckyWorldV2.uproject"
ARCHIVE_DIR="$PROJECT_ROOT/Builds"
# patch UE 5.5 https://github.com/EpicGames/UnrealEngine/pull/13132/commits/578ccdb82c78fbfcab8c1e3a21301893f22a9f64
PATCH_FILE_DST="$UE_ROOT/Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionContext.h"
# Backup the destination file before modifying
if [ ! -f "${PATCH_FILE_DST}.bak" ]; then cp "$PATCH_FILE_DST" "${PATCH_FILE_DST}.bak"; fi
# Fix line 227
sed -i '' '227s/.*$/\tEventQueue->template ForEachEvent<FStateTreeSharedEvent>(Function);/' "$PATCH_FILE_DST"
# Fix line 242
sed -i '' '242s/.*$/\tEventQueue->template ForEachEvent<FStateTreeSharedEvent>([Function](const FStateTreeSharedEvent& Event)/' "$PATCH_FILE_DST"
# Print confirmation
echo "Patched $PATCH_FILE_DST successfully"
rm -rf DerivedDataCache Intermediate Binaries Saved
"$UE_ROOT/Engine/Build/BatchFiles/Mac/GenerateProjectFiles.sh" -project="$PROJECT_FILE" -game -engine

View File

@ -1,187 +0,0 @@
{
"ActuatorData": [
{
"index": 1
},
{
"index": 2
},
{
"index": 3
},
{
"index": 4
},
{
"index": 5
},
{
"index": 6
},
{
"index": 7
},
{
"index": 8
},
{
"index": 9
},
{
"index": 10
},
{
"index": 11
},
{
"index": 12
},
{
"index": 13
},
{
"index": 14
},
{
"index": 15
},
{
"index": 16
},
{
"index": 17
},
{
"index": 18
},
{
"index": 19
},
{
"index": 20
},
{
"index": 21
},
{
"index": 22
},
{
"index": 23
},
{
"index": 24
},
{
"index": 25
},
{
"index": 26
},
{
"index": 27
},
{
"index": 28
},
{
"index": 29
},
{
"index": 30
},
{
"index": 31
},
{
"index": 32
},
{
"index": 33
},
{
"index": 34
},
{
"index": 35
},
{
"index": 36
},
{
"index": 37
},
{
"index": 38
},
{
"index": 39
},
{
"index": 40
},
{
"index": 41
},
{
"index": 42
},
{
"index": 43
},
{
"index": 44
},
{
"index": 45
},
{
"index": 46
},
{
"index": 47
},
{
"index": 48
},
{
"index": 49
},
{
"index": 50
},
{
"index": 51
},
{
"index": 52
},
{
"index": 53
},
{
"index": 54
},
{
"index": 55
},
{
"index": 56
},
{
"index": 57
},
{
"index": 58
},
{
"index": 59
},
{
"index": 60
},
{
"index": 61
}
]
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More