So I’ve been working on a crafting/exploration game for a while called Veridian Expanse. (I guess the details don’t really matter, so I won’t go into that, but check the links at the end if you’re interested) I have some unresolved feelings about making the game open source, and how/why to do it.

  1. The last game we released on Steam was up on pirate sites within hours, and showed up fairly high (second page maybe?) of a simple search result of the game’s name. It sold “well enough”, and since it was a pretty small game so we suspect that there probably wasn’t any “rampant piracy”. Certainly not enough to bother to reduce it anyway. We didn’t even bother to implement the (trivial to break) Steam DRM.

  2. From a sales point of view, I don’t think the source code is valuable. Nobody wants to pirate the source for some random game, they want the binary that’s already been made for them. Also, I’ve written some blog articles about how some of the game’s threading, hot-loading, rendering, and soft shadowing works. At some point when people started asking questions, I would just send them the code because “why not?” Eventually I just mirrored it on Github without the assets.

  3. The assets… While I have rights to all the data and graphical assets, the sounds and music are all royalty free items that I’ve purchased. Even if I wanted to release them, I can’t. I’m not sure I want to either.

  4. I use Linux to develop the game, but I know most of my sales will come from Windows or console versions. In a way I don’t care about the Linux market financially and have been considering just publishing it on Flathub because “why not?” It also runs pretty well on the Pi 4, and I even automated the build for it because “why not?” I certainly don’t hate the idea that people might like the game and tell their friends to buy it on other platforms. :p

My current thought is that I should just OSS the code, but leave the assets as proprietary. If someone really wants to pirate the game, there will be some easy way to do that a few search terms away. Even if I give away a Flathub or RPi version it’s not going to change the difficulty for someone that wants a Windows version for free. On ther other hand, maybe someone will find something useful in the code or get it running on *BSD or Haiku or something. (It already compiles/runs fine on them, but I don’t really want to spend time maintaining those builds)

There’s certainly plenty of games with open sourced engines (like the Id games), but closed data. Then there’s a few like Mindustry or 0AD that seem to be trying both, but are there other example of games that people can think of for comparison?

Some further Veridian Expanse links if you want to figure out what the heck I’m even talking about:

  • conciselyverbose@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I don’t currently write mods or anything (partly because reverse engineering stuff is way more work than I want to do), but if a game I was interested in was also open source I would be really tempted to play around with some. If the base is cool I could see building out a solid mod community that way.

    I wishlisted to keep an eye out, but personally, I don’t take much from screenshots and really need gameplay clips to make decisions on buying games. Adding one to the store page is pretty important IMO. It doesn’t need to be long drawn out cutscene heavy. A couple 5 second clips stitched together or a 15 second clip of one area that showcases the action we’ll go a long way.

    • slembcke@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Hrm. So people bring up the mods angle, though it’s going to be a story driven single player game. I’m not sure mods make sense for it, and the way I’ve written the game they’d even be pretty hard to do. In the past I was pretty keen on making things “scriptable”, but after years of writing things to be extensible and then never extending them I kinda gave up. I actually had a bunch of Lua stuff in the game originally, but eventually ripped it all out and replaced it with hot-loadable C code. 10 years ago me wouldn’t have believed it, but it’s just way easier that way. >_>

      Yeah… I haven’t updated the screenshots for almost a year now. That’s probably a mistake as the Steam page seems to be the only place people are discovering the game right now. Any marketing I’ve tried to do has been a complete flop. There is a playable alpha on itch if you are interested in playing a half finished game. :p