diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b906ce..3f782e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: - master env: - UNREAL_PATH: E:\unreal\UE_5.2 + UNREAL_PATH: E:\unreal\UE_5.3 PROJECT_NAME: CoopGameFleep.uproject TEST_SUITE_TO_RUN: CoopGameFleepTests. TEST_REPORT_FOLDER: TestResults @@ -27,6 +27,9 @@ jobs: runs-on: self-hosted steps: + - name: Cleanup + run: rm -Recurse ${{github.workspace}}\* + - name: Clone repository uses: actions/checkout@v3 diff --git a/.vsconfig b/.vsconfig index 7f1e056..60e98f0 100644 --- a/.vsconfig +++ b/.vsconfig @@ -1,13 +1,13 @@ -{ - "version": "1.0", - "components": [ - "Microsoft.Net.Component.4.6.2.TargetingPack", - "Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64", - "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.Windows10SDK", - "Microsoft.VisualStudio.Workload.CoreEditor", - "Microsoft.VisualStudio.Workload.ManagedDesktop", - "Microsoft.VisualStudio.Workload.NativeDesktop", - "Microsoft.VisualStudio.Workload.NativeGame" - ] -} +{ + "version": "1.0", + "components": [ + "Microsoft.Net.Component.4.6.2.TargetingPack", + "Microsoft.VisualStudio.Component.VC.14.36.17.6.x86.x64", + "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", + "Microsoft.VisualStudio.Component.Windows10SDK.22000", + "Microsoft.VisualStudio.Workload.CoreEditor", + "Microsoft.VisualStudio.Workload.ManagedDesktop", + "Microsoft.VisualStudio.Workload.NativeDesktop", + "Microsoft.VisualStudio.Workload.NativeGame" + ] +} diff --git a/Content/Maps/P_TestMap.umap b/Content/Maps/P_TestMap.umap index 3391e11..fc94b9e 100644 Binary files a/Content/Maps/P_TestMap.umap and b/Content/Maps/P_TestMap.umap differ diff --git a/CoopGameFleep.uproject b/CoopGameFleep.uproject index 4e9fc24..7b590e0 100644 --- a/CoopGameFleep.uproject +++ b/CoopGameFleep.uproject @@ -1,203 +1,203 @@ -{ - "FileVersion": 3, - "EngineAssociation": "5.2", - "Category": "", - "Description": "", - "Modules": [ - { - "Name": "CoopGameFleep", - "Type": "Runtime", - "LoadingPhase": "Default", - "AdditionalDependencies": [ - "Engine" - ] - } - ], - "Plugins": [ - { - "Name": "Bridge", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Win64", - "Mac", - "Linux" - ] - }, - { - "Name": "FunctionalTestingEditor", - "Enabled": true - }, - { - "Name": "AlembicImporter", - "Enabled": false - }, - { - "Name": "AndroidDeviceProfileSelector", - "Enabled": false - }, - { - "Name": "AndroidMedia", - "Enabled": false - }, - { - "Name": "AndroidMoviePlayer", - "Enabled": false - }, - { - "Name": "OnlineSubsystemGooglePlay", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Android" - ] - }, - { - "Name": "AndroidPermission", - "Enabled": false - }, - { - "Name": "AndroidFileServer", - "Enabled": false - }, - { - "Name": "AppleMoviePlayer", - "Enabled": false - }, - { - "Name": "AppleImageUtils", - "Enabled": false - }, - { - "Name": "ChaosCloth", - "Enabled": false - }, - { - "Name": "ChaosNiagara", - "Enabled": false - }, - { - "Name": "ChaosEditor", - "Enabled": false - }, - { - "Name": "ChaosSolverPlugin", - "Enabled": false - }, - { - "Name": "ChaosClothEditor", - "Enabled": false - }, - { - "Name": "CLionSourceCodeAccess", - "Enabled": false - }, - { - "Name": "CodeLiteSourceCodeAccess", - "Enabled": false - }, - { - "Name": "MeshPainting", - "Enabled": false - }, - { - "Name": "InterchangeEditor", - "Enabled": false, - "SupportedTargetPlatforms": [ - "Win64", - "Linux", - "Mac" - ] - }, - { - "Name": "InterchangeTests", - "Enabled": false - }, - { - "Name": "GooglePAD", - "Enabled": false - }, - { - "Name": "GoogleCloudMessaging", - "Enabled": false - }, - { - "Name": "WmfMedia", - "Enabled": false - }, - { - "Name": "WindowsMoviePlayer", - "Enabled": false - }, - { - "Name": "SubversionSourceControl", - "Enabled": false - }, - { - "Name": "SpeedTreeImporter", - "Enabled": false - }, - { - "Name": "SkeletalReduction", - "Enabled": false - }, - { - "Name": "ResonanceAudio", - "Enabled": false - }, - { - "Name": "PerforceSourceControl", - "Enabled": false - }, - { - "Name": "OnlineSubsystemIOS", - "Enabled": false, - "SupportedTargetPlatforms": [ - "IOS", - "TVOS" - ] - }, - { - "Name": "OnlineSubsystemNull", - "Enabled": false - }, - { - "Name": "OnlineSubsystemUtils", - "Enabled": false - }, - { - "Name": "OnlineSubsystem", - "Enabled": false - }, - { - "Name": "OnlineBase", - "Enabled": false - }, - { - "Name": "WebMMoviePlayer", - "Enabled": false - }, - { - "Name": "MobilePatchingUtils", - "Enabled": false - }, - { - "Name": "LocationServicesBPLibrary", - "Enabled": false - }, - { - "Name": "Metasound", - "Enabled": false - }, - { - "Name": "MacGraphicsSwitching", - "Enabled": false - }, - { - "Name": "KDevelopSourceCodeAccess", - "Enabled": false - }, - { - "Name": "IOSDeviceProfileSelector", - "Enabled": false - } - ] +{ + "FileVersion": 3, + "EngineAssociation": "5.3", + "Category": "", + "Description": "", + "Modules": [ + { + "Name": "CoopGameFleep", + "Type": "Runtime", + "LoadingPhase": "Default", + "AdditionalDependencies": [ + "Engine" + ] + } + ], + "Plugins": [ + { + "Name": "Bridge", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win64", + "Mac", + "Linux" + ] + }, + { + "Name": "FunctionalTestingEditor", + "Enabled": true + }, + { + "Name": "AlembicImporter", + "Enabled": false + }, + { + "Name": "AndroidDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "AndroidMedia", + "Enabled": false + }, + { + "Name": "AndroidMoviePlayer", + "Enabled": false + }, + { + "Name": "OnlineSubsystemGooglePlay", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Android" + ] + }, + { + "Name": "AndroidPermission", + "Enabled": false + }, + { + "Name": "AndroidFileServer", + "Enabled": false + }, + { + "Name": "AppleMoviePlayer", + "Enabled": false + }, + { + "Name": "AppleImageUtils", + "Enabled": false + }, + { + "Name": "ChaosCloth", + "Enabled": false + }, + { + "Name": "ChaosNiagara", + "Enabled": false + }, + { + "Name": "ChaosEditor", + "Enabled": false + }, + { + "Name": "ChaosSolverPlugin", + "Enabled": false + }, + { + "Name": "ChaosClothEditor", + "Enabled": false + }, + { + "Name": "CLionSourceCodeAccess", + "Enabled": false + }, + { + "Name": "CodeLiteSourceCodeAccess", + "Enabled": false + }, + { + "Name": "MeshPainting", + "Enabled": false + }, + { + "Name": "InterchangeEditor", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win64", + "Linux", + "Mac" + ] + }, + { + "Name": "InterchangeTests", + "Enabled": false + }, + { + "Name": "GooglePAD", + "Enabled": false + }, + { + "Name": "GoogleCloudMessaging", + "Enabled": false + }, + { + "Name": "WmfMedia", + "Enabled": false + }, + { + "Name": "WindowsMoviePlayer", + "Enabled": false + }, + { + "Name": "SubversionSourceControl", + "Enabled": false + }, + { + "Name": "SpeedTreeImporter", + "Enabled": false + }, + { + "Name": "SkeletalReduction", + "Enabled": false + }, + { + "Name": "ResonanceAudio", + "Enabled": false + }, + { + "Name": "PerforceSourceControl", + "Enabled": false + }, + { + "Name": "OnlineSubsystemIOS", + "Enabled": false, + "SupportedTargetPlatforms": [ + "IOS", + "TVOS" + ] + }, + { + "Name": "OnlineSubsystemNull", + "Enabled": false + }, + { + "Name": "OnlineSubsystemUtils", + "Enabled": false + }, + { + "Name": "OnlineSubsystem", + "Enabled": false + }, + { + "Name": "OnlineBase", + "Enabled": false + }, + { + "Name": "WebMMoviePlayer", + "Enabled": false + }, + { + "Name": "MobilePatchingUtils", + "Enabled": false + }, + { + "Name": "LocationServicesBPLibrary", + "Enabled": false + }, + { + "Name": "Metasound", + "Enabled": false + }, + { + "Name": "MacGraphicsSwitching", + "Enabled": false + }, + { + "Name": "KDevelopSourceCodeAccess", + "Enabled": false + }, + { + "Name": "IOSDeviceProfileSelector", + "Enabled": false + } + ] } \ No newline at end of file diff --git a/scripts/Package.bat b/scripts/Package.bat index 88521b2..2266c0e 100644 --- a/scripts/Package.bat +++ b/scripts/Package.bat @@ -4,4 +4,4 @@ set projectName=%~3 set target=%~4 set packageFolder=%~5 -"%ueLocation%\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project="%projectLocation%\%projectName%" -nop4 -utf8output -nocompileeditor -skipbuildeditor -cook -project="%projectLocation%\%projectName%" -target=%target% -platform=Win64 -installed -stage -archive -package -build -pak -iostore -compressed -prereqs -archivedirectory="%projectLocation%\%packageFolder%" -clientconfig=Development -nocompile -nocompileuat +"%ueLocation%\Engine\Build\BatchFiles\RunUAT.bat" BuildCookRun -project="%projectLocation%\%projectName%" -nop4 -utf8output -nocompileeditor -skipbuildeditor -cook -project="%projectLocation%\%projectName%" -target=%target% -platform=Win64 -installed -stage -archive -package -build -pak -iostore -compressed -archivedirectory="%projectLocation%\%packageFolder%" -clientconfig=Development -nocompile -nocompileuat