Skip to content

Could not get it working (With workaround!) #3

@Lejoni

Description

@Lejoni

I could not get ACT to load the plugin even after putting the exe in the correct folder.
I have never touched C# or .NET before. But managed to work around it with the error messages and some googling.

What I needed to do was to add the following lines at the top:
using System.Text.RegularExpressions; using System.Diagnostics;

And I also just copied in the GUI class and TTSHandler class in to the main file.
Now the plugin loads without errors and works really well :D

I assume there is a much better way to do this. But at least it works now :)

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