• Hey everyone, staff have documented a list of banned content and subject matter that we feel are not consistent with site values, and don't make sense to host discussion of on Famiboards. This list (and the relevant reasoning per item) is viewable here.
  • Furukawa Speaks! We discuss the announcement of the Nintendo Switch Successor and our June Direct Predictions on the new episode of the Famiboards Discussion Club! Check it out here!

PlayStation Foamstars (featuring Soa & friends) is launching February 6th.

Best foamstar? (That isn't the lovely Soa)

  • ΔGITO

  • Pen Gwyn

  • Rave Breaker

  • Mel T (dont choose this)

  • Tonix

  • Jet Justice

  • The Baristador


Results are only viewable after voting.
the beta is live
  • *In an hour after this post.

    Get in while you can! If you download and play the beta, you'll get a free bonus outfit for Soa herself once the game launches!
    Screenshot_from_2023-09-24_01-01-48.png


    (Do note that the beta is currently only on Playstation 5 for now, though i'd imagine they'll do a second one on PS4 closer to launch.)
     
    0
    official release date


  • putting it on PlayStation Plus was a smart move, and should hopefully ensure it doesn’t have the same player retention issues that projects like Babylon’s Fall and Chocobo GP had. (if you end up missing it during the free period, the game will cost a still somewhat reasonable $29.99)
     
    0
    it's been out for a bit (and is relatively solid)


  • genuinely incredible writing. do note that Soa is the only character who's like this. everyone else can only fire Foam using their weapons.
    as expected from the Open Beta, the base gameplay is still excellent. but there's a few quirks i'm iffy on.
    • the single-player missions (basically a smaller version of the co-op tower defense mode,) are extremely short and easy, being a 2-3 hour long tutorial for the most part. the rest of the game's (genuinely amusing) writing exists in the form of various in-universe podcasts and videos that randomly play in the main lounge.
    • the cosmetic microtransactions are absurdly expensive, totaling around 45 dollars for a full set. in a game that is supposed to cost 30$ once the PS Plus giveaway period ends. i feel like most paid multiplayer games out there have similar content, but it's still worth noting.
    • there's an utterly bizarre gatcha gem system for randomly upgrading each character's skills, with three slots to add. i'm not even sure if these actually do much.
    • Square has a bad tendency to abandon their online games after a few months of support, and there's a concerning chance it might continue here. especially considering they made a statement about "reducing outsourced development and focusing on in-house large-scale game development" shortly after release.

    Square Enix has confirmed Foamstars has AI generated art in it. Disappointing.
    for reference, this is the AI content in question.
    q3BLmgx.jpeg

    OIvpM5g.jpeg

    Rp9R8Or.jpeg

    fairly generic images that solely appear as "album covers" in the game's gallery. i definitely think the issue was far overblown for what it was and only continued people's dismissive nature towards the game since it's initial reveal.

    it's also far from the worst thing Square Enix has done with AI. having the only official English localization of a historically significant visual novel be a "tech demo" with a broken AI-powered text parser is definitely a more pressing issue. overshadowing it's legacy outside of Japan by making it "one of the worst games ever".
     
    the soundtrack is now on Spotify


  • just one (not AI generated) album cover for this release.
    now you can experience truly incredible vocals like…..
    Scrub baby Scrub baby Scrub that Floor
    Come on baby Come on Baby Scrub some more
    Scrub it to the top with the lead of all
    Scrub it until you top it then we scrub it some more
    Cause the bubbles go pop and the troubles go pop
    and….
    Be double bubble elly double pop pop
    Double bubble bubble double bubble don’t stop
    Hubble bubble double trouble bubble mic drop
    Double over kapow
    even if you don’t own a PS4/PS5, I’d still highly recommend listening to it. it really needs to be heard to be believed.
    yes, literally every vocal track (except T.G.I.YAY) is entirely about foam and/or bubbles. Even the emotional track about a dull modern life devolves into the singer literally taking a bath to drown his sorrows
     
    0
    reminder: there’s only a few hours left to claim the game on PlayStation Plus (and a roundup of other major updates)
  • us PlayStation store link

    as it’s part of the essential tier, the games there get cycled out every month. (with the advantage that the game is permanently bound to your account after claiming, as long as you stay subscribed.)


    in terms of the bigger news…..


    Sony ran the first official online tournament for the game, I believe Square was only involved by approving the game choice. so hopefully Sony will keep these going even if official support ever gets dropped.



    the microtransaction shop is giving out a free emote for the next few days, with a secondary promotion running that gives you a free crossover board and another Soa outfit for playing three online matches.
    the crossover in question is a collab with the Vtuber group Hololive, which did a promotional stream for the game.
    they’re also planning to give Soa an outfit based off one of the Vtubers from that group, Botan.
    PTuNnyp.jpeg


    and most importantly, we have the date for the next “season” of new content. March 8th.


    new playable character, new single-player missions, new modes. The whole lot.

    and Square also dropped a “DJ mix” of the soundtrack, for some reason.
     
    0
    new season “Mysterious Swing” coming April 12th


  • the new character is Chloe Noir, who was actually hinted at in the various radio broadcasts available since launch, which mention a mysterious “jewel thief” performing heists.

    in other news, Square has posted a developer interview about the game on their YouTube channel.

    it’s in Japanese with no subtitles, but there’s still a few pieces of concept art and dev screenshots shown off. Soa at one point wielded an actual Mace at one point prior to the decision on having the game focus on Foam guns.
     
    the "Future Funk" season is coming May 16th


  • focusing on those outfits (which seem tailor-made for Halloween) is very unusual, though last season re-introduced Mel T's Pumpkin outfit from the beta as one of the battle pass rewards.
    also concerning is the fact this is the first season without a new Foamstar getting added to the game, meaning there's less of a hook for new players to try it. (it's currently 30% off on the PS store until May 23rd, if you missed the PS Plus promo.)

    on the other hand, this is the season that's going to add the long anticipated Hololive collab outfits to the game. and for free, at that.
    2b056e99f61ae87357e6e6a28b7c3045_1.png

    (specifically, the Japanese site says they're unlocked through completing in-game challenges)

    on the community front, Toylogic has made a series of blog posts on their website going into the game's development. far more technology oriented than the Square video. but it still has a few interesting details. including some code snippets.
    //エンジンのBeginPlay
    void ALobbyPlayerController::BeginPlay(){
    Super::BeginPlay();
    // サーバーではサーバー上でのIDとして設定しレプリケーションで同期する
    if(HasAuthority()){
    LobbyPlayerIDAtServer = FStaticGameUtil::MakeServerUniqueIDHash(this);
    }
    // ローカル上での初期化をしておく
    InitOnLocal();
    }
    //ローカル上での初期化
    void ALobbyPlayerController::InitOnLocal(){
    // ローカル上でのみ使用するPlayerIDをハッシュ値で作成しておく
    LocalPlayerUniqueID = FStaticGameUtil::MakeLocalUniqueIDHash(this);

    /* その他、ロビーで使う様々な項目に対する華麗な初期化コードが並んでいる光景を想像してください */
    }
    // [RPC/Client] サーバーから呼び出され、クライアント上で実行されるRPC関数として初期化を定義
    void ALobbyPlayerController::ClientRPC_InitJoinedLobbyPlayerOnClient_Implementaion(){
    // ローカルのプレイヤーシステムの参照をとっておく
    ALocalPlayerManager* LocalPlayerManager = FStaticGameUtil::GetLocalPlayerManager();
    // InitOnLocalで作成済みのPlayerを登録する。
    LocalPlayerManager->RegisterLocalPlayer(LobbyPlayerIDAtServer,LocalPlayerUniqueID,this);
    }
    (this is specifically code for connecting to the game servers)

    and the Japanese fandom ran their first unofficial tourney on April 20th, here's a livestream from the 2nd-place team/player.
     
    0


    Back
    Top Bottom