diff --git a/CREDITS b/CREDITS index 1ce39c65..1ba0ef28 100755 --- a/CREDITS +++ b/CREDITS @@ -1,5 +1,8 @@ -The OpenTyrian Development Team -================================================================================ +== OpenTyrian2000 ============================================================== + +Tyrian 2000 support added by Kaito Sinclaire (KScl). + +== OpenTyrian Development Team ================================================= Carl W. Reinke (Mindless) Yuri K. Schlesner (yuriks) diff --git a/README b/README index 5119c55e..2838f361 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ as freeware: == Keyboard Controls =========================================================== -ctrl-backspace -- kill OpenTyrian +ctrl-backspace -- kill OpenTyrian2000 alt-enter -- fullscreen ctrl-f10 -- ungrab mouse @@ -43,8 +43,14 @@ depending on which ship you intend to pilot, and NAME is your alias OpenTyrian uses UDP port 1333 for multiplayer, but in most cases players will not need to open any ports because OpenTyrian makes use of UDP hole punching. +Note that Network play has not been tested for OpenTyrian2000. + == Links ======================================================================= +* For OpenTyrian2000 +project: https://github.com/KScl/opentyrian2000 + +* For OpenTyrian project: https://github.com/opentyrian/opentyrian irc: irc://irc.freenode.net/#tyrian forums: http://tyrian2k.proboards.com/index.cgi?board=opentyriangeneral diff --git a/src/opentyr.c b/src/opentyr.c index c758d954..897b3b02 100644 --- a/src/opentyr.c +++ b/src/opentyr.c @@ -74,7 +74,7 @@ void opentyrian_menu( void ) static const char *menu_items[] = { - "About OpenTyrian", + "About OpenTyrian2000", NULL, // "Windowed" or "Fullscreen: Display %d" NULL, // "Scaler: %s" NULL, // "Scaling Mode: %s" diff --git a/src/scroller.c b/src/scroller.c index fc9fa326..1aacf33c 100644 --- a/src/scroller.c +++ b/src/scroller.c @@ -37,13 +37,15 @@ const struct about_text_type about_text[] = { - {0x30, "----- ~OpenTyrian~ -----"}, + {0x30, "----- ~OpenTyrian2000~ -----"}, {0x00, ""}, - {0x0b, "...eliminating Microsol,"}, - {0x0b, "one planet at a time..."}, + {0x0f, "A ~fork~ of OpenTyrian"}, + {0x0f, "developed by"}, {0x00, ""}, + {0x02, "Kaito Sinclaire // KScl"}, {0x00, ""}, - {0x30, "----- ~Developers~ -----"}, + {0x00, ""}, + {0x30, "----- ~OpenTyrian Devs~ -----"}, {0x00, ""}, {0x03, "Carl Reinke // Mindless"}, {0x07, "Yuri Schlesner // yuriks"},