YoYoGames / GameMaker-Bugs

Public tracking for GameMaker bugs
13 stars 5 forks source link

yymps not backwards compatible #5790

Open gm-bug-reporter[bot] opened 3 weeks ago

gm-bug-reporter[bot] commented 3 weeks ago

Description

When importing a .yymps created in 2024.4 versions to 2023.1 version the software hard locks, cannot be closed does not bring in any assets and is unresponsive to stimilus.

Steps To Reproduce

Try to import the attatched yymps into a project in version 2023.1.0.76

Which version of GameMaker are you reporting this issue for?

IDE v2024.4.0.137 Runtime v2024.4.0.168

Which operating system(s) are you seeing the problem on?

Windows 10.0.22631.0

cee3162d-b6fe-44c6-9d95-f0a239b52a94

stuckie commented 2 weeks ago

Unfortunately, older IDEs do not have ProjectTool available to them, and the project format does change over time - with 2024.2 being the last major change point. What you can do instead, is to use ProjectTool in a current IDE, and downgrade the YYMPS to a LTS-22 YYP Project.

image

You can then open the YYP as a normal project, or use the Import from YYP option. We will look into supporting downgrading into YYMPS as well, but this should let you get on just now.