promotional bannermobile promotional banner
premium banner
Mod to enable the player model to be changed to a sphere.

Description

Spherical Player

image

1. contents of v1.2

image

Three data parameters are assigned to each player.

  • SPM_Size : Radius of sphere
  • SPM_isBall : Whether or not it is a sphere
  • SPM_Quaternion : Rotation coordinates of sphere
  • SPM_RESTITUTION : Restitution coeffient

I add dynamics like a sphere, rolling and bouncing.

The number of sphere segments can be changed in config to adjust the client's rendering load.

image

2. commands of v1.2

2.1 Commands for resizing

/setSphere size set <targets> <value>
/setSphere size get <target>

2.2 Commands to change whether the player is the ball

/setSphere isBall set <targets> <true/false>

2.3 Commands to change restitution coefficient

/setSphere RestitutionCoefficient set <targets> <value>
/setSphere RestitutionCoefficient get <target>