From 4585a91ee35b50635b0861d0534fbc6b49963110 Mon Sep 17 00:00:00 2001 From: markmental Date: Sun, 28 Dec 2025 21:22:13 -0500 Subject: [PATCH] Change bootup to mention noob edition fork --- inc/product.h | 1 + src/support.cpp | 13 +++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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)