diff --git a/pkg/credits/Advice.txt b/pkg/credits/Advice.txt new file mode 100644 index 00000000..b26f9ad8 --- /dev/null +++ b/pkg/credits/Advice.txt @@ -0,0 +1,5 @@ +Confirmed: +- The Almighty + Doer of Stuff +- Thuryl +- Slarty \ No newline at end of file diff --git a/pkg/credits/Code.txt b/pkg/credits/Code.txt index 832084e2..aa77632b 100644 --- a/pkg/credits/Code.txt +++ b/pkg/credits/Code.txt @@ -1,8 +1,11 @@ Confirmed: - Khoth +- Niemand - Ormus +- Ishad Nha - Chokboyz - Celtic Minstrel +- Stareye - Ben Scott - Sylae Corell - xq diff --git a/pkg/credits/about-boe-template.xml b/pkg/credits/about-boe-template.xml index ef066dda..893d90ab 100644 --- a/pkg/credits/about-boe-template.xml +++ b/pkg/credits/about-boe-template.xml @@ -31,6 +31,7 @@
Programming: {{1}} Graphics: {{2}} + Consulting: {{9}} Testing and Troubleshooting: {{3}} Funding: {{4}}

@@ -45,6 +46,7 @@

{{5}} {{6}} + {{10}} {{7}} {{8}}

diff --git a/pkg/generate-credits.py b/pkg/generate-credits.py index bd009553..2bc5d0cf 100644 --- a/pkg/generate-credits.py +++ b/pkg/generate-credits.py @@ -57,6 +57,9 @@ def main(): # {{2}}: '
' * (# of artists) content = content.replace('{{2}}', '
' * num_dict['Graphics']) + # {{9}}: '
' * (# of consultants) + content = content.replace('{{9}}', '
' * num_dict['Advice']) + # {{3}}: '
' * (# of testers) content = content.replace('{{3}}', '
' * num_dict['Testing']) @@ -73,6 +76,10 @@ def main(): 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) @@ -123,6 +130,7 @@ def main(): add_heading('Code') add_heading('Graphics') + add_heading('Advice') add_heading('Testing') add_heading('Funding') diff --git a/rsrc/dialogs/about-boe.xml b/rsrc/dialogs/about-boe.xml index 3b54223a..8c94902e 100644 --- a/rsrc/dialogs/about-boe.xml +++ b/rsrc/dialogs/about-boe.xml @@ -18,11 +18,11 @@ ORIGINAL GAME:





- OPEN SOURCE CREDITS:

























































+ OPEN SOURCE CREDITS:
































































SCENARIO FIXES AND UPDATES:

- +
Concept, Design, Programming:
Graphics:
@@ -30,14 +30,15 @@ Title/Splash Screens:


- Programming:










+ Programming:













Graphics:





+ Consulting:



Testing and Troubleshooting:

Funding:






































Bandit Busywork:
- +
Jeff Vogel
Andrew Hunter
@@ -45,9 +46,12 @@ James Ernest


Khoth
+ Niemand
Ormus
+ Ishad Nha
Chokboyz
Celtic Minstrel
+ Stareye
Ben Scott
Sylae Corell
xq
@@ -61,6 +65,10 @@ Celtic Minstrel
Kelyar-Ihrno
Jewels
+ The Almighty
+ Doer of Stuff
+ Thuryl
+ Slarty
The Almighty
Doer of Stuff
Alan Elkins
diff --git a/rsrc/graphics/startanim.png b/rsrc/graphics/startanim.png index be913da2..84ce32dc 100644 Binary files a/rsrc/graphics/startanim.png and b/rsrc/graphics/startanim.png differ