DreamWeave-MP / CoreScripts

The serverside Lua scripts used to implement core functionality in S3MP.
MIT License
0 stars 1 forks source link

Feat(records): Also support changing fog values for dynamic cells in … #25

Closed magicaldave closed 1 year ago

magicaldave commented 1 year ago

…coreScripts

just finishing up https://github.com/DreamWeave-MP/Dreamweave/issues/33

Something interesting happens when actually creating a cell with the fog field set, as the values expected by the script are between 1 and 255, but density is supposed to be a float value between zero and one. As a result the fog is very bright and dense.

Doesn't appear to be a problem that can be resolved outside of the client at this time, so I think this merge is in an acceptable place for now.