update credits

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