from protobuf enum proto.models.GameplayModifiers.GameOptions
from protobuf enum value: BatteryEnergy = 128;
1.12.2 Additions
from protobuf enum value: DemoNoFail = 4096;
from protobuf enum value: DemoNoObstacles = 8192;
from protobuf enum value: DisappearingArrows = 1024;
from protobuf enum value: FailOnClash = 64;
from protobuf enum value: FastNotes = 256;
from protobuf enum value: FastSong = 512;
from protobuf enum value: GhostNotes = 2048;
Positive Modifiers
from protobuf enum value: InstaFail = 32;
from protobuf enum value: NoArrows = 4;
from protobuf enum value: NoBombs = 2;
Negative modifiers
from protobuf enum value: NoFail = 1;
from protobuf enum value: None = 0;
from protobuf enum value: NoObstacles = 8;
1.13.4 Additions
from protobuf enum value: ProMode = 32768;
from protobuf enum value: SlowSong = 16;
from protobuf enum value: SmallCubes = 131072;
from protobuf enum value: StrictAngles = 16384;
from protobuf enum value: SuperFastSong = 262144;
from protobuf enum value: ZenMode = 65536;
Generated
from protobuf enum proto.models.GameplayModifiers.GameOptions