casualevolution's Recent Forum Activity

  • Thanks for all the answers, now the only thing that makes me doubt a bit is the process of exporting to each platform (iOS, Android and PC), how cumbersome it is and how much knowledge is needed for this

  • I develop a commercial game in C3 and was one of the early adopters and it works smashingly!

    I try to keep my use or 3rd party plugins to a minimum though. I only use all of 3 external addons i think.

    Thanks joelmayer since I am starting clear that I would like to do it with the latest

    What are those 3 addons that you use? I want to explore a litle

  • C3, can integrate with Steam? included achievements? Yes, very easily, I use the Steam4C2 plugin though.

    That plugin works also in C3?

    Not yet but will probably be converted later. But the steam plugin that comes with C3 should work as well.

    OK! but you need program something outside C3? or anything are "include in the pack" Online multiplayer is included but there are free plugins that makes it even easier

    How is that plugin called? so I look a little

    It is the photon plugin but I don't think it is available for C3 yet but will also hopefully be converted over.

    this makes me think a bit if C3 is 100% functional and operational? or in general everyone is developing in C2? for which all the plugins are working?

  • C3, can integrate with Steam? included achievements? Yes, very easily, I use the Steam4C2 plugin though.

    That plugin works also in C3?

    C3 export to iOS with out a Mac? or how? Yes, when you export for desktop you get windows, mac and linux builds.

    my question was about iOS mobile, but it's good to know this too!

    5. Making multiplayer games is easy when you get the hang of it. I've used photon to make some multiplayer projects and it is great. I thought multiplayer was too complicated before but photon made it simple.

    OK! but you need program something outside C3? or anything are "include in the pack" Online multiplayer is included but there are free plugins that makes it even easier

    How is that plugin called? so I look a little

    Pig Chick Blue Balls: youtube.com/watch

    this is C3???

    Thank you

  • > Yes, I understand the different logic, I have a little doubt if it is comfortable when the project becomes big

    >

    To be honest, I haven't used C3 for a big project yet. But from what I've seen in my projects it's much more comfortable than GameSalad. It's up to you to structurize your logic but you absolutely have the tools to do it. You can create hirarchies of groups and split off parts of your logic and put them in separate event sheets (which you can then include in your main ones).

    To draw a direct comparison to GameSalad:

    - you can see much more of your logic at once thanks to a much better designed UI

    - there's a really good search function which makes navigating your logic a dozen times faster and easier

    - you don't have to open and close tons of actors all the time while working on your logic (this could be circumvented to a degree in GameSalad by using one controller actor that did the heavy lifting but you still had to jump between actors every so often)

    - you can organize your logic much better accordingly to your own liking

    - all of this works blazingly fast (don't know how much and how long you've been using GameSalad but there were times when opening an actor with a bit of logic in it would take 10 seconds to load and scrolling through the logic would result in multiple seconds of lag)

    OK, thanks!

  • casualevolution

    Hey there, fellow GameSalad user here (have been using it for more than 7 years).

    Construct 3 is a fantastic tool with a lot more depth and power than the GameSalad Creator. The way you build your logic is a bit different but way smarter. Also the developers are incredibly open and active. In my opinion C3 is well worth the cost and I can't recommend it enough!

    Yes, I understand the different logic, I have a little doubt if it is comfortable when the project becomes big

    One thing to keep in mind with C3 is that even though you can export for a variety of target platforms, the result will always be a pure or wrapped web application. This results in some problems (e.g. performance on some mobile devices) of which some can be circumvented and some can't (at least not easily).

    Yes, let's say that this is the big issue behind C3

    as long as the games do not suffer from glitches and other problems, I do not care too much ... but what I do not want is that will be to obvious that the game is a wrapped web app

    Personally I am willing to put up with this because C3 is an awesome tool with a bright looking future by great developers. Right now a new runtime is in development and it's already scirra.com/blog/224/announcing-the-construct-3-runtime showing promising results.

    I just read it, it seems to be close to what I imagined

    Thanks!

  • For pure 2D games (PC, Steam, Facebook) then Construct is perfect!

    Ok! Then exporting to these platforms will be easy?

    For iOS and android I believe it is good now (I have not tried the build in builder, just used C2 and it worked, but not perfect)

    I'm a little afraid of this, exporting to mobile devices, especially iOS, is fundamental

    Is it a very cumbersome process?

    For 3D games it is big NO NO.

    No problema at all, I want to make 2D games

    For console games also no no

    Now this does not seem to be a problem, of course tomorrow, if one hits it, it can be

    Multiplayer games is possible. But I have still not seen any impressive multiplayer games made by construct, so maybe serious developers making those kind of games uses different engines.

    To be honest construct is mostly for indie devs as I see it, but it sounds you are one so it will fit you perfectly.

    Ok, I understand, but I would like to be able to develop some offline turn based game, there are no commercial example of that? In features mentioned multiplayer

    Soon there will be a totally new runtime as well. If that will be an huge improvement with lots of new features and astonishing better performance, or just slightly better performance but lots of bugs we will see... Hopefully the first one!

    hehe "soon" this is another word that scare me

  • I started out using game salad and to be honest I can't even compare them as game salad is way too limited and construct is so much more user friendly and powerful imho. I now have my own company making games for a living and construct is one of the biggest reasons that I achieved that. So I strongly recommend switching over.

    Ok! thank you

    1. There are tons of questions about this. But I usually just make a 16:9 game and use scale outer or scale inner depending on what type of game it is and with some simple tweaks your game will fit any screen perfectly

    Yes this work, but if your game have circles, the stretch can be notorious

    2. Exporting is one of constructs biggest flaws. Exporting to steam and web is very easy and mobile isn't that hard either if you know how to optimize your code. But exporting to consoles isn't really possible atm without third party porting. You can release UWP on xbone but it isn't optimal. My game that is waiting to be released through IDsaj@xbox is still waiting for the missing features in the engine and it has been a year now. But I've heard great news about simple porting for construct games so I hope we'll see some real console releases soon.

    This is my biggest fear

    C3, can generate .exe?

    C3, can integrate with Steam? included achievements?

    C3 export to iOS with out a Mac? or how?

    3. Can't say much about that amount of physics objects as I haven't stressed tested it. But I had no problems working with physics with reasonable amounts of objects at least

    4. Conctruct has letterbox scaling so making a pixellated game is no problem and you can scale it however you want remaining hard sharp edges as nearest neighbour is supported.

    OK!

    5. Making multiplayer games is easy when you get the hang of it. I've used photon to make some multiplayer projects and it is great. I thought multiplayer was too complicated before but photon made it simple.

    OK! but you need program something outside C3? or anything are "include in the pack"

    6. You can do that easily with ajax for example. There are many different solutions and isn't hard at all.

    7. I use third party plugins for push notifications and it works great, not sure the official plugins support it though.

    8. C3 has visual list builders where you can make tables and stuff for your game so you should feel right at home with that.

    OK!

    This might sound like construct is all perfect which it is not, but it is improving all the time and is by far the easiest game engine on the market. I use unity and unreal but for all 2d projects construct is the fastest and easiest by far.

    Anyway, that is my thoughts on it. I hope you'll end up happy whatever engine you choose. Good luck!

    congrats for 8Bit Fiesta! I´m looking in Steam.

    do you have other games published? maybe one on iOS?

  • Hello, I´m new here, I currently use GameSalad and I am evaluating changing engine, although I think GS is great, now I need an engine that gives me more possibilities.

    I'm evaluating using Construct 3, I want to focus on 2D games, for me this is a big step and that is why I want to be as safe as possible. For this reason, I made a list of things that I would like to be sure are possible in C3 and also that these are not a dark science

    I appreciate the answers you can give me to each of these points (these go in no particular order):

    1- when developing for mobile devices, you have to adapt to many resolutions and different aspect ratios, how do you solve this in C3?

    2- the process of exporting to the different platforms (iOS, Android, PC, Steam, Consoles?) that is so simple or complicated? C3 provides everything necessary?

    3- in terms of performance, in case you want to use physics with tens or hundreds of objects interacting and colliding, how does it behave? Is there any "but" in this area?

    4- in GameSalad, if you want to make a pixelated game you can not scale the sprites, because GS does not have the "neighbor neighbor" resample mode, that is, it does not keep the hard edges. How is it in C3?

    5- I know that multiplayer projects in real time are out of my reach, however I would like to be able to make games with multiplayer offline or in turns, is it possible to develop them with C3 comfortable way? What is required?

    6- I would like my games to access an external web or database, and get information from outside the app, is this possible? It is contemplated?

    7- Are push notifications available? this is something missing in GameSalad

    8- Finally, GameSalad has tables, which allow the entry and management of game data in a very comfortable way, being able to export them and import them from a spreadsheet. Is there something similar here?

    I have many more things that I would like to know, however these are the core and I would like to be sure that they are available in C3 before taking the leap.

    Thank you very much!

  • Hi HellMax where i can found this plugin? Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you, where I can see the possibilities of this plugin?

  • Hi, I can make a game like Talking Tom for iOS using Construct 2? I mean, I need:

    • To shoot movies with different actions depending on the area of the screen is touched
    • Detect a certain audio level on the mic to record
    • Play the recorded sound by changing the pitch
    • Record a video of the actions taken, to send by mail or post on Facebook, etc.

    thanks for the help.

casualevolution's avatar

casualevolution

Member since 10 Aug, 2013

None one is following casualevolution yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies