Zed2100's Recent Forum Activity

  • Sorry I haven't been able to get round to documenting this yet, I filed a todo issue for this though: https://github.com/Scirra/Construct-3-bugs/issues/2197 Subscribe to that issue to follow it.

    Ok, thanks, keep up the good work!

  • Ashley I'm in the process of porting my addons to the C3 runtime, I would really appreciate your help on this.

  • > macube the addon currently works on C3 with the C2 runtime, sorry I was ill-informed, I didn't know they made a new runtime for C3. I'll look into it and will include the files in the next update. Thanks for the notification.

    Zed2100 Any News about the update for C3-Runtime? :)

    I'm sorry for the delay, the update is coming very soon.

    I currently have all the main addons (Parallaxer, ParallaxBG, and ParallaxBGSprite) up and running on the new C3 runtime, I'm currently performing extensive QA tests to make sure everything is working flawlessly.

    Thanks for your patience.

  • In the Construct 2 sdk, you could expose the attributes of a behavior or plugin in the debugging interface by implementing the getDebuggerValues and onDebugValueEdited methods of the behavior/plugin instance.

    I want to know how to do that in the C3 runtime, the manual doesn't seem to answer this question (or did I miss it?).

    Thanks!

  • Hey, any chance to make it C3 runtime compatible?

    I was very recently informed that the new runtime is available, so I'm working on upgrading all my addons to work on it. You can subscribe to this thread to be notified when the files would be available. Thanks for your patience.

  • macube the addon currently works on C3 with the C2 runtime, sorry I was ill-informed, I didn't know they made a new runtime for C3. I'll look into it and will include the files in the next update. Thanks for the notification.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • > Is there a plugin-version of construct 3 runtime, or only for construct 2 runtime?

    > It works on both C2 and C3.

    Zed2100

    Sorry, but the information was wrong. The extension works only for construct 2 runtime, but not for the new Construct 3 Runtime ( https://www.construct.net/forum/construct-3/plugin-sdk-10/c3-runtime-sdk-documentation-n-134720 ).

    Can you port this extension for the new construct 3 runtime please? :)

    The package contains addon files for both the C2 and the C3 runtime, please go to your account and download the latest package.

  • Is there a plugin-version of construct 3 runtime, or only for construct 2 runtime?

    It works on both C2 and C3.

  • I made an addon to solve this problem, check it out here.

    The addon can create animated backgrounds, and recently, I added a Construct 3 version.

  • Version 1.1.1 has been uploaded and is pending review, it will be available for download soon.

    Release Notes (1.1.1) :

    • Construct 3 behavior files now available.
  • Merging project files would be a nightmare, since every game will be using its own object types, its own event sheets, etc. So no, anything is better than this solution, even with your python program I don't see how this would be practical.

    Since construct apps are just a canvas on a webpage, the iframe solution is great. You can create a javascript app that would run/stop your games.

    If you need the games to communicate with each other or with the main app, a solution is to have a server with which the games communicate using AJAX. I worked on a project where I did just that, except I didn't use AJAX (async- javascript and xml) but rather AJAJ (async javascript and json).

    Inside Construct you would need a custom addon that exposes the API of the server in the form of actions, expressions and conditions. You can require the people who are making the games to implement your addon in order for their games to access your platform's features.

    Basically, you're making a game portal, just like Scirra Arcade. However, with some careful planning and javascript-jutsu, you can have everything in a local server and have smooth transitions between the games to make it look like a giant uber game to rule them all and in the darkness bind them!

  • You should use a tweening addon (like LiteTween) or manually using lerp and other actions to move the orb between the enemy and the player. Tweening looks better since you can use different curves for the movement acceleration and deceleration.

    For the number of orbs per enemy, that could be implemented by a simple integer variable "orbCount". When the enemy dies, loop "orbCount" times and spawn an orb in every iteration.

    To better organize your game, there should be a distinction between destroying an enemy (the object) and killing an enemy (its hp goes to zero). Sometimes, at the end of the level, you want to destroy all enemies but don't want to "kill" them (e.g you don't want the score to increase after a game over, you don't want them to drop more loot, etc). I'm solving this with my Health addon, check it out.

Zed2100's avatar

Zed2100

Member since 15 Jul, 2014

Twitter
Zed2100 has 64 followers

Connect with Zed2100

Trophy Case

  • 10-Year Club
  • x2
    Popular Game One of your games has over 1,000 players
  • x2
    Famous Game One of your games has over 10,000 players
  • Viral Game One of your games has over 100,000 players
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies