Skip to content

Project plugin order #59

@RealPlanet

Description

@RealPlanet

I kept getting errors about folders not being found when changing the paths in 'vmf.config.jon', that's when I realized godot automatically loads the fgd plugin before the main plugin:

Image

[editor_plugins]

enabled=PackedStringArray("res://addons/godotfgd/plugin.cfg", "res://addons/godotvmf/plugin.cfg")

By switching the order of these two manually the errors went away because the VMFConfig actually get's read first

[editor_plugins]

enabled=PackedStringArray("res://addons/godotvmf/plugin.cfg", "res://addons/godotfgd/plugin.cfg")

Perhaps the fastest solution would be to make godotfgd attempt to load the configuration too so it doesn't run with the wrong parameters

Make sure you:

  • [ X ] Read relevant to your problem documentation
  • [ X ] Paths in your vmf.config are OK

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions