ID:85620
 
Not a bug
BYOND Version:457
Operating System:Windows XP Pro
Web Browser:Chrome 3.0.195.32
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
All .png's in my game are distorted, and messy.
Screenshot 1:
http://i36.tinypic.com/2e3suhh.png
Screenshot 2:
http://i38.tinypic.com/t5kft0.png

Numbered Steps to Reproduce Problem:
Tried re-working the mapped png's.
Tried changing the .png's to .jpg's.

Expected Results:
The distortion would be resolved

Actual Results:
Stayed exactly the same

Does the problem occur:
Every time? Or how often? Yes
In other games? No
In other user accounts? Yes
On other computers? Yes

When does the problem NOT occur?
When the format is .dmi

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.)

No, it didn't occur at all. It only started when I downloaded the newest version's(starting at 4.55).

IF you are compiling a map made with a version previous to 455, and wish for it to retain the same settings / style as before, you need to add the following:

world/map_format = TILED_ICON_MAP
Quaddw wrote:
IF you are compiling a map made with a version previous to 455, and wish for it to retain the same settings / style as before, you need to add the following:

world/map_format = TILED_ICON_MAP

Thank you, that was bothering me a lot.