From 18a2ac972da6d93083c9df2d88777e8a8c937e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20=C5=9Eahin?= Date: Tue, 31 Mar 2026 22:26:14 +0300 Subject: [PATCH] Implemented Game Loop Systems --- Content/_Game/Blueprints/BP_FMV_MenuPawn.uasset | 4 ++-- Content/_Game/Blueprints/BP_FMV_Monitor.uasset | 3 +++ Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset | 4 ++-- Content/_Game/Blueprints/BP_FMV_Pawn_Start.uasset | 4 ++-- Content/_Game/Blueprints/BP_Manager_Anomaly.uasset | 4 ++-- Content/_Game/Blueprints/GM_FMV_Loop.uasset | 4 ++-- Content/_Game/Blueprints/GS_Game_Loop.uasset | 4 ++-- Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset | 3 +++ Content/_Game/Blueprints/Widgets/HUD_FMV_Loop.uasset | 4 ++-- Content/_Game/Blueprints/Widgets/HUD_FMV_Menu.uasset | 4 ++-- Content/_Game/Blueprints/Widgets/HUD_FMV_Start.uasset | 4 ++-- Content/_Game/Blueprints/Widgets/WBP_FMV.uasset | 3 --- Content/_Game/Blueprints/Widgets/WBP_FMV_Choices.uasset | 3 +++ Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset | 3 +++ Content/_Game/Blueprints/Widgets/WBP_MenuButton.uasset | 4 ++-- Content/_Game/DataAssets/DA_GameRules_Default.uasset | 4 ++-- Content/_Game/DataTables/DT_Anomalies.uasset | 4 ++-- Content/_Game/Enums/ENUM_AnomalyTypes.uasset | 3 +++ Content/_Game/Levels/L_Game_Loop.umap | 4 ++-- Content/_Game/Materials/MAT_Monitor.uasset | 3 +++ Content/_Game/Media/L1S1_MediaPlayer_Video_Mat.uasset | 3 --- Content/_Game/Media/MP_GameLoop.uasset | 3 --- Content/_Game/Media/MP_Monitor.uasset | 3 +++ Content/_Game/Media/MT_Monitor.uasset | 3 +++ Content/_Game/Structs/ST_Anomaly.uasset | 4 ++-- 25 files changed, 52 insertions(+), 37 deletions(-) create mode 100644 Content/_Game/Blueprints/BP_FMV_Monitor.uasset create mode 100644 Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset delete mode 100644 Content/_Game/Blueprints/Widgets/WBP_FMV.uasset create mode 100644 Content/_Game/Blueprints/Widgets/WBP_FMV_Choices.uasset create mode 100644 Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset create mode 100644 Content/_Game/Enums/ENUM_AnomalyTypes.uasset create mode 100644 Content/_Game/Materials/MAT_Monitor.uasset delete mode 100644 Content/_Game/Media/L1S1_MediaPlayer_Video_Mat.uasset delete mode 100644 Content/_Game/Media/MP_GameLoop.uasset create mode 100644 Content/_Game/Media/MP_Monitor.uasset create mode 100644 Content/_Game/Media/MT_Monitor.uasset diff --git a/Content/_Game/Blueprints/BP_FMV_MenuPawn.uasset b/Content/_Game/Blueprints/BP_FMV_MenuPawn.uasset index ace02aa..c2f784d 100644 --- a/Content/_Game/Blueprints/BP_FMV_MenuPawn.uasset +++ b/Content/_Game/Blueprints/BP_FMV_MenuPawn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60484cb25360d11410e312becaf5826b4e38d6dd793a8766f4b5cb07ffe90112 -size 82283 +oid sha256:82683d37217b922e81dc0e040f702287b1cd184a5cc9ede85640d0ccf85f70ec +size 82331 diff --git a/Content/_Game/Blueprints/BP_FMV_Monitor.uasset b/Content/_Game/Blueprints/BP_FMV_Monitor.uasset new file mode 100644 index 0000000..7dbe449 --- /dev/null +++ b/Content/_Game/Blueprints/BP_FMV_Monitor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c303f5ec2473234c02cb6c94d6b41ec668f5a228a5eed979f37b8dc0a9f552 +size 18040 diff --git a/Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset b/Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset index b05a9bd..c243291 100644 --- a/Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset +++ b/Content/_Game/Blueprints/BP_FMV_Pawn_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ea87da41c25d254d541a20fa3d5e16909d89d1ea9ebe485175d5f8463ae912a -size 184665 +oid sha256:3d204ac79dd033a20e475904b78ed3c4b3046ddb1f6e4912629b980193d4647e +size 117984 diff --git a/Content/_Game/Blueprints/BP_FMV_Pawn_Start.uasset b/Content/_Game/Blueprints/BP_FMV_Pawn_Start.uasset index 2e45034..a1869cb 100644 --- a/Content/_Game/Blueprints/BP_FMV_Pawn_Start.uasset +++ b/Content/_Game/Blueprints/BP_FMV_Pawn_Start.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc83fbd83953d264afcfa7d0fe12df658da534756d8c007427a0cf4dd5f2ca28 -size 185017 +oid sha256:1309c99b33e7aa0c38f29cfa54e037a16e120931548aec4d2ad8815233f274da +size 185294 diff --git a/Content/_Game/Blueprints/BP_Manager_Anomaly.uasset b/Content/_Game/Blueprints/BP_Manager_Anomaly.uasset index ef09135..bf959b8 100644 --- a/Content/_Game/Blueprints/BP_Manager_Anomaly.uasset +++ b/Content/_Game/Blueprints/BP_Manager_Anomaly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab5109eecad7a3106c0dccdb9dacce5be6963fecae4930e0cc9a25b54a8d56a9 -size 176516 +oid sha256:b11f11df81b432b28349133c1f2c55e3f0aa5820ee864467066e28702a614ca2 +size 2438 diff --git a/Content/_Game/Blueprints/GM_FMV_Loop.uasset b/Content/_Game/Blueprints/GM_FMV_Loop.uasset index 7d8bba3..29cd77a 100644 --- a/Content/_Game/Blueprints/GM_FMV_Loop.uasset +++ b/Content/_Game/Blueprints/GM_FMV_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68453e52e47421359c4ca5f41aa4c3aed29f0456d020d11886f7df8eb7555f30 -size 20627 +oid sha256:396a1aa34edf96d0da815958ef36f676bd8bf31f485bbe1c66ce3b669c66c25e +size 21133 diff --git a/Content/_Game/Blueprints/GS_Game_Loop.uasset b/Content/_Game/Blueprints/GS_Game_Loop.uasset index e938303..d33ca94 100644 --- a/Content/_Game/Blueprints/GS_Game_Loop.uasset +++ b/Content/_Game/Blueprints/GS_Game_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5e2d323d893c5d569c91c49c1a95533fa156d06ec87cd4763becda89d922e5a0 -size 24088 +oid sha256:8f91f39fbbcb2c25e4fd78e0e347a75260c03e7fecd87d040d5ff2ef98d7c1f7 +size 38223 diff --git a/Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset b/Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset new file mode 100644 index 0000000..fb5bb64 --- /dev/null +++ b/Content/_Game/Blueprints/Managers/BP_Manager_Anomaly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447df50dd28e4993b6a3128a9a90a2fec9f564410e98e60c8f71b4f21f497a02 +size 211952 diff --git a/Content/_Game/Blueprints/Widgets/HUD_FMV_Loop.uasset b/Content/_Game/Blueprints/Widgets/HUD_FMV_Loop.uasset index 4403a8c..2adf2bb 100644 --- a/Content/_Game/Blueprints/Widgets/HUD_FMV_Loop.uasset +++ b/Content/_Game/Blueprints/Widgets/HUD_FMV_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:04b3741b726620c8ac9650cbc8bf00bd4bfeee0730e2bb4e33496dadd5ca2282 -size 40296 +oid sha256:2798d2140082cd5ea3302d1e6990ca9b7765ac8812f9067c170e886ca9d321fa +size 34957 diff --git a/Content/_Game/Blueprints/Widgets/HUD_FMV_Menu.uasset b/Content/_Game/Blueprints/Widgets/HUD_FMV_Menu.uasset index e8ee470..744177b 100644 --- a/Content/_Game/Blueprints/Widgets/HUD_FMV_Menu.uasset +++ b/Content/_Game/Blueprints/Widgets/HUD_FMV_Menu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:645f428bce95bc1bbde1295faa2ad2c04220de563a0c1695db503b513f45a8b5 -size 33478 +oid sha256:9df2dbfbcaaa070a751a12dc6b3d4e984eeda1de691eaf5c18013c1c338b2450 +size 32707 diff --git a/Content/_Game/Blueprints/Widgets/HUD_FMV_Start.uasset b/Content/_Game/Blueprints/Widgets/HUD_FMV_Start.uasset index cd85855..aac6bd8 100644 --- a/Content/_Game/Blueprints/Widgets/HUD_FMV_Start.uasset +++ b/Content/_Game/Blueprints/Widgets/HUD_FMV_Start.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fccaf0c9dcc7eeb761d18cb1c44a62a9df75405543353f9ad01bd7a5608fc3b9 -size 41295 +oid sha256:c57f85a3f8a2fba1c0284c489c8f43efc56a459bb2877110d79fbf5550e125b0 +size 41349 diff --git a/Content/_Game/Blueprints/Widgets/WBP_FMV.uasset b/Content/_Game/Blueprints/Widgets/WBP_FMV.uasset deleted file mode 100644 index ed58a6b..0000000 --- a/Content/_Game/Blueprints/Widgets/WBP_FMV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d46fa6f47d289a9694741fb1f52bba207427f5325156590500742bda7066582 -size 92993 diff --git a/Content/_Game/Blueprints/Widgets/WBP_FMV_Choices.uasset b/Content/_Game/Blueprints/Widgets/WBP_FMV_Choices.uasset new file mode 100644 index 0000000..ffa6ca2 --- /dev/null +++ b/Content/_Game/Blueprints/Widgets/WBP_FMV_Choices.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91aa55eb89ccef7e573b4d200da835060f9c0b59f5dad899529778b9de568bec +size 93137 diff --git a/Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset b/Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset new file mode 100644 index 0000000..52be96a --- /dev/null +++ b/Content/_Game/Blueprints/Widgets/WBP_FMV_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaa76e05d9f1b12264ca9da856abf7a4808229f3eb64eed72fce17b66dc9c74 +size 177577 diff --git a/Content/_Game/Blueprints/Widgets/WBP_MenuButton.uasset b/Content/_Game/Blueprints/Widgets/WBP_MenuButton.uasset index 30a990c..abb82f8 100644 --- a/Content/_Game/Blueprints/Widgets/WBP_MenuButton.uasset +++ b/Content/_Game/Blueprints/Widgets/WBP_MenuButton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:965a93da77a3b96ad1e29f0af1677d0f56d4b0ab5441db4010eb327d9147f09d -size 52483 +oid sha256:892dfabf1ee4c708ba17145fe358d60555b05da8f0bb3b374293e88a1e0872ac +size 52847 diff --git a/Content/_Game/DataAssets/DA_GameRules_Default.uasset b/Content/_Game/DataAssets/DA_GameRules_Default.uasset index c3a6879..c711a20 100644 --- a/Content/_Game/DataAssets/DA_GameRules_Default.uasset +++ b/Content/_Game/DataAssets/DA_GameRules_Default.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac9fa764a15543dd70eda3e95e6b45de8c3c7924631375d2f9153fedd51ebf62 -size 1684 +oid sha256:f503fd75e475c0f14023198683a0bf1480fc05b84e512027fcc0631f1e83a8fe +size 1652 diff --git a/Content/_Game/DataTables/DT_Anomalies.uasset b/Content/_Game/DataTables/DT_Anomalies.uasset index 33966cb..8b58fd8 100644 --- a/Content/_Game/DataTables/DT_Anomalies.uasset +++ b/Content/_Game/DataTables/DT_Anomalies.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:308d3fb6bb508cf05cdf47365e60a92c36db0142e862865c91e8601a1c92b25b -size 21998 +oid sha256:4ff297b76256f49be02d1b7bc282eb9937d5b4cbef620bc86f7c86337dfe4d27 +size 22293 diff --git a/Content/_Game/Enums/ENUM_AnomalyTypes.uasset b/Content/_Game/Enums/ENUM_AnomalyTypes.uasset new file mode 100644 index 0000000..7f6d2b7 --- /dev/null +++ b/Content/_Game/Enums/ENUM_AnomalyTypes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d998e0edede5de17ba1b585318f4c68ed2a700c536d845bd2e7d550b8b9865ba +size 4884 diff --git a/Content/_Game/Levels/L_Game_Loop.umap b/Content/_Game/Levels/L_Game_Loop.umap index 1ff1068..c59ca54 100644 --- a/Content/_Game/Levels/L_Game_Loop.umap +++ b/Content/_Game/Levels/L_Game_Loop.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b0b05c672eb216a8d5453af6143c7bc0fc76d68540e1caa280c89eb59acee29 -size 11210 +oid sha256:eb37b9f4b517718928f6fd88382df78cd30b0bd72ecae86d7178e8552c8b7047 +size 13902 diff --git a/Content/_Game/Materials/MAT_Monitor.uasset b/Content/_Game/Materials/MAT_Monitor.uasset new file mode 100644 index 0000000..dea64e6 --- /dev/null +++ b/Content/_Game/Materials/MAT_Monitor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8f1142b7b368b22e0553d8aad0bc3c50f7d8d165749d30562fe2b78496c89e +size 13721 diff --git a/Content/_Game/Media/L1S1_MediaPlayer_Video_Mat.uasset b/Content/_Game/Media/L1S1_MediaPlayer_Video_Mat.uasset deleted file mode 100644 index 0a7eed9..0000000 --- a/Content/_Game/Media/L1S1_MediaPlayer_Video_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a5e22b3155c530b2901a90bb352bfed5aaec24c1088942bb22e60d0e7bd511b -size 15611 diff --git a/Content/_Game/Media/MP_GameLoop.uasset b/Content/_Game/Media/MP_GameLoop.uasset deleted file mode 100644 index 6cd96b7..0000000 --- a/Content/_Game/Media/MP_GameLoop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dc4cba0d056a5319a21a51dc8682a15c87cb1035c226d5cc7737b378aecc06e -size 1175 diff --git a/Content/_Game/Media/MP_Monitor.uasset b/Content/_Game/Media/MP_Monitor.uasset new file mode 100644 index 0000000..519476f --- /dev/null +++ b/Content/_Game/Media/MP_Monitor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c662ee8d771915e6d49b0ccd7b406c2aedfc5ab563b1956ea312d0a11d00f8 +size 1170 diff --git a/Content/_Game/Media/MT_Monitor.uasset b/Content/_Game/Media/MT_Monitor.uasset new file mode 100644 index 0000000..d2161ee --- /dev/null +++ b/Content/_Game/Media/MT_Monitor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f6b01716c84bbb622d23d634247ed462e600d614a84dc60fcab22beb7fe34b +size 2413 diff --git a/Content/_Game/Structs/ST_Anomaly.uasset b/Content/_Game/Structs/ST_Anomaly.uasset index 10133ba..81e8e62 100644 --- a/Content/_Game/Structs/ST_Anomaly.uasset +++ b/Content/_Game/Structs/ST_Anomaly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be4887b04ab445cc2b3e39d0b875b730636914a6e93452d83db781e34a29bf5c -size 10117 +oid sha256:bae7f00534f96d26c50e125e4a981daf49cc01185a2a2fb37e1f83c1e7453752 +size 11530