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 +}; 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) { diff --git a/README.md b/README.md index f39fb31..bdde316 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 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) + +- thanks from Podge