Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions OGS-S12/BotNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ inline std::vector<std::string> BotDisplayNames = {
"Gatordile81",
"JonseyForever35",
"PositiveFeels",
"TimeToGo80",
"QueenBeet74",
"Mr_Podge6",
"Podge",
"AimLikeIdaho",
"CrazyPea96",
"GetItGotItGood",
Expand Down Expand Up @@ -104,4 +104,4 @@ inline std::vector<std::string> BotDisplayNames = {
"LazarLazar.",
"SypherPK.",
"Tejo-TV.",
};
};
3 changes: 2 additions & 1 deletion OGS-S12/GameMode.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ namespace GameMode {
Playlist = StaticLoadObject<UFortPlaylistAthena>("/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<UFortPlaylistAthena>("/Game/Athena/Playlists/Auto/Playlist_DefaultSolo.Playlist_DefaultSolo");
//Playlist = StaticLoadObject<UFortPlaylistAthena>("/Game/Athena/Playlists/Auto/Playlist_DefaultDuo.Playlist_DefaultDuo");
}
else if (Globals::BattleLab)
{
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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