whoisda's Forum Posts

    I've seen first hand the cost of running servers for Apps and scaling prices. It's going to be a huge drain on monetary resources for scirra to maintain a service like this. I don't think it would be feasible or fair to ask them to re-consider their pricing model.

    As disappointed as I am, it is a decision that was taken years ago and a lot of work must have been put into creating this. I remember when GDevelop introduced their web service(free but also kept a native app) and my arguments were almost the same as they are now. The web is prone to crashes and takes bandwidth which is a huge deal where the Internet is not cheap. Also, they feel clunky to use.

    I think construct deserves the money they ask and I have no problem paying it but I'm a casual developer who likes to create prototypes for the fun of it and not owning the software really bums me out. And to cover the cost of the servers they need to use these web service the money they are asking is justified so I'm just disappointed here. Feels like I lost a skill. No blame to the devs, it's just been a bad first day of Feb for me. First, the girl I like in the office left and now Construct moved to web and subscription model. It's just been a sad sad day.

    Everything that I hoped not to find was here. I'm very disappointed. I might buy to try it for the first year but since its browser based - I'm not very happy about that.

    Waiting eagerly for this!

  • Hi,

    I think this has been requested a few times but is never implemented. Every time I import a sprite this is something I have to struggle with (I hope there are other who also face this issue).

    This would greatly increase the workflow as users won't have to go back and forth to an image editor or a calculator to get the dimension right.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    I can provide examples if needs be to show what I mean.

    I'd like to know more about this.

  • This is my No. 1 issue with the editor. I've to start illustrator to calculate this every time I need to resize a sprite. Please make this happen. It will help make the entire workflow much more faster. Also, Please include a similar mechanism in the property bar.

  • Thanks again I'll check the file after I update my copy of C2 tomorrow. Thanks for taking the time and helping me out.

  • Thanks again mahdi71, These tutorials are great.

    I'll try to recreate this to learn some basics after that I'll try to see of there is any way I can create a server on mobile devices.

    I still have to see how viable it will be since the official documentation says it only supports text message. Let's see.

  • Thanks for the reply chadorireborn. The text box thing was just an example.

    I tried what you suggested but I think I've messed it. I've never been able to use loops properly in c2 ever.

    I've created a dummy file with your codes and some alternative codes that make it do what I want but I really want to learn how to use these conditions to save on variables and code repetition.

    https://www.dropbox.com/s/e1wp4r0pnifjt ... .capx?dl=0

    If you guys have some time please take a look at it.

    Thanks

  • So, I have an object which has 4 instances. I've created Ids through instance variables for them to distinguish them.

    I want the when all of the blocks show say 3 on them the text box says "done", but the nested conditions are not working. Please help, I am not sure what I'm doing wrong. Logically it feels right.

    Thank you.

  • You can have a look at your graphics drivers, update them if an update is available. A lot of glitches are caused by this issue.

  • I did some reading on WebSocket plugin (https://www.scirra.com/manual/153/websocket). It says "Construct 2 does not provide a server nor can the WebSocket plugin be used to make a server. If you don't already have a WebSocket server set up, you will need to create one yourself using a technology like node.js with WebSocket support. This can be a significant undertaking and require server-side programming knowledge."

    Would love to hear if someone has any previous experience on this.

  • Thanks for the reply Mahdi71.

    Can I get some more info on this? Is there an example or tutorial for something similar that I can use to learn the basics and recreate that in C2?

  • Hi,

    I'm trying to create a local/couch multiplayer game for mobile devices much like Spaceteam (which is a great game and you should play if you haven't already). It has a very convenient feature where players can connect to each other either via Bluetooth or Wifi using a peer to peer connection. The best part is that it does this even if there is no internet.

    From what I have read, Construct can only make a multiplayer connection using its signalling server which requires the internet. The other option is to buy the signalling server and install it on a LAN but the server only runs on computer devices and not on mobile. Also if it did, it is very unlikely that I can ship every game with its own signalling server.

    I say this because I want the game to be accessible with or without the internet, using Wifi or Bluetooth.

    Is this possible with Construct in any way? Has someone tried something similar?

  • I think you might wanna uninstall both of them and install just the 64 bit (could be clashing) and do a hard restart (command line). Ijust exported a project today and it worked fine. (windows 10, C2 r211)