New Feature i think would help many of us.

0 favourites
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • Hi Scirra

    I have build a few demo games, and at this point i'm finishing my first Iphone game through CocoonJs support. (i am super siked!)

    There is 1 thing that i personally miss the most in Construct2.

    I will first explain the issue.

    Issue:

    When building Ai for game characters i use my groups etc to keep my workflow at ease and functionally clean.

    The moment a characters Ai is completely done i copy the group with all the events.

    I copy the group, because i need the same Ai for a "clone" of the character.

    This is where the issue is at.

    To link all the made conditions & actions to the clone of the character i need to "Relink" them all manually.

    Meaning i have to click on the condition, then edit, then back, select the clone, click next, click done.

    When i have a few conditions of ai linked to 1 character this is no issue.

    But u can imagine when u need to "Relink +-100 conditions" and actions!

    Yeah, i can tell u it gives a numb hand and eye co-ordination after a while.

    The solution could be simple. (if it is easy to implement)

    Give the user of Construct2 the option to Relink all conditions "within a group" to a sprite of choice.

    This way i could select the group, click edit group, select Relink Sprite, then select the sprite (*Edit* or Sprites) i would like to replace, and then select the sprite (*Edit* or sprites) i would like in the place of.

    Construct2 then relinks all the conditions and actions "within this group" to this new chosen sprite.

    This way "We all" could save hours in Ai building!

    I'm guessing here that i'm not the only one.

    The catch to this would be, that Construct2 needs to know: If sprite A is to be replaced with sprite B, (and sprite B does not have the same variables as sprite A), That Construct2 then automaticly copy's (Adds) the variables Sprite A has to Sprite B.

    This way "All" the conditions and actions can be Relinked from sprite A to B.

    Then we would have the perfect clone!

    I have spend over 100 hours on my Iphone game in 10 days.

    I can tell u that +-10 hours i have been Relinking.

    It feels like Robot work after a while.

    First im super happy that my Ai is working!!

    But then comes the part of copying the Ai for another character and the relinking process starts.

    Yep...

    It would be awesome Scirra!

    And my ques is that it would be a powerfull implementation for a future beta release.

    Thanx for reading/thinking about it!

    Kind Regards.

    Savvy001

  • Have you tried families yet?

  • I also would recommend what newt said: use families instead!

    And if you need to distinguish different instances you can easily use family variables (the condition "Family.Value = 'AI_type1'" can easily be copied between events).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • newt & basti

    I understand what u are saying but that doesnt take away the fact that i still have to set those different conditions for each character.

    Family or not makes no difference.

    Within the familie Ai It would be like:

    For instance 1, this action

    For instance 2, this action.

    In other words: When i keep doing that im building up the Ai tree i allready have.

    And in the end i have lots of conditions for both instances, which i can devide in 2 different groups.

    There is no difference in the end result to what i allready have.

    Because families have a "familie rule" until programmed differently through instance conditions, im better of cloning the entire Ai.

    The issue lies in the fact that i do not want to go through all the work of cloning the same kind of conditions if i allready made them for another.

    I know it looks like families would be the option for this issue but it is not.

    Setting the actions for "different" instances within a familie requires different conditions, and that is exactly what im talking about of not needing to do.

    I hope this clarifies a bit more what im talking about, and why "group cloning with the ability to Relink to a new character is a powerfull function"

    Kind Regards.

    savvy001

  • I'm not sure what your situation is, but having to set up events for different instances does not sound ideal.

    Is there no way to optimize in that situation?

  • One option would be to maybe make use of the function plugin for repetitious code.

    scirra.com/forum/plugin-function_topic46104_post288742.html

    I do understand what your saying. The way the editor works it likes to baby the user and when events are copied and cut it can act funky.

    The event system is a dream for those that are unfamiliar with game events and those that do not know programming. It allows them to express themselves in a wonderful way.

    For others that do have a coding background it feels slow and clunky and in all honesty it actually hinders and slows the process. I will continue to use it because I love it, but I do understand fully what the OP is saying.

  • newt

    To clarify the situation you are not shure of, just imagine this.

    A painter, lets say "van Gogh " wants to paint 2 paintings.

    Both paintings have a canvas, colors, perspective, beauty, etc.

    What van gogh also wants is that the 2 paintings have their unique differences.

    One of these differences is:

    The orientation of 1 painting needs to be to the left.

    The orientation of the other painting needs to be to the right.

    Van Gogh now starts painting his "first" painting, and when nearly finished he comes to his conclusion.

    "He needs to spend the same amount of hours painting on the second one"

    But this time, he also needs to put in all these slight differences.

    Spending all that time again is something van Gogh doesnt look forward to.

    He cant just walk up to a copy machine that says.. lets make a whole familie of the same paintings, that all look the same.

    Even when he would... he then still needs to "fix" all the differences he wanted in the first place.

    So "for van gogh" it has no use to go to the copy machine.

    In our case talking about Construct2 we "could make use" of a copy machine that enables us to make Group "clones".

    With this we can:

    Make a group.

    Build Ai in it for sprite player1.

    Then Clone the group.

    Then edit that new group.

    Then choose the option: Relink all conditions connected in this group from " sprite player1" to "sprite player2".

    This way it "could" be done in 5 sec no matter how much total conditions are in the group.

    We still would have to fix that sprite player2 runs left instead of right, because thats the difference we want.

    But only having to change "those" actions is a whole lot less time consuming, than first having to relink all of the copied settings from "sprite player1" to "sprite player2".

    Because when we copy paste a group at this point, the group doesnt know we intend to use it for an other sprite.

    But hey!!!

    "We" could tell it to the group right <img src="smileys/smiley20.gif" border="0" align="middle" />.

    This would make Ai Cloning perfect for the use in 1 project or multiple projects.

    Just building uppon the Ai we allready have.

    Van Gogh would say... Thats marvelous, i wish i had that in my days <img src="smileys/smiley42.gif" border="0" align="middle" />.

    The optimization is what i am talking about and handing over to Scirra as a new function of the event editor.

    Hope it makes more sense now.

    It was simply the best explanation i could manage at this point.

    Kind Regards.

    Ronny.

  • This is why I often prefer "objects in objects" instead of families. From my understanding you want, say, and enemy with some AI. Then, you want a totally different enemy to have that same AI, but maybe with a few differences. Well, since you made them separate objects, you'll have to "re-link" the events by hand. But, if you made both enemies the same object, all you have to do is copy those events and place them under a sub-event defining which enemy that object should be. Unless I'm missing something, that is the solution.

  • I see what your saying, but I'm not sure that groups are the best way to go.

    What you need is something reusable, but that needs to come from the ai side rather than the object side.

  • Tokinsom

    Thats very close.

    However, what u are kindly submitting would "eventwise" build a 2 headed creature (if u understand what i mean by that).

    I use different Characters because both have different looks and are controlled by different players.

    Thats why i need them, not being the same object.

    If i however would build a Ai for 1 type of enemy like a Horde, then i would use your technique.

    newt

    The perfect use of groups is organisation.

    As in.

    Group = Characters

    Subgroup = Soldier 1

    Subgroup = Soldier 2

    In my current game i allready have a big character list.

    As seen in the link below.

    Those groups have subgroups for shooting, life, etc etc.

    http://www.vrijetoekomst.nl/NapalmRush/Characterlist.jpg

    The Groups is where the Ai is at.

    So in my simple logic it is also the source where i need this new function.

    Then, it all becomes "reusable" in a fast way, no matter what i program into the group.

    And because the "Ai side" has a source, which is the sprite it is connected to.

    I am hoping Scirra gives us the option to "relink" the source, to the Ai.

    Both in the condition and in the action at the same time.

    Then what remains, is a little tweeking here and there.

    I thank u both for the great help in making this understandable!

    Kinds Regards.

    Savvy001

  • I think I made a similar topic before, Ash basically comfirmed that you'll eventually be able to click on the object area of an action/condition to quickly swap it.

    <img src="https://dl.dropbox.com/u/1024727/c2/objectswitch.PNG" border="0" />

    Which should be faster than the back/next thing.

    (Would be cool if you could just click and drag those object parts to replace other objects even faster, like how Clickteam's event system does it.)

  • I support yer idea. I think it is great and would speed up game making even more.

  • Thats correct!

    In my humble insight i would say that "both" yours and my suggestions would be great implementations.

    Your solution is perfect for when a sprite has less then 15 events in its Ai.

    My solution is perfect for the really big event builds where we have up to 100 events per sprite.

    Having both these options would be super awesome because they work together to create a superfast build experience.

    I used Clickteams software to learn years ago.

    So i am siked about Construct2 utilizing so many similarities.

    It are these suggestions that would have a great impact, in these early days of Construct2 users.

    Kind Regards.

    Savvy001

  • I'm bit new to this, but have you tried Copy and Paste? You can do that

  • Gamezilla

    Copy paste is not the issue.

    But thanx for pointer!

    Kind Regards.

    Savvy

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)