multiplayersample.setreg 577 B

123456789101112131415161718192021222324252627282930313233
  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. "Autoexec": {
  28. "ConsoleCommands": {
  29. "r_shadowCascadeExtrusionAmount": 20
  30. }
  31. }
  32. }
  33. }