Game Development for Steam? is it viable?

0 favourites
  • 9 posts
From the Asset Store
You can become a REAL game developer. Learn the basics and get resources that will let you get profits from your game!
  • Hey guys I have been looking for information on how reliable C2 was for developing PC games. I found some alarming posts on this topic, yet I assuming that since C2 is growing so quickly most of those posts are probably outdated, thus I arrive here to know how the current build handles this kind of development.

    The game I have in mind could go up to about 1GB size, I don't know if that would make any difference but i thought I should mention it.

  • Zagnas There's no reason that I can see why you couldn't make a game for Steam. We're releasing on a major casual games portal for Windows that has a similar client and haven't seen any issues.

    Also why do you anticipate 1gb in size? Our game is 5mb, and even hitting 100mb would be super hard.

  • You can't make a game for Steam, you have to go through the Greenlight contest. But ya, computer games work fine! I have my game own on greenlight so I don't see why not.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • That looks nice. Is it made with C2?

    I will vote for it <img src="smileys/smiley1.gif" border="0" align="middle" />

  • What would you think ? ;)

  • C2 uses node webkit for exe, and another game using node webkit was greenlit for steam, so yes, getting a C2 game on steam is possible.

    As for the 1 gb size, to be honest, I'm not sure If C2 is currently suitable for such a thing. I have no idea what node webkit would try to do memory wise, but I think what might happen is node webkit would try to load everything into ram at the start at once, resulting in long load/preview times at the start and probably using more memory than a lot of computers have (1gb of assets is way larger when decompressed), even if layout by layout loading keeps the VRAM usage low by only using some of those assets at a time. Then again, it might handle it no problem. I really have no idea. The only way to find out is to try it yourself, as I'm not sure anyone has tried such a thing yet.

    If it doesnt work well, you could use the node webkit plugin to load graphics from disk when you need them, but this is a cumbersome process if you're talking about loading animations, as it is not automated at all and you have to code it all yourself. It works fine for background images though.

    The only other idea I have is to break it up into multiple 'pages' - when going from one section of the game to another, using the browser plugin to browse to another page. That could also be cumbersome to do, though, and could also be pointless if node webkit can actually handle it automatically.

    If you wanted to test it, you could make a tiny slice of the game without the game logic - by that, I mean import an approximate amount of graphics into the free version (not the same image over and over, C2 has deduplication methods so it wouldn't be an accurate test), but not all into one layout - 1 gb of compressed graphics will be way more than 1 gb when it gets decompressed into VRAM, and would be more than most, if not almost all graphics cards could handle at once. So, have multiple 'objects' layouts. Then run it in chrome and watch the memory use to see what happens.

    Actually, come to think of it, you might also want to ask on the node webkit message board. They might know what would happen.

  • Arima: Thanks a lot, the 1GB thing was mostly a worst case scenario, when node starts to go crazy with the file size we'll know we have to start working on that, I'll keep this bookmarked because I bet when we get there your reply will be extra extra handy :D, although we might be able to start working on some of those features from day one to save a bit of time later. Again, thanks Arima.

    : That game looks amazing! Just voted for it on Greenlight and shared it with some friends. Hopefully I'll see it out there soon :D

  • Ashley,

    We will have official ways to support the Steam keys, etc, to publish there?

    I'm worry about my the short knowledge in Java and the viability of doing such things =\

  • It would seem silly not to be able to have construct 2 games on steam at some point, after all -- C2 is on steam. GM is also on steam and stealth bastards is a great example of being able to sell on steam (or others like desura)

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)