Skip to content

Modifying PlugyRun to decrease loading time 10x #24

@exiledagain

Description

@exiledagain

Plugy source code is available here. In order to load Plugy modifications, it creates the process with a debug flag. This is the cause of the slow loading times when a loot filter is enabled.

This can be negated by setting the environment variable _NO_DEBUG_HEAP=1.

The distribution zip could be changed to a new version with this single line change PlugYRun.cpp:470:

SetEnvironmentVariable("_NO_DEBUG_HEAP", "1");

Or a bat/ps1 file to set the variable as an alternate to a shortcut. Or changing the shortcut to set the variable before creating the Plugy process.

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