Gene Walters

Results 67 issues of 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.

kind/feature
priority/minor

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...

kind/feature
priority/minor

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

kind/feature
priority/major

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...

kind/bug

**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...

kind/bug
good first issue
priority/critical

**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...

kind/bug
sig/network

**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...

kind/feature
priority/major

**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...

documentation
kind/feature
priority/minor

**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...

documentation
kind/feature