Skip to content

Full support for YYC runtime #78

@opera-eadelhult

Description

@opera-eadelhult

When building with YYC, we are expected to provide a user folder containing a local_settings.json. Related issue in GameMaker. https://github.com/YoYoGames/GameMaker/issues/5406

For now, we throw an error that's a bit friendlier to end-users.

Reminds to be seen if we need to make changes to Igor/assetcompiler or if we just fake a user directory with the local_settings file.

// FIXME: Add full support for configuring YYC, currently the underlying tooling
// expects to be given a user directory with a local_settings.json file. (At least on windows/operagx)
if (runtime === "YYC" && (target === "windows" || target === "operagx")) {
throw new KnownError(
"Support for the native runtime (YYC) is coming soon to GameMaker CLI.",
);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions