You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point lingering doc links at gwdevhub rather than the old HasKha repo
The repo moved to gwdevhub/GWToolboxpp years ago but the docs still
linked back to github.com/HasKha/GWToolboxpp in five FAQ entries
(launcher releases, font, icons folder, code-of-conduct pointers)
and one damage-monitor source link. Updated all of those to the
current owner. While I was on the PartyDamage.cpp link, also fixed
the file path (the repo restructure moved it from GWToolbox/.../
to GWToolboxdll/Widgets/) and dropped the #L110 anchor, since line
110 in the current file is just struct cleanup and no longer points
at the algorithm the FAQ was referencing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: site/src/content/docs/damage_monitor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ In summary, the Toolbox damage monitor has the following limitations:
39
39
* Only register player-inflicted damage (e.g.: will not measure EoE damage as inflicted by the caster).
40
40
* But, it *will* count a summoning stone's damage as inflicted by the player who summoned it.
41
41
42
-
In case you want to check the actual code, you can see it here: https://github.com/HasKha/GWToolboxpp/blob/master/GWToolbox/GWToolbox/Widgets/PartyDamage.cpp#L110
42
+
In case you want to check the actual code, you can see it here: https://github.com/gwdevhub/GWToolboxpp/blob/master/GWToolboxdll/Widgets/PartyDamage.cpp
Copy file name to clipboardExpand all lines: site/src/content/docs/faq.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ We are always open to comments and criticism about Toolbox++. If you have featur
51
51
### Why does GWToolbox++ require Admin privileges?
52
52
GWToolbox++ needs admin privileges if Guild Wars has admin privileges. Guild Wars can be indirectly started with those privileges if it was started by a program that was run as admin. TexMod, uMod, GWML or GW Launcher typically require admin privileges so we decided for Toolbox to require admin privileges by default, to avoid issues.
53
53
54
-
You can find a version of the launcher that doesn't require admin privileges [here](https://github.com/HasKha/GWToolboxpp/releases/tag/2.14_Release).
54
+
You can find a version of the launcher that doesn't require admin privileges [here](https://github.com/gwdevhub/GWToolboxpp/releases/tag/2.14_Release).
55
55
56
56
## Issues launching GWToolbox
57
57
@@ -84,13 +84,13 @@ You sure can! Just create a second hotkey for the second action and assign the s
84
84
You can also bind multiple keys to the same action, again by creating extra hotkeys, this time with the same action and different key binds.
85
85
86
86
### The icons on the [Pcons](/docs/pcons/), [Materials](/docs/materials/), and Toolbox window aren't showing up. How do I get them back?
87
-
This is a bug that causes the Toolbox launcher to not download the icons. Delete your `GWToolbox.exe` and replace it with [this one](https://github.com/HasKha/GWToolboxpp/releases/download/2.0-launcher/GWToolbox.exe).
87
+
This is a bug that causes the Toolbox launcher to not download the icons. Delete your `GWToolbox.exe` and replace it with [this one](https://github.com/gwdevhub/GWToolboxpp/releases/download/2.0-launcher/GWToolbox.exe).
88
88
89
89
### Toolbox cannot load font upon launch. How do I get it to load the font?
90
-
`Font.ttf` can be found in the GitHub repository in the resource folder. Download [this file](https://github.com/HasKha/GWToolboxpp/blob/master/resources/Font.ttf) and navigate to `C:\Users\[Username]\AppData\Local\GWToolboxpp` and copy it to that folder.
90
+
`Font.ttf` can be found in the GitHub repository in the resource folder. Download [this file](https://github.com/gwdevhub/GWToolboxpp/blob/master/resources/Font.ttf) and navigate to `C:\Users\[Username]\AppData\Local\GWToolboxpp` and copy it to that folder.
91
91
92
92
### I am missing icons in my Completion window. Help?
93
-
Missing icons are most likely not downloaded into your `C:\Users\%USERNAME%\Documents\GWToolboxpp\%COMPUTERNAME%\img` folder. All of the icons can be found in the [resources folder](https://github.com/HasKha/GWToolboxpp/tree/master/resources) in the GitHub repository where you can download them. By navigating to a single file, you will in most cases find a download button to download the individual file. If you are missing a lot of icons, you can download the repository from the [main page](https://github.com/HasKha/GWToolboxpp). Click *Code* and Download *Zip*. From the .zip-file, navigate to `GWToolboxpp-master.zip\GWToolboxpp-master\resources\` and drop the needed icon folder into `C:\Users\[Username]\AppData\Local\GWToolboxpp\img`.
93
+
Missing icons are most likely not downloaded into your `C:\Users\%USERNAME%\Documents\GWToolboxpp\%COMPUTERNAME%\img` folder. All of the icons can be found in the [resources folder](https://github.com/gwdevhub/GWToolboxpp/tree/master/resources) in the GitHub repository where you can download them. By navigating to a single file, you will in most cases find a download button to download the individual file. If you are missing a lot of icons, you can download the repository from the [main page](https://github.com/gwdevhub/GWToolboxpp). Click *Code* and Download *Zip*. From the .zip-file, navigate to `GWToolboxpp-master.zip\GWToolboxpp-master\resources\` and drop the needed icon folder into `C:\Users\[Username]\AppData\Local\GWToolboxpp\img`.
94
94
95
95
### Why isn't Toolbox remembering my settings when I restart! Help?
96
96
Toolbox settings are saved to the files in the [settings folder](/docs/settings/#storage) when you close Toolbox or click "Save Now" at the bottom of the [Settings window](/docs/settings/). Settings are loaded from those files when you launch Toolbox or click "Load Now".
0 commit comments