zenox98's Forum Posts

  • Unfortunately, even if you could recover the uploaded Arcade extracted files they would still be off little use as it is impossible to recover the source from them, for quite obvious (anti-piracy) reasons.

    If you still want access to your uploaded arcade games then you could try emailing .

  • That many objects shouldn't really be causing such a slowdown, but without seeing what you've done we can only guess.

    For example, I just quickly added 500 bullet objects to a Layout and the fps was a constant 60 FPS.

    What does debug profiling have to say?

    Maybe best to post your .capx for all to to check for you.

  • This is a game i have created with construct 2.Its name is Swipe Drive.Its pretty simple and fun!

    https://play.google.com/store/apps/details?id=com.sr.sd

    PS: If you visit this and like it then please download to support!

    Thank you

    Please stop multi-posting the same post in many different sections, and especially stop hijacking other users posts just to advertise your game.

    Your duplicate posts have been removed.

  • Migrating to unity because of this problem, my game is larger than 50mb and can not be put into playstore

    rafaelsorgato

    Please stop multi-posting the same post in different sections and also stop the pointless 'necro posting' of threads over 2 years old.

    Thank you.

  • ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    After creating request queue, handle is NULL

    Condition: hRequestQueue != NULL

    File: HttpFileServer.cpp

    Line: 126

    Function: void __cdecl HttpFileServer::Start(const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,int)

    Build: release 241 (64-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 183)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    ---------------------------

    Abort Retry Ignore

    ---------------------------

    Unless you follow the Bug Report Guidelines then there is very little anyone can do to help.

    Please read the guidelines and amend your first post with the missing information.

    Thank you.

  • fitness23

    Was this created using Construct 2?

    If not, please don't use this forum to advertise your game.

  • * moved to a more relevant section. If you consider this plugin complete then let me know and I'll move it to the Completed section.

  • localhost

    W A D - MOVE & JUMP

    SPACE - SHOOT (also.. why is the bullet not spawning one by one?)

    No need for the multi-posts.

    Also, what you have posted is just the address of your game on your own local network. There is no possible way for anyone else to access this.

    You need to save your project as a single file - that will create the .capx.

    You then need to upload the .capx to one of the many free hosting sites available - tip do not use the ones that make you wait for 30 seconds and bombard you with adverts as this is guaranteed to make potential helpers not bother.

    Post the url to your uploaded .capx on here for us to access.

  • It would probably save a lot of time and pointless guesswork if you just upload your .capx for us to look at.

  • Azhari

    Your posting behaviour has been noted and is not appropriate.

    Please ensure your posts are proper requests for assistance with information and an associated .capx when appropriate.

    Any more posts like this one will be locked.

    If you continue to make posts like this you will get a temporary ban.

    Thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    *Closed as this is a duplicate post of https://www.scirra.com/forum/suggestions-please-make-my-game_t186286.

    Please don't multi-post the same topic in different sections.

    Thank you.

  • Hi everyone! I am trying to design a game to learn reading and writing for kids, but this is only my first sketch. When I run the layout, TomTiger, actually it is the platform, is bouncing up and down, although all the animation frames share the same height and the origin should be placed at the bottom. Can you help me and find the mistake?

    https://www.dropbox.com/sh/jl1ptuwmr0py ... fSVTa?dl=0

    I'm sure 1000 questions will follow, but first of all thank you already for this one!

    Firstly, your problem is because of the characters collision polygon being all over the place.

    Browse through Ashley's excellent Platform tutorial to see how it should be done, which is create an invisible 'dummy' sprite that is used for collisions, and animations are attached to this dummy sprite.

    Secondly, Why on earth are you still using Construct 2 version 216 from 22nd Oct, 2015 ?

    This needs to be updated ASAP to at least the latest stable release (r239).

  • What is your system? (XP, Vista, Win 7, Win 10, Linux, MAC etc)

    Is it a PC or laptop?

    If laptop, does it have more than one graphics card?

    What is the make and model of your graphics card?

    Are you using the 32 or 64 bit version of C2?

    Have you tried a total clean install? i.e. uninstall c2, delete or move the remaining folder (in case there are non-standard plugins you want to keep), reboot, download latest beta and install. Run C2 and check.

    Have you installed anything recently that may have altered your PC settings?

  • Where did you find the GraphicsCardUpdate.exe? It doesn't even install with r241.

    Anyway, the GPU manufacturer means the website for the graphics card installed in your PC or laptop.

  • I am creating a game using the platform movement, and my left and right works fine, but I cannot jump. I have tried simulated and default controls but my sprite will not jump. Any help is appreciated.

    Nearly impossible to say what the problem is without seeing your .capx or Events.

    Do the in-built platform templates/examples work correctly for you?