KICK4H4's Forum Posts

    Fusion 3 will have a similar license model to the current version of fusion 2 - with an upgrade discount for existing users.

    You buy the editor, it comes with an exporter that compiles the game natively on the platform you are on.

    You can buy separately native exporters for android, ios and even html5 - they go on special offers with huge discounts a few times in the year. Things like the event sheet have been reworked to be more modern. Disadvantages such as code reusal are also being addressed in fusion 3. So scirra is in a tough spot and things will only get worse when clickteam releases it - especially if the license price for lifetime is around the same price point as the yearly subscription of construct3

    No disrespect to Clickteam, but Fusion is - without a doubt - the "Fisher Price" of development tools. Its marketed squarely at the complete novice. Yes, its still possible to create some good games, but the more experienced game dev will constantly find themselves trapped and frustrated by its limitations.

    I don't understand this strategy at all.

    Its called a campaign. The same strategy movie/tv/game companies use. Release multiple teaser trailers, then different cut full trailers before a the content launches. Its all about generating hype and exposure over time via press, social media etc.

    I've had construct 2 for like 5-6 years now?

    That would be $500+

    So by your own reckoning youve had 5-6 years of bug fixes and improvements, all for one price. Thats not bad value.

    Like I said, myself, I'm not using construct daily. It's mostly a prototype tool. I would LOVE to develop full games with it but no exporters has really hurt my development. It seems intel and cocoon always have some issue or another.

    So does every other game making platform. There has never ever been a service or workflow that has been 100% bug free all the time. Its impossible. I will admit you have to wrestle with packaging services quite a bit, but that isnt 100% on Scirra.

    If I was a daily construct user. My income was coming from my use of construct 2, yes $100 a year isn't much, I still wouldn't like it but I would be fine with that price. For everyone else that isn't a daily user or isn't selling their work from construct 2 the subscription model is incredibly hard to justify.

    Ill say it again and again: Theres no gun pointing at anyones head. Continue using C2 or the free C3. The only people here that stand to lose anything with the subscription model is Scirra.

  • >

    > Show it to me running a complex C2 project, not a screenshot of a title screen.

    >

    I highly doubt Scirra will be pulling the wool over anyones eyes so close to public beta.

    100€ per year is not much at all if you ask me.

    It isnt much at all, but I really admire the communities passion on these forums the past 48 hours.

    Scirra have done the research, done the math, and they know the target number of subscribers they need. They havent just pulled the idea out of a hat. No amount of anger, petitions or people threatening to leave is going to change anything.

    People here dont even know what they are getting for $99 yet.

  • I just want to develop for mobiles, with an internal / native scirra compiler. So we can get things moving withought 3rd party bugs and issues.

    You arent paying Apple $99 per year to put your apps on their app store by any chance, are you?

    sub

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    I can not afford such a costly subscription for something I use a few months a year as a hobby.

    Youll be able to use the free version of C3 that will cost you $0.00 per year.

    Yup subscription model. I'm not paying $100 a year for features I don't want.

    Oh dear.

    $2 a week for the full version? Its not that bad of a deal. You still get a free version.

    I'd rather bet on UK business hours.

    Although I don't know when the blog post is supposed to be released.

    It may be automated.

    Yeah, the most optimum time for an announcement would be between 9-10am.

    I dont think anyone would be crazy enough to automate an announcement.

  • IGDev Your image shows you want to check if "tree" is entered then you want to change the "tree" word to whatever you want.

    Ok, try this. Ive added a dictionary object that contains all the words to match as well as what to replace it with in the result string: https://drive.google.com/file/d/0B56h97 ... sp=sharing

  • IGDev how do you want to 'edit' the highlighted word?

    edit: you can change all the words that are defined in the word string.

  • Permissions are required by adding plugins. Showing the permissions that your app is requesting alongside a list of plugins you are using would help.

  • IGDev Try this: https://drive.google.com/file/d/0B56h97 ... sp=sharing

    Checks a string for specific words. When it finds one it executes a specific function for that word.