Halfgeek's Recent Forum Activity

  • Oh yeah, AMD GPU prior to GCN (6970 and below) is no longer supported in drivers, so they misbehave often.

    NV has dropped support for older GPUs, so 460/470/480 and less may have issues.

    I guess that's just the nature of GPU hardware, 2 years = old. 3 years = very old and 4 or more years = obsolete.

    My point is don't expect to make a complex game with C2 with lots of things happening, shaders going on often and expect it to run well on Intel GPU. It may for Haswell and Skylake (HD5000+) but in my testing, WebGL shader effects wreck performance on HD4000 or below, even in very simple games. Sad state of affair I understand.. so if any C2 dev want to target HD3000/4000, do not use WebGL effects, and also you may actually get heaps better performance with WebGL disabled, running software mode (Intel's CPU is very fast for software mode).

    This came up awhile ago, there's WebGL benchmarks and people tested their Intel GPU, it was horrendously bad.

  • - agreed. The fact that only top ranking "new" games appear on play doesn't give those of us with less marketing resources a chance at all.

    And this is why I don't bother making Android games anymore. It's a complete waste of time unless you have a big marketing budget to throw at it. Nobody is going to find your game at all naturally.

    On iOS, you're on the new list for about 5 days, starting from the top so everyone who is into that genre (strategy, RPG, action etc) will see your game, regardless of marketing (it helps for sure) or not.

    Also making a paid game on Android is asking to fail. I noticed even Disney paid games recently have so few reviews/ratings, you can imagine how small a % of Android gamers are willing to pay for a game..

  • Advanced NW.Js games do not work well on integrated GPUs from Intel, like HD4000 or below. Intel's older iGPUs performs quite slow with OpenGL games in my experience, and C2's renderer is OpenGL.

    Interesting because a lowly AMD A6 or A8 can accelerate it great.

    My current project, Star Nomad 2 lags on Intel HD4000 or below. I don't care since my minimum spec is an AMD or NV GPU.

    Ashley

    Since its just a huge leap in Chrome, I'm worried about backward compatibility with save-states, ie. NW 0.10.5, upgrade to NW.js 0.13, saves no longer work... should I be worried?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ruskul

    I fully agree and feel the same way. It was way harder before self-publishing became possible.

    OldieSteve

    There's still premium games for you. The masses want free, so there's games to cater to that.

    We as small time developers have to understand and target a niche. If you want to make a paid game, you have to target niches. Mainstream masses will never support a paid game on mobiles.

    This is why I make very niche games, I target a specific audience that appreciates these types of games, these folks are more willing to pay for them upfront as well, they shy away from freemium. I'll see if this approach works with the next launch.. but I fully intend to finally upgrade to the C2 business license.

  • Non curated stores like Android is a death trap for amateur developers trying to make a break.

    It's swamped, there's too many games. There's no proper "New Game of X Genre" list at all. Only top new lists which require your game to compete with others for downloads, ratings & reviews to be on the list. This means its a race to "who can market better" their newly released mobile game. The small developer loses out because we don't have the budget to compete.

    Without being on any list that gamers can easily find, your game is as good as dead on arrival.

    Welcome to Android.

    On iOS, at least you are on lists that everyone can find. There's proper new games/apps list, with its own categories or genres. Want to find new strategy game releases? Done deal, its there, sorted by release date. Boom. Instant eyes on your game. The rest, it's up to whether your game is any good to convince people to give it a go. But you can't say it wasn't discovered or people didn't see it.

    Same for Steam. Newly released games are guaranteed 1,000,000 impressions on the front page. Steam also has categories of genres and tags that is sorted by release date top to bottom. As a small time indie, when you release on Steam and it doesn't do well, you cannot blame anyone but yourself, regardless if you have a marketing budget or not. Why? Because millions of gamers have seen your game. If you fail, it's because they deem it not worth their time and money.

    So if you want to make games to earn money, stop wasting your time and effort making games for Android (Android *only* = no way, just quit and save yourself all the eventual disappointment), particularly when there's just so damn many out there already that are similar to it or even better that are free.

    Note: This is from my own experience, it may not apply to everyone. But IF you want to release for Android a "premium" game, make it free with a single IAP to unlock all content once (restorable), this way, it's like a demo, if players like they buy the rest.

  • Greenlight is simply a question for each user. Would you buy this game? If no then you should click no. No matter the potential of the game. Steam wants to know if YOU want it. So if you don't vote the game will keep popping up in your feed. So you either have to vote yes or no to make it go away.

    That is why downvotes doesn't matter on greenlight. Because it doesn't mean something bad. It just means that this person wouldn't buy the game. So if a game have 100 000 no votes and 10 000 yes votes the game will be greenlit because steam expects that 10 000 would buy the game. (I know that the ones who end up buying it would be far far less )

    Anyway. That is how greenlight is meant to work but people are obviously not using it seriously all the time

    In spirit that's how its supposed to work, but if you track games on Greenlight, a lot of NO votes = never get greenlit. There seems to be some kind of threshold where Valve curators flag the game to not pass, so it can stay there for years.

    If you look at the database site I posted the URL to in the earlier post, you see some games in the top 300 that have been there for ages, they have enough yes votes to be on top of most games, but they have a ton of no votes and so they just remain there.

    It is very rare for a game with <30% yes/no ratio to be lit, in fact for the past few months I haven't seen a single lit game with a poor yes/no ratio.

    There's the theory from greenlight devs, when you submit the game:

    There's a chance a Valve curator sees it, likes it, and it gets in the queue to be lit regardless of votes. This has happened for a few games in the past months.

    Other games have to get enough yes votes to make it to the top 300. Once in there, the curators take their time to go over each submission and judge whether it passes or not. Obviously in the top 50 gives your game priority to be examined, but they do get around to the others outside the top 100-300.

  • It's quite normal, after a few days the natural greenlight traffic is very low.

    It's now up to you to drive it home, anywhere in the top 300 list can have a chance of being lit, from what I've tracked for the past few months.

    Use this site as a guideline: http://greendb.iygamestudio.com/greenlight/

  • Nice, good luck with it!

  • At it's core, programming relates to logic. You tell the computer to do something based on conditions, if, else, loops, triggers etc.

    Traditional programming involves typing out instructions manually in that specific language's syntax.

    C2 bypasses this and replaces the manual typing of text with its event system. But it is still logic. It still requires you to think like a programmer. The difference is instead of learning C# or C+, you are learning "C2's event language", which is a lot easier to learn for most people (myself included, who have learnt Java before moving to C2).

    If you want to make a complex game, you have to understand C2's language very well. Like anything in life, to understand it well, one must learn.

  • My setups have R9 280X and 290X as well and I've not had an issue with NW.js exports running.

    I use NW10.5 for Steam.

  • I said it last year and I still think the same now.

    C2/C3 needs to be the BEST 2D game engine, period. Scirra is still a small group compared to Unity or Epic Games (UE4).

    The best thing that can happen for C3, is a native export option.

    No reliance on funky and often broken 3rd party wrappers...

Halfgeek's avatar

Halfgeek

Member since 24 May, 2013

Twitter
Halfgeek has 4 followers

Connect with Halfgeek

Trophy Case

  • 11-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

13/44
How to earn trophies