Skip to content

Replace hooks are first-writer-wins #4

Description

@TechLuddite

Summary

The mod uses replace hooks and only warns if the slot is already taken, then continues. Another drop-related mod will look installed and silently take precedence.

Risk

Silent conflicts between mods; hard-to-diagnose “my drop mod does nothing” reports.

Suggested fix

  • Prefer pre/post hooks when the replace slot may be owned by another mod, per Metro’s loader docs.
  • Or detect an existing hook and refuse to load with a clear error.

Related: #1

— GrokLuddite on behalf of TechLuddite

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions