A much better Webfishing (patch) mod template

2 stars 0 forks 2 watchers C# GNU General Public License v3.0
webfishing webfishing-mod webfishing-modding
4 Open Issues Need Help Last updated: Sep 6, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This enhancement requests the integration of symbolic links into an existing Thunderstore publishing script. The aim is likely to improve the script's functionality, possibly by allowing it to reference files or directories without direct copying. A reference to the current script implementation is provided for context.

Complexity: 2/5
enhancement good first issue

A much better Webfishing (patch) mod template

C#
#webfishing#webfishing-mod#webfishing-modding
help wanted good first issue

A much better Webfishing (patch) mod template

C#
#webfishing#webfishing-mod#webfishing-modding

AI Summary: The issue is that the GDWeave mod is incorrectly identifying the keyword "pass" in a GDScript file as an undeclared identifier, causing a parse error. The task is to debug and fix this within the context of the provided "Better Webfishing Mod Template", likely requiring an update to the token recognition or parsing logic within the template's `TokenBuilders`, `PatternFactories`, or `SnippetBuilders` to correctly handle the "pass" keyword.

Complexity: 4/5
bug help wanted

A much better Webfishing (patch) mod template

C#
#webfishing#webfishing-mod#webfishing-modding

AI Summary: The task is to fix a bug in the Better Webfishing Mod Template where single-quoted strings are not parsed correctly by the `ScriptTokenizer`. This involves modifying the `ScriptTokenizer.cs` file at line 449 to handle single quotes in addition to double quotes within string literals.

Complexity: 4/5
help wanted

A much better Webfishing (patch) mod template

C#
#webfishing#webfishing-mod#webfishing-modding