Gene Walters
Gene Walters
Removing more visual components on server spawnables; one of which is PopcornFx component which was already creating spam on servers Tested by running Multiplayer Sample headless server and connecting/playing with...
Multiplayer Sample currently has 2 exporters. **Describe the solution you'd like** - Replace _MPSGameLift/scripts/export_gamelift_server_package.py_ with export_standalone_monolithic_windows.py - Update _MPSGameLift/Documents/_ with the new packaging instructions.
Running Export_standalone_monolithic_windows.py will end in a python exception if using a project-centric (non-sdk) build of Multiplayer Sample **Describe the solution you'd like** Update Export_standalone_monolithic_windows.py to first check if AssetBundlerBatch exists...
As a dev I had to build the GameLauncher by hand in order to test MPS GameLift **Solution** Give users and option to build gamelauncher via the exporter https://github.com/o3de/o3de-multiplayersample/blob/development/MPSGameLift/Scripts/export_gamelift_server_package.py
If a game is missing seed files, the exporter will tell the user that it's missing the files, but not provide anything actionable to try in order to fix the...
**Describe the bug** NetworkSimplePlayerCameraComponent will crash OnActivate if no NetworkAiComponent exists. **Steps to reproduce** N/A. Just look at the code: _m_aiEnabled = FindComponent()->GetEnabled();_ **Expected behavior** If NetworkSimplePlayerCameraComponent requires NetworkAiComponent, then...
**Describe the bug** MPS doesn't compile because a bad GameSDK.ico **Steps to reproduce** Steps to reproduce the behavior: 1. Download MPS development branch 2. Use ProjectManager to compile. 3. Notice...
**Is your feature request related to a problem? Please describe.** MultiplayerSample project is currently using a custom built network player spawner. MultiplayerSample should leverage the vanilla MP Gem as much...
**Is your feature request related to a problem? Please describe.** When starting up multiplayer sample for the first time it was interesting to see that Player.prefab had a NetworkCameraComponent, but...
**Is your feature request related to a problem? Please describe.** Sometimes I match MPS branch with the wrong O3DE branch. For example, I'll use MPS Main branch, with the latest...