Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

In dev mode script debugging is impossible. Ingame editor keeps reseting #361

@oliverde8

Description

@oliverde8

The class /src/eXpansion/Bundle/DeveloperTools/Plugins/Gui/MemoryWidget.php extends WidgetManiascript. It therefore has default maniascript.

But as the widget is used only for debug purposes it updates very often, and this creates the issue.

Solutions :

  • extend FmlManialinkFactory instead
    • 👍 There is no script
    • 👎 the debug window position is not configurable.
  • force injection of custom FrameBuilder that doesn't add scripts
    • 👍 Positions are configurable
    • 👍 There is no script.

The second solution seems the good one,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions