Credit more people (#491)
This commit is contained in:
5
pkg/credits/Advice.txt
Normal file
5
pkg/credits/Advice.txt
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Confirmed:
|
||||||
|
- The Almighty
|
||||||
|
Doer of Stuff
|
||||||
|
- Thuryl
|
||||||
|
- Slarty
|
@@ -1,8 +1,11 @@
|
|||||||
Confirmed:
|
Confirmed:
|
||||||
- Khoth
|
- Khoth
|
||||||
|
- Niemand
|
||||||
- Ormus
|
- Ormus
|
||||||
|
- Ishad Nha
|
||||||
- Chokboyz
|
- Chokboyz
|
||||||
- Celtic Minstrel
|
- Celtic Minstrel
|
||||||
|
- Stareye
|
||||||
- Ben Scott
|
- Ben Scott
|
||||||
- Sylae Corell
|
- Sylae Corell
|
||||||
- xq
|
- xq
|
||||||
|
@@ -31,6 +31,7 @@
|
|||||||
<br/>
|
<br/>
|
||||||
Programming: {{1}}
|
Programming: {{1}}
|
||||||
Graphics: {{2}}
|
Graphics: {{2}}
|
||||||
|
Consulting: {{9}}
|
||||||
Testing and Troubleshooting: {{3}}
|
Testing and Troubleshooting: {{3}}
|
||||||
Funding: {{4}}
|
Funding: {{4}}
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
@@ -45,6 +46,7 @@
|
|||||||
<br/><!-- OPEN SOURCE CREDITS --><br/>
|
<br/><!-- OPEN SOURCE CREDITS --><br/>
|
||||||
<!-- Programming -->{{5}}
|
<!-- Programming -->{{5}}
|
||||||
<!-- Graphics -->{{6}}
|
<!-- Graphics -->{{6}}
|
||||||
|
<!-- Consulting -->{{10}}
|
||||||
<!-- Testing and Troubleshooting -->{{7}}
|
<!-- Testing and Troubleshooting -->{{7}}
|
||||||
<!-- Funding -->{{8}}
|
<!-- Funding -->{{8}}
|
||||||
<br/><!-- SCENARIO FIXES AND UPDATES --><br/>
|
<br/><!-- SCENARIO FIXES AND UPDATES --><br/>
|
||||||
|
@@ -57,6 +57,9 @@ def main():
|
|||||||
# {{2}}: '<br/>' * (# of artists)
|
# {{2}}: '<br/>' * (# of artists)
|
||||||
content = content.replace('{{2}}', '<br/>' * num_dict['Graphics'])
|
content = content.replace('{{2}}', '<br/>' * num_dict['Graphics'])
|
||||||
|
|
||||||
|
# {{9}}: '<br/>' * (# of consultants)
|
||||||
|
content = content.replace('{{9}}', '<br/>' * num_dict['Advice'])
|
||||||
|
|
||||||
# {{3}}: '<br/>' * (# of testers)
|
# {{3}}: '<br/>' * (# of testers)
|
||||||
content = content.replace('{{3}}', '<br/>' * num_dict['Testing'])
|
content = content.replace('{{3}}', '<br/>' * num_dict['Testing'])
|
||||||
|
|
||||||
@@ -73,6 +76,10 @@ def main():
|
|||||||
name_lines = list_break.join(name_dict["Graphics"]) + list_break
|
name_lines = list_break.join(name_dict["Graphics"]) + list_break
|
||||||
content = replace_tabbed_lines('{{6}}', name_lines, 7)
|
content = replace_tabbed_lines('{{6}}', name_lines, 7)
|
||||||
|
|
||||||
|
# {{10}}: Consulting name lines
|
||||||
|
name_lines = list_break.join(name_dict["Advice"]) + list_break
|
||||||
|
content = replace_tabbed_lines('{{10}}', name_lines, 8)
|
||||||
|
|
||||||
# {{7}}: Tester name lines
|
# {{7}}: Tester name lines
|
||||||
name_lines = list_break.join(name_dict["Testing"]) + list_break
|
name_lines = list_break.join(name_dict["Testing"]) + list_break
|
||||||
content = replace_tabbed_lines('{{7}}', name_lines, 12)
|
content = replace_tabbed_lines('{{7}}', name_lines, 12)
|
||||||
@@ -123,6 +130,7 @@ def main():
|
|||||||
|
|
||||||
add_heading('Code')
|
add_heading('Code')
|
||||||
add_heading('Graphics')
|
add_heading('Graphics')
|
||||||
|
add_heading('Advice')
|
||||||
add_heading('Testing')
|
add_heading('Testing')
|
||||||
add_heading('Funding')
|
add_heading('Funding')
|
||||||
|
|
||||||
|
@@ -18,11 +18,11 @@
|
|||||||
<!-- The height of this text needs to be 10 times the number of lines. -->
|
<!-- The height of this text needs to be 10 times the number of lines. -->
|
||||||
<text top='52' left='50' width='400' height='240'>
|
<text top='52' left='50' width='400' height='240'>
|
||||||
ORIGINAL GAME: <br/><br/><br/><br/><br/><br/>
|
ORIGINAL GAME: <br/><br/><br/><br/><br/><br/>
|
||||||
OPEN SOURCE CREDITS: <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
OPEN SOURCE CREDITS: <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
||||||
SCENARIO FIXES AND UPDATES: <br/><br/>
|
SCENARIO FIXES AND UPDATES: <br/><br/>
|
||||||
</text>
|
</text>
|
||||||
<!-- This text is right-aligned and fills out the above text with sub-headings -->
|
<!-- This text is right-aligned and fills out the above text with sub-headings -->
|
||||||
<text top='52' left='50' width='180' height='660' align='right'>
|
<text top='52' left='50' width='180' height='730' align='right'>
|
||||||
<br/>
|
<br/>
|
||||||
Concept, Design, Programming: <br/>
|
Concept, Design, Programming: <br/>
|
||||||
Graphics: <br/>
|
Graphics: <br/>
|
||||||
@@ -30,14 +30,15 @@
|
|||||||
Title/Splash Screens: <br/>
|
Title/Splash Screens: <br/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
Programming: <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
Programming: <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
||||||
Graphics: <br/><br/><br/><br/><br/><br/>
|
Graphics: <br/><br/><br/><br/><br/><br/>
|
||||||
|
Consulting: <br/><br/><br/><br/>
|
||||||
Testing and Troubleshooting: <br/><br/>
|
Testing and Troubleshooting: <br/><br/>
|
||||||
Funding: <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
Funding: <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
Bandit Busywork: <br/>
|
Bandit Busywork: <br/>
|
||||||
</text>
|
</text>
|
||||||
<text top='52' left='250' width='230' height='660'>
|
<text top='52' left='250' width='230' height='730'>
|
||||||
<!-- ORIGINAL GAME --><br/>
|
<!-- ORIGINAL GAME --><br/>
|
||||||
<!-- Concept, Design, Programming -->Jeff Vogel <br/>
|
<!-- Concept, Design, Programming -->Jeff Vogel <br/>
|
||||||
<!-- Graphics -->Andrew Hunter <br/>
|
<!-- Graphics -->Andrew Hunter <br/>
|
||||||
@@ -45,9 +46,12 @@
|
|||||||
<!-- Title/Splash Screens -->James Ernest <br/>
|
<!-- Title/Splash Screens -->James Ernest <br/>
|
||||||
<br/><!-- OPEN SOURCE CREDITS --><br/>
|
<br/><!-- OPEN SOURCE CREDITS --><br/>
|
||||||
<!-- Programming -->Khoth <br/>
|
<!-- Programming -->Khoth <br/>
|
||||||
|
Niemand <br/>
|
||||||
Ormus <br/>
|
Ormus <br/>
|
||||||
|
Ishad Nha <br/>
|
||||||
Chokboyz <br/>
|
Chokboyz <br/>
|
||||||
Celtic Minstrel <br/>
|
Celtic Minstrel <br/>
|
||||||
|
Stareye <br/>
|
||||||
Ben Scott <br/>
|
Ben Scott <br/>
|
||||||
Sylae Corell <br/>
|
Sylae Corell <br/>
|
||||||
xq <br/>
|
xq <br/>
|
||||||
@@ -61,6 +65,10 @@
|
|||||||
Celtic Minstrel <br/>
|
Celtic Minstrel <br/>
|
||||||
Kelyar-Ihrno <br/>
|
Kelyar-Ihrno <br/>
|
||||||
Jewels <br/>
|
Jewels <br/>
|
||||||
|
<!-- Consulting -->The Almighty <br/>
|
||||||
|
Doer of Stuff <br/>
|
||||||
|
Thuryl <br/>
|
||||||
|
Slarty <br/>
|
||||||
<!-- Testing and Troubleshooting -->The Almighty <br/>
|
<!-- Testing and Troubleshooting -->The Almighty <br/>
|
||||||
Doer of Stuff <br/>
|
Doer of Stuff <br/>
|
||||||
<!-- Funding -->Alan Elkins <br/>
|
<!-- Funding -->Alan Elkins <br/>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user