update credits
This commit is contained in:
@@ -38,34 +38,41 @@ local stepmania = {
|
||||
-- and various other contributors
|
||||
}
|
||||
|
||||
local oitg = {
|
||||
"infamouspat",
|
||||
"Mark Cannon (vyhd)",
|
||||
}
|
||||
|
||||
local contrib = {
|
||||
"Aldo Fregoso (Aldo_MX)", -- delays
|
||||
"cerbo",
|
||||
"cesarmades", -- pump/cmd* noteskins
|
||||
"Chris Eldridge (kurisu)", -- dance-threepanel
|
||||
"Christophe Goulet-LeBlanc (Kommisar)",
|
||||
"Christophe Goulet-LeBlanc (Kommisar)", -- songs
|
||||
"corec", -- various fixes
|
||||
"galopin", -- piu PlayStation2 usb mat support
|
||||
"gholms", -- automake 1.11 support
|
||||
"juanelote", -- SongManager:GetSongGroupByIndex, JumpToNext/PrevGroup logic mods
|
||||
"Kaox", -- pump/default noteskin
|
||||
"Petriform", -- Music
|
||||
"NitroX72", -- pump/frame noteskin
|
||||
"sy567", -- beginner helper fix
|
||||
"v1toko", -- x-mode from StepNXA
|
||||
"waiei", -- custom scoring fixes + Hybrid scoring
|
||||
}
|
||||
|
||||
local translators = {
|
||||
"John Reactor (Polish)",
|
||||
}
|
||||
|
||||
local thanks = {
|
||||
"A Pseudonymous Coder", -- support
|
||||
"Bill Shillito (DM Ashura)", -- Music (not yet though)
|
||||
"cpubasic13", -- testing (a lot)
|
||||
"Dreamwoods",
|
||||
"Infamouspat", -- oitg bro
|
||||
"Jason Bolt (LightningXCE)",
|
||||
"Jousway", -- Noteskins
|
||||
"Matt1360", -- Automake magic + oitg bro
|
||||
"Mark Cannon (vyhd)", -- oitg bro + twirl/roll
|
||||
"Petriform", -- Music
|
||||
"Renard",
|
||||
"Ryan McKanna (Plaguefox)",
|
||||
}
|
||||
@@ -92,6 +99,8 @@ local sections = {
|
||||
{ "the spinal shark collective (project lead)", ssc },
|
||||
{ "sm-ssc Team", sm_ssc },
|
||||
{ "StepMania Team", stepmania },
|
||||
{ "OpenITG Team", oitg },
|
||||
{ "Translators", translators },
|
||||
{ "Other Contributors", contrib },
|
||||
{ "Special Thanks", thanks },
|
||||
{ "Shoutouts", shoutout },
|
||||
|
||||
@@ -38,18 +38,24 @@ local stepmania = {
|
||||
-- and various other contributors
|
||||
}
|
||||
|
||||
local oitg = {
|
||||
"infamouspat",
|
||||
"Mark Cannon (vyhd)",
|
||||
}
|
||||
|
||||
local contrib = {
|
||||
"Aldo Fregoso (Aldo_MX)", -- delays
|
||||
"cerbo",
|
||||
"cesarmades", -- pump/cmd* noteskins
|
||||
"Chris Eldridge (kurisu)", -- dance-threepanel
|
||||
"Christophe Goulet-LeBlanc (Kommisar)",
|
||||
"Christophe Goulet-LeBlanc (Kommisar)", -- songs
|
||||
"corec", -- various fixes
|
||||
"galopin", -- piu PlayStation2 usb mat support
|
||||
"gholms", -- automake 1.11 support
|
||||
"juanelote", -- SongManager:GetSongGroupByIndex, JumpToNext/PrevGroup logic mods
|
||||
"Kaox", -- pump/default noteskin
|
||||
"NitroX72", -- pump/frame noteskin
|
||||
"Petriform", -- Music
|
||||
"sy567", -- beginner helper fix
|
||||
"v1toko", -- x-mode from StepNXA
|
||||
"waiei", -- custom scoring fixes + Hybrid scoring
|
||||
@@ -57,19 +63,16 @@ local contrib = {
|
||||
|
||||
local translators = {
|
||||
"John Reactor (Polish)",
|
||||
}
|
||||
}
|
||||
|
||||
local thanks = {
|
||||
"A Pseudonymous Coder", -- support
|
||||
"Bill Shillito (DM Ashura)", -- Music (not yet though)
|
||||
"cpubasic13", -- testing (a lot)
|
||||
"Dreamwoods",
|
||||
"Infamouspat", -- oitg bro
|
||||
"Jason Bolt (LightningXCE)",
|
||||
"Jousway", -- Noteskins
|
||||
"Matt1360", -- Automake magic + oitg bro
|
||||
"Mark Cannon (vyhd)", -- oitg bro + twirl/roll
|
||||
"Petriform", -- Music
|
||||
"Renard",
|
||||
"Ryan McKanna (Plaguefox)",
|
||||
}
|
||||
@@ -81,10 +84,10 @@ local shoutout = {
|
||||
"NAKET Coder",
|
||||
"Ciera Boyd", -- you bet your ass I'm putting my girlfriend in the credits
|
||||
--Image(), -- we should have some logos probably to look super pro
|
||||
-- "Can't stop crying... buckets of tears!"
|
||||
"#KBO",
|
||||
"AJ Kelly, without which this game would have never been.",
|
||||
"Celestia Radio", -- LOVE AND TOLERANCE
|
||||
"You showed us... your ultimate dance",
|
||||
-- "Can't stop crying... buckets of tears!"
|
||||
}
|
||||
|
||||
local copyright = {
|
||||
@@ -97,15 +100,14 @@ local sections = {
|
||||
{ "the spinal shark collective (project lead)", ssc },
|
||||
{ "sm-ssc Team", sm_ssc },
|
||||
{ "StepMania Team", stepmania },
|
||||
{ "Other Contributors", contrib },
|
||||
{ "OpenITG Team", oitg },
|
||||
{ "Translators", translators },
|
||||
{ "Other Contributors", contrib },
|
||||
{ "Special Thanks", thanks },
|
||||
{ "Shoutouts", shoutout },
|
||||
{ "Copyright", copyright },
|
||||
}
|
||||
|
||||
|
||||
|
||||
-- To add people or sections modify the above.
|
||||
|
||||
local lineOn = cmd(zoom,0.875;strokecolor,color("#444444");shadowcolor,color("#444444");shadowlength,3)
|
||||
|
||||
Reference in New Issue
Block a user