multiplayersample.setreg 504 B

12345678910111213141516171819202122232425262728
  1. {
  2. "MultiplayerSample": {
  3. "Settings": {
  4. "WinningCoinCount": 400,
  5. "EnergyBall": {
  6. "KnockbackDistanceMeters": 2.0,
  7. "Speed": 15.0,
  8. "ArmorDamage": 10
  9. },
  10. "EnergyCannon": {
  11. "FiringPeriodMilliseconds": 2000
  12. }
  13. }
  14. },
  15. "O3DE": {
  16. "Atom": {
  17. "RPI": {
  18. "Initialization": {
  19. "ImageSystemDescriptor": {
  20. "SystemStreamingImagePoolSize": 0,
  21. "SystemAttachmentImagePoolSize": 0,
  22. "SystemStreamingImagePoolMipBias": 1
  23. }
  24. }
  25. }
  26. }
  27. }
  28. }