hopefully the last fix for now.
This commit is contained in:
@@ -32,7 +32,7 @@ r[3] = function(params, pss)
|
|||||||
local scoreLookupTable = { ['TapNoteScore_W1']=777, ['TapNoteScore_W2']=777, ['TapNoteScore_W3']=555 };
|
local scoreLookupTable = { ['TapNoteScore_W1']=777, ['TapNoteScore_W2']=777, ['TapNoteScore_W3']=555 };
|
||||||
setmetatable(scoreLookupTable, ZeroIfNotFound);
|
setmetatable(scoreLookupTable, ZeroIfNotFound);
|
||||||
local comboBonusForThisStep = pss:GetCurCombo()*333;
|
local comboBonusForThisStep = pss:GetCurCombo()*333;
|
||||||
pss:SetScore(pss:GetScore()+scoreForThisStep+comboBonusForThisStep);
|
pss:SetScore(pss:GetScore()+scoreLookupTable[params.TapNoteScore]+comboBonusForThisStep);
|
||||||
end;
|
end;
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
--DDR SuperNOVA(-esque) scoring
|
--DDR SuperNOVA(-esque) scoring
|
||||||
|
|||||||
Reference in New Issue
Block a user