make 2 new png files to replace the button with.
i.e.
Quote: "credits.png"
and
Quote: "credits-hover.png"
place them in
Quote: "titlesbank\default"
now copy and backup title.lua (found in same folder)
then open the original and replace line 60
Quote: "elseif i == TITLE_LOADGAME then strButtonName = "load-game""
with
Quote: "elseif i == TITLE_LOADGAME then strButtonName = "credits""
(or change "credits" to match the name of the first png file you created above - *technically you could just replace the "load game" png's and skip this step but it would be weird to name them load game when it says credits inside... this way is more complete?
)
now find line 103
Quote: "SwitchPage("loadgame")"
and replace it with
Quote: "os.execute("start https://forum.game-guru.com/thread/216290")"
(replace the url with the desired url obviously)
and now recreate your standalone (or simply do all steps above in the standalone folder in the first place but you would need to do it again next time you create a standalone)