HaywireInteractive / OnAllFronts-Public

UE5 MilSim FPS / RTS Game (formerly ProjectM)
MIT License
112 stars 22 forks source link

Fix player soldier death in multiplayer #966

Closed Leroy231 closed 1 month ago

Leroy231 commented 2 months ago

Currently when player's soldier dies in multiplayer we don't show map to select another soldier to possess.

You can test this by going to L_SmallNoObstacles in client net mode, run console command pm.AIPerfectAim 1, kill the soldiers on your team in front of you, press enter to enable combat, wait for AI to kill you.

Ask @Leroy231 for code pointers if needed.