Skip to content

Commit

Permalink
Credit more people
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 24, 2024
1 parent df0c46d commit 91a762a
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
5 changes: 5 additions & 0 deletions pkg/credits/Advice.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Confirmed:
- The Almighty
Doer of Stuff
- Thuryl
- Slarty
2 changes: 2 additions & 0 deletions pkg/credits/Code.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Confirmed:
- Khoth
- Niemand
- Ormus
- Ishad Nha
- Chokboyz
- Celtic Minstrel
- Ben Scott
Expand Down
2 changes: 2 additions & 0 deletions pkg/credits/about-boe-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<br/>
Programming: {{1}}
Graphics: {{2}}
Consulting: {{9}}
Testing and Troubleshooting: {{3}}
Funding: {{4}}
<br/><br/>
Expand All @@ -45,6 +46,7 @@
<br/><!-- OPEN SOURCE CREDITS --><br/>
<!-- Programming -->{{5}}
<!-- Graphics -->{{6}}
<!-- Consulting -->{{10}}
<!-- Testing and Troubleshooting -->{{7}}
<!-- Funding -->{{8}}
<br/><!-- SCENARIO FIXES AND UPDATES --><br/>
Expand Down
8 changes: 8 additions & 0 deletions pkg/generate-credits.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ def replace_tabbed_lines(placeholder, lines, tabs):
# {{2}}: '<br/>' * (# of artists)
content = content.replace('{{2}}', '<br/>' * num_dict['Graphics'])

# {{9}}: '<br/>' * (# of consultants)
content = content.replace('{{9}}', '<br/>' * num_dict['Advice'])

# {{3}}: '<br/>' * (# of testers)
content = content.replace('{{3}}', '<br/>' * num_dict['Testing'])

Expand All @@ -73,6 +76,10 @@ def replace_tabbed_lines(placeholder, lines, tabs):
name_lines = list_break.join(name_dict["Graphics"]) + list_break
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
name_lines = list_break.join(name_dict["Testing"]) + list_break
content = replace_tabbed_lines('{{7}}', name_lines, 12)
Expand Down Expand Up @@ -123,6 +130,7 @@ def add_heading(heading):

add_heading('Code')
add_heading('Graphics')
add_heading('Advice')
add_heading('Testing')
add_heading('Funding')

Expand Down
15 changes: 11 additions & 4 deletions rsrc/dialogs/about-boe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,34 +18,37 @@
<!-- The height of this text needs to be 10 times the number of lines. -->
<text top='52' left='50' width='400' height='240'>
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/>
SCENARIO FIXES AND UPDATES: <br/><br/>
</text>
<!-- 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='720' align='right'>
<br/>
Concept, Design, Programming: <br/>
Graphics: <br/>
Business Manager: <br/>
Title/Splash Screens: <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/>
Graphics: <br/><br/><br/><br/><br/><br/>
Consulting: <br/><br/><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/>
<br/><br/>
Bandit Busywork: <br/>
</text>
<text top='52' left='250' width='230' height='660'>
<text top='52' left='250' width='230' height='720'>
<!-- ORIGINAL GAME --><br/>
<!-- Concept, Design, Programming -->Jeff Vogel <br/>
<!-- Graphics -->Andrew Hunter <br/>
<!-- Business Manager -->Mariann Krizsan <br/>
<!-- Title/Splash Screens -->James Ernest <br/>
<br/><!-- OPEN SOURCE CREDITS --><br/>
<!-- Programming -->Khoth <br/>
Niemand <br/>
Ormus <br/>
Ishad Nha <br/>
Chokboyz <br/>
Celtic Minstrel <br/>
Ben Scott <br/>
Expand All @@ -61,6 +64,10 @@
Celtic Minstrel <br/>
Kelyar-Ihrno <br/>
Jewels <br/>
<!-- Consulting -->The Almighty <br/>
Doer of Stuff <br/>
Thuryl <br/>
Slarty <br/>
<!-- Testing and Troubleshooting -->The Almighty <br/>
Doer of Stuff <br/>
<!-- Funding -->Alan Elkins <br/>
Expand Down
Binary file modified rsrc/graphics/startanim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91a762a

Please sign in to comment.