Skip to content

Commit

Permalink
Change instruction page
Browse files Browse the repository at this point in the history
Credits to @solstice Game Studios
  • Loading branch information
CattoGamer committed Jul 30, 2024
1 parent 6a832a6 commit efacf40
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
local WarningSet, HasBetaBranch, HasCodecFix
local InstructionVideo = {
["Windows"] = "https://youtu.be/QfPAVTtOzgA",
["Linux"] = "https://youtu.be/Nsilmi0YiWw",
["OSX"] = "https://youtu.be/VL8sIokUulU",
}
local InstructionSite = "https://www.solsticegamestudios.com/fixmedia/"

local HTML_Code = [[
<html><body>
Expand Down Expand Up @@ -67,7 +63,7 @@ hook.Add("PreVideoLoad", "ShowDependencyWarning", function(Video)

control.Add( KEY_F4, function( enabled, held )
if enabled and not held then
gui.OpenURL(InstructionVideo[jit.os])
gui.OpenURL(InstructionSite)
end
end )

Expand Down

0 comments on commit efacf40

Please sign in to comment.