johnie102 wrote:Isn't it that Rating refers to the trueskill rating (median - 3* deviation) while Rank refers to one of eight available ranks in GW?
Statistics: Posted by johnie102 — 05 Sep 2013, 21:12
Statistics: Posted by Koecher — 05 Sep 2013, 00:36
Statistics: Posted by johnie102 — 04 Sep 2013, 21:29
local playerName = line.name:GetText()
local playerRating = sessionInfo.Options.Ratings[playerName]
if (playerRating) then
playerNameLine = playerName..' ['..math.floor(playerRating+0.5)..']'
local playerName = data.nickname
local playerRank = sessionInfo.Options.Ranks[playerName]
if (playerRank) then
playerName = ranks[data.faction][playerRank+1] .. " " .. playerName
end
Statistics: Posted by Koecher — 25 Aug 2013, 19:36