Skip to content

Document loading maps at runtime from game resources #10

@DeerTears

Description

@DeerTears

QodotPlugin/qodot-plugin#159

You can load maps and build them at runtime by setting a QodotMap's map_file to your map, then calling verify_parameters(), then build_map() on the node.

I remember people running into dependency errors with their export settings, so I'm hoping someday I can write out the full method for this (including export settings) and add it to the docs.

As an alternative to supporting runtime loading, depending on the project, you can save your complete QodotMap builds as .tscn scenes, and just load those scenes. It's undeniably faster to load Godot's own data structures from your hard drive than it is to perform the entire build process in QodotMap which relies on various multithreaded API calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions