diff --git a/inc/product.h b/inc/product.h index 64abf32..442e0e1 100644 --- a/inc/product.h +++ b/inc/product.h @@ -71,3 +71,4 @@ public: } folders {}; #undef CTS_BUILD_STR + diff --git a/src/support.cpp b/src/support.cpp index d2819df..fb6cd27 100644 --- a/src/support.cpp +++ b/src/support.cpp @@ -182,8 +182,17 @@ void BotSupport::checkWelcome () { authorStr.appendf (" (Modified by: %s)", graphModified); } } - StringRef modernWelcomeMessage = strings.format ("\nHello! You are playing with %s v%s\nDevised by %s\n\n%s", product.name, product.version, product.author, authorStr); - StringRef modernChatWelcomeMessage = strings.format ("----- %s v%s {%s}, (c) %s, by %s (%s)-----", product.name, product.version, product.date, product.year, product.author, product.url); + //StringRef modernWelcomeMessage = strings.format ("\nHello! You are playing with %s v%s\nDevised by %s\n\n%s", product.name, product.version, product.author, authorStr); + //StringRef modernChatWelcomeMessage = strings.format ("----- %s v%s {%s}, (c) %s, by %s (%s)-----", product.name, product.version, product.date, product.year, product.author, product.url); + StringRef modernWelcomeMessage = strings.format ( + "\nHello! You are playing with YaPB – Noob Edition\n" + "A beginner-friendly fork focused on imperfect aim and relaxed play\n\n" + "Designed for casual offline matches and new players." + ); + + StringRef modernChatWelcomeMessage = strings.format ( + "----- YaPB Noob Edition | casual / beginner bot behavior | fork by markmental -----" + ); // send a chat-position message MessageWriter (MSG_ONE, msgs.id (NetMsg::TextMsg), nullptr, receiveEnt)