I just tested and found: bug is dumb:
You just used quotes in the string values (here in the 'credits' fields), they are makes any SMBX files broken.
PGE always tell you, WHERE file have a wrong line:
what's means?
Let's open notepad and look for 12'th line:
Yes, this is a WLD format violation, string values should be "some text", but not "hello, my "toilet" is flooded".
Takes all broken strings:
Code: Select all
"Level and World Map Design by ""H-pyttoSS"""
"Custom Graphics partially by ""Valtteri's Graphics Pack"""
"Custom Graphics partially by ""SMB1 Expanded GFX-Pack 2.0 - Sednaiur"""
"Custom Graphics partially by ""H-pyttoSS"""
and replace with:
Code: Select all
"Level and World Map Design by 'H-pyttoSS'"
"Custom Graphics partially by 'Valtteri's Graphics Pack'"
"Custom Graphics partially by 'SMB1 Expanded GFX-Pack 2.0 - Sednaiur'"
"Custom Graphics partially by 'H-pyttoSS'"
and we getting this view:
After changes, save file and reopen them in the PGE or in the SMBX Editor:
and voila, world file just opened correctly:
Also, when you will save files in the PGE, it will always remove all wrong characters from strings to prevent any damages of SMBX file format
If you don't wanna fixing it yourself, take fixed file back:
http://engine.wohlnet.ru/docs/_files_fo ... _11_20.zip