We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An extension for allowing the setting of night/daytime and associated useful things.
The goal of this extension is to deliver everything necessary for night fights
Set the brightness. A value of 0 is pitch black.
fields: u16: brightness u8: velocity in units/sec?
Enable or disable the flashlight. Sent both c->s and s->c.
fields: u8: player ID u8: bool 0=off, 1=on
Some kind of night vision thing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An extension for allowing the setting of night/daytime and associated useful things.
Goal
The goal of this extension is to deliver everything necessary for night fights
Proposed Packets
SetWorldBrightness (id 1)
Set the brightness. A value of 0 is pitch black.
fields:
u16: brightness
u8: velocity in units/sec?
SetFlashlightState (id 2)
Enable or disable the flashlight. Sent both c->s and s->c.
fields:
u8: player ID
u8: bool 0=off, 1=on
Other ideas:
Some kind of night vision thing?
The text was updated successfully, but these errors were encountered: