-
-
Notifications
You must be signed in to change notification settings - Fork 98
Description
ChroMapper version
v0.13.892
Description
When a light show is viewed in-game or through Chromapper (when opening the editor and not pressing the "Reset Rings" keybind), the rings seem to be at the correct rotation, step, and zoom values.
These appear to be "rotation" : 0 and "step": 45, simply from the looks of them, and I'm unsure what the zoom value is.
Upon pressing the "Reset Rings" keybind, the state of the rings appears to be a different one, namely a rotation of 180 and a step of 90, and possibly a different zoom level (should be checked).
Steps to Reproduce
I am confident this issue can be verified by simply checking the values used upon resetting the rings and comparing them against the ones used when first opening the difficulty.
In these steps I will make use of light events to better highlight the differences.
To match the two screenshots above:
- Create a new
v2/v3map (haven't checked whether it happens onv4too) - Create a new difficulty with the
KaleidoscopeEnvironmentenvironment and open the editor - Add a
BACK LASERS (ALL LIGHTS)light event - Add a
BIG RINGS ID1light event and modify its$.customData.lightIDarray to only contain the value2(upon creation the array contains1and2) - Make sure "Reset Rings" has not been pressed so far - otherwise, save and reopen the difficulty
- Play the map and take note of the rotation, step, and zoom values of the rings
- Press the "Reset Rings" keybind (by default
Numpad0) - Play the map again and take note of the rotation, step, and zoom values of the rings
Expected Behavior
Upon pressing the "Reset Rings" keybind, the rings should be in the same state they were in upon opening the difficulty.