Descriptive Problem Summary:
Skin loader for each client will read skin.txt if it exists regardless if control_freak is enabled later on or not.
Numbered Steps to Reproduce Problem:
Create a small demo, give it a window size of 300x300 px disable resizing. compile it run it enjoy the skin.
go back into coding, add client/control_freak=1
change size to 600x800. compile it, run it. Size will load at 300x300 because the previous skin is still saved in My Docs/BYOND/Skins/Author/Hub/.
Expected Results:
The old skin to be deleted from the folder listed above.
Actual Results:
New skin loads over old settings causing malformations of the new skin.
Does the problem occur:
Every time? Or how often? Every time
When does the problem NOT occur?
See Workarounds.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.) (Unsure)
Workarounds:
Delete the author/hub from skins folder.
ID:86201
Nov 23 2009, 7:51 pm
|
|||||||||||
Not a bug
| |||||||||||
Nov 24 2009, 5:14 am
|
|
The new skin is loading fine--what you're seeing is that the saved parameters are loading too. If you don't want size to save with the skin, you can modify it manually. Open up your skin file in a text editor and remove size from the main window's saved-params parameter.
|
Would this work for resizing everybody who joins? I don't expect everyone who has previously joined to know how to fix the bug. It only happened when I made a skin without control_freak, compiled it uploaded to hub. Made a new one with control freak, resized, uploaded to hub as a new update, size did not change, instead it made the image in the background look choppy.
|