Code center > Bugs and fixes
Aren't the veggies supposed to move a little?
EricL:
I don't understand the Brownian motion comment. My Brownian Motion slider goes to 0. Does yours not?
Testlund:
I can pull it to any value I want. What I mean is that when I go out from the GUI and go back in it is reset to 10. The same goes for some other settings too, like Brownian Movement keeps going back to Animal when I want it to stay on Bacteria.
Griz:
--- Quote ---I can pull it to any value I want. What I mean is that when I go out from the GUI and go back in it is reset to 10. The same goes for some other settings too, like Brownian Movement keeps going back to Animal when I want it to stay on Bacteria.
--- End quote ---
yes. not all setting reload.
also ... seems like launching 2.4 for the first session ...
costs all default to zero ... which I keep forgetting to reset.
so there are a few of these settings that don't get uploaded.
Numsgil:
Figured out the brownian motion thing:
The slider is being set to 10 * Brownian motion value when it loads up. Note that the actual brownian motion values are correct until you load up the brownian motion slider.
In effect, the act of observing the brownian motion slider changes what it actually is.
Kind of heisenburgy.
EricL:
Excellent. Just fixed this in my fork. Changed line 230 in PhsyicsOptions.frm (the routine Form_Activate) from
--- Code: ---MiscSlider(2).value = .PhysBrown * 100
--- End code ---
to
--- Code: ---MiscSlider(2).value = .PhysBrown * 10
--- End code ---
-E
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version