swapped matchmade UI player names, quick chat additions
This commit is contained in:
@@ -134,7 +134,7 @@ public class CupidLobby : MonoBehaviour
|
||||
GameManager.MyTeam = myTeam;
|
||||
|
||||
// LevelLoadManager.instance.SetupMatchMade(myTeam, myPlayer.Name, opponentPlayer.Name, $"L10 {myPlayer.l10_wins}-{myPlayer.l10_losses}", $"L10 {opponentPlayer.l10_wins}-{opponentPlayer.l10_losses}");
|
||||
LevelLoadManager.instance.SetupMatchMade(myTeam, myPlayer, opponentPlayer);
|
||||
LevelLoadManager.instance.SetupMatchMade(myTeam, opponentPlayer, myPlayer);
|
||||
GameManager.ConfigureDedicatedMatchReporting(matchmadeResponse.match_id);
|
||||
Logger.Log("Setting cupid to load game scene");
|
||||
Cupid.RoomPort = _room.Port;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+13
-4
@@ -1,5 +1,14 @@
|
||||
Logger initiated at 4/25/2026 12:28:01 AM
|
||||
Logger initiated at 4/25/2026 1:39:40 AM
|
||||
|
||||
[4/25/2026 12:28:01 AM] Cupid init success
|
||||
[4/25/2026 12:28:06 AM] Starting matchmake as warlock
|
||||
[4/25/2026 12:28:16 AM] Cancelled matchmaking success
|
||||
[4/25/2026 1:39:40 AM] Cupid init success
|
||||
[4/25/2026 1:39:41 AM] Starting matchmake as warlock
|
||||
[4/25/2026 1:39:46 AM] Got into a room
|
||||
[4/25/2026 1:39:46 AM] {"Players":[{"Name":"warlock","LastSeen":1777061387412,"UserId":4,"l10_wins":0,"l10_losses":0}],"GameName":"soccar","Port":26990,"InitTime":1777061387412,"match_id":98,"your_team":"red"}
|
||||
[4/25/2026 1:39:47 AM] Got into a room
|
||||
[4/25/2026 1:39:47 AM] {"Players":[{"Name":"warlock","LastSeen":1777061387412,"UserId":4,"l10_wins":0,"l10_losses":0},{"Name":"warlock2","LastSeen":1777061387604,"UserId":5,"l10_wins":0,"l10_losses":3}],"GameName":"soccar","Port":26990,"InitTime":1777061387412,"match_id":98,"your_team":"red"}
|
||||
[4/25/2026 1:39:47 AM] Configured dedicated match reporting for match id 98 with secret 38516e39d3406225b7c3015a66e5d25c54e9b2024c0755212122bdcea3e3a328 and internal api base https://kickkingsapi.playpoolstudios.com
|
||||
[4/25/2026 1:39:47 AM] Setting cupid to load game scene
|
||||
[4/25/2026 1:39:47 AM] Loading game scene
|
||||
[4/25/2026 1:39:54 AM] Starting client at $kickkingsapi.playpoolstudios.com:26990
|
||||
[4/25/2026 1:40:10 AM] Selected team changed from Red to Blue
|
||||
[4/25/2026 1:40:24 AM] Selected team changed from Blue to Red
|
||||
|
||||
+946
-19
File diff suppressed because it is too large
Load Diff
@@ -2230,6 +2230,7 @@ MonoBehaviour:
|
||||
GameScene: Game
|
||||
serverAddress: https://kickkingsapi.playpoolstudios.com
|
||||
cupidPort: 0
|
||||
cupidPassword: HelloWorld
|
||||
bearerTokenFallback:
|
||||
--- !u!4 &613204348
|
||||
Transform:
|
||||
|
||||
Reference in New Issue
Block a user