From cdf8424047bea5dc94ed49ee21614ad24981d122 Mon Sep 17 00:00:00 2001 From: PodgeOGFN Date: Mon, 18 Aug 2025 13:35:27 +0100 Subject: [PATCH 1/4] Added Duos Playlist --- OGS-S12/GameMode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OGS-S12/GameMode.h b/OGS-S12/GameMode.h index 0df814e..c8ada1d 100644 --- a/OGS-S12/GameMode.h +++ b/OGS-S12/GameMode.h @@ -38,8 +38,9 @@ namespace GameMode { Playlist = StaticLoadObject("/Game/Athena/Playlists/Showdown/Playlist_ShowdownAlt_Solo.Playlist_ShowdownAlt_Solo"); } else if (Globals::Automatics) - { + { // uncomment the duo version if u want duos and comment the solo version Playlist = StaticLoadObject("/Game/Athena/Playlists/Auto/Playlist_DefaultSolo.Playlist_DefaultSolo"); + //Playlist = StaticLoadObject("/Game/Athena/Playlists/Auto/Playlist_DefaultDuo.Playlist_DefaultDuo"); } else if (Globals::BattleLab) { From 1403cae60a426e01b11639415beacd0f6d6a6ce2 Mon Sep 17 00:00:00 2001 From: PodgeOGFN Date: Mon, 18 Aug 2025 13:37:26 +0100 Subject: [PATCH 2/4] Tutorial for Duos --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f39fb31..3bd62ca 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ Tech wants to sell this gs for 170$ and give me nothing while its basicly 90% of my work all he really did is bots and booths since he doesnt want to give me a dime why not make it public for everyone for free :) + +[WARNING ⚠️] +Duos works but do not shakedown other AI players, it breaks you skin + character. To activate duos do the following: +- Enabled Automatics Gamemode in Globals.h +- Comment the solos playlist version +- Uncommnent the duos playlist version (remove the two // infront of the playlist) + +- thanks from Podge From b08a42ab93e0318d694474993b1b855ab6f281aa Mon Sep 17 00:00:00 2001 From: PodgeOGFN Date: Mon, 18 Aug 2025 13:37:51 +0100 Subject: [PATCH 3/4] Tutorial for DUOS Playlist --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bd62ca..bdde316 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Tech wants to sell this gs for 170$ and give me nothing while its basicly 90% of since he doesnt want to give me a dime why not make it public for everyone for free :) [WARNING ⚠️] -Duos works but do not shakedown other AI players, it breaks you skin + character. To activate duos do the following: +Duos works but do not shakedown other AI players, it breaks your skin + character. To activate duos do the following: - Enabled Automatics Gamemode in Globals.h - Comment the solos playlist version - Uncommnent the duos playlist version (remove the two // infront of the playlist) From 4bc61fe0d87ae371e635239ca7135aec016dab50 Mon Sep 17 00:00:00 2001 From: PodgeOGFN Date: Mon, 18 Aug 2025 13:38:48 +0100 Subject: [PATCH 4/4] add my name ;) --- OGS-S12/BotNames.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OGS-S12/BotNames.h b/OGS-S12/BotNames.h index e89fca2..ccbefdd 100644 --- a/OGS-S12/BotNames.h +++ b/OGS-S12/BotNames.h @@ -17,8 +17,8 @@ inline std::vector BotDisplayNames = { "Gatordile81", "JonseyForever35", "PositiveFeels", - "TimeToGo80", - "QueenBeet74", + "Mr_Podge6", + "Podge", "AimLikeIdaho", "CrazyPea96", "GetItGotItGood", @@ -104,4 +104,4 @@ inline std::vector BotDisplayNames = { "LazarLazar.", "SypherPK.", "Tejo-TV.", -}; \ No newline at end of file +};