• 3 Posts
  • 93 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle




  • Yeah, and for every dozen hours spent on building a “shitty discord” that’s a dozen hours not spent building the game.

    And then there’s the high friction. Now people need to sign up for your special website, sign up for your special chat, add another app to their phone if you even provide one…etc When 9/10 of those same people already have a Discord account and are already active on Discord.

    You don’t appear to understand what friction means. Because using an established platform that the majority of your community already uses isn’t high friction…

    It doesn’t matter what the platform is. You bring yourself to the platform your users use. It just so happens that at this point in time it is Discord and this wasn’t always the case and it won’t always be the case.


    You keep talking about how you don’t want to join to find out information how you don’t want to chat about the game.

    Okay. That’s fine, that’s your choice, Why are you trying to shove your choice down other people’s throat then, you don’t have to join, you don’t have to talk about the game. It’s not required.




  • 1000000%

    It is literally the worst forum platform in existence. For q&A and support, it’s effectively a black hole for information and not only that, it’s a black hole for effort since people will just ask the same bloody questions day in and day out as the information already on Discord becomes unavailable over time

    ==========

    However, It becomes difficult when you use Discord as a place for your community to chat and to talk with and get feedback from highly engaged players or community members who have things to say about your game and want to talk with each other about the game. You could say that any old form will do here. However, you go to where your community is, you don’t make your community come to you. That only works if you are a bombshell of a title, otherwise, your bounce rate for community members joining and talking and engaging is going to be incredibly high which reduces the chances of your game becoming successful.


  • You’re talking about a place for suggestions and help which can be driven to something like discourse. Which is a platform specifically made for q&A. But it is not well suited for the type of interaction you would expect in a Discord server. It’s not providing the controls and integration that Discord provides, nor is it providing voice chat capabilities and cross interaction.

    Discord as much as we all hate it. For the enshitification. is a well-established high population low friction platform for community engagement.

    And one of the number one rules when it comes to community engagement is that you go to where your community has the least amount of friction. They don’t come to you.

    If that was a community that preferentially used IRC then the developer should preferentially use IRC. Unfortunately, target gaming audiences preferentially use Discord and are already familiar with the platform. Anything else is adding friction that reduces community growth.

    These are the facts of the matter. I’m not saying these in support of Discord. It’s kind of a shitty situation


  • Eh, it’s entirely logical.

    Let me explain:

    • The area that most indi developers underperform at is… Marketing. Many of them put their heart and soul into a game and then completely fail to gather a community or audience that is interested in such a game.
    • so what is one of the easiest ways that a developer who has effectively no social media skills can gather a community of interested individuals to talk about provide feedback and announce changes to?
    • most of the target audiences for most games are going to be on social media
    • You expect to chat with your community and so do your users that care
    • Discord is a well-established platform, with a large ecosystem and many integrations meant to target games
    • The developer chooses Discord as it is effectively the best option for their situation and available resources

    This makes perfect sense. I don’t see why you should be outraged about something of this sort.

    That said:

    If you don’t want to join the Discord, you don’t have to.




  • Yes, typescript is my favorite language. There’s literally no other language out there that is as expressive and has as strong of a type system as typescript. It is the master of making impossible states unrepresentable through meta programming. Being able to move domain complexity into the type system instead of into the runtime is some of the best ways you can reduce your runtime complexity and defects.

    Though .net is my favorite ecosystem, by far. It’s first party frameworks are unmatched in performance and developer experience. And its ecosystem is incredibly stable, unlike JavaScript. C# Is unfortunately a much less capable language from a type perspective than typescript though.

    If C# got discriminated unions and strings as first class type citizens that would launch it pretty far.