Skip to content

Commit 210df1c

Browse files
bewiber
baboua bronchitis
1 parent 10e0b83 commit 210df1c

File tree

3 files changed

+530
-938
lines changed

3 files changed

+530
-938
lines changed

Themes/Til Death/BGAnimations/_calcdisplay.lua

+17-17
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ end
9191
-- for SSR graph generator, modify these constants
9292
local ssrLowerBoundWife = 0.90 -- left end of the graph
9393
local ssrUpperBoundWife = 0.97 -- right end of the graph
94-
local ssrResolution = 1 -- higher number = higher resolution graph (and lag)
94+
local ssrResolution = 200 -- higher number = higher resolution graph (and lag)
9595

9696
local function produceThisManySSRs(steps, rate)
9797
local count = ssrResolution
@@ -164,19 +164,19 @@ local function updateCoolStuff()
164164
graphVecs[1][10] = jumpds[2]
165165

166166
graphVecs[2] = {}
167-
graphVecs[2][1] = msd[1]
168-
graphVecs[2][2] = msd[2]
169-
graphVecs[2][3] = pts[1]
170-
graphVecs[2][4] = pts[2]
171-
--graphVecs[2][1] = ssrs[1]
172-
--graphVecs[2][2] = ssrs[2]
173-
--graphVecs[2][3] = ssrs[3]
174-
--graphVecs[2][4] = ssrs[4]
175-
--graphVecs[2][5] = ssrs[5]
176-
--graphVecs[2][6] = ssrs[6]
177-
--graphVecs[2][7] = ssrs[7]
178-
--graphVecs[2][8] = ssrs[8]
179-
--graphVecs[2][9] = ssrs[9]
167+
--graphVecs[2][1] = msd[1]
168+
--graphVecs[2][2] = msd[2]
169+
--graphVecs[2][3] = pts[1]
170+
--graphVecs[2][4] = pts[2]
171+
graphVecs[2][1] = ssrs[1]
172+
graphVecs[2][2] = ssrs[2]
173+
graphVecs[2][3] = ssrs[3]
174+
graphVecs[2][4] = ssrs[4]
175+
graphVecs[2][5] = ssrs[5]
176+
graphVecs[2][6] = ssrs[6]
177+
graphVecs[2][7] = ssrs[7]
178+
graphVecs[2][8] = ssrs[8]
179+
graphVecs[2][9] = ssrs[9]
180180

181181

182182
-- hardcode these numbers for constant upper graph bounds
@@ -600,9 +600,9 @@ local skillsetColors = {
600600
color("#b0cec2"), -- tech
601601
}
602602

603-
for i = 1,4 do
604-
--o[#o+1] = bottomGraphLine(i, skillsetColors[i])
605-
o[#o+1] = bottomGraphLineMSD(i, skillsetColors[i])
603+
for i = 1,9 do
604+
o[#o+1] = bottomGraphLine(i, skillsetColors[i])
605+
--o[#o+1] = bottomGraphLineMSD(i, skillsetColors[i])
606606
end
607607

608608

0 commit comments

Comments
 (0)