tanoshimi's Recent Forum Activity

  • You can't just take a published game and edit it, I'm afraid. Even if it were technically possible (which it's not), there are are legal restrictions in doing so.

    Instead, you need to create your own game from scratch, using whatever bits you like about that game, together with your proposed improvements. To learn how to use Construct2 to create games, read the manual on this site and open up the supplied examples - the description of the game sounds perfectly doable but, as you're new to programming, I suggest you start small - start with the basics of drawing a character to the screen and moving it around etc.

  • I started late, but I'll be entering my game for the March "Rogue"-themed game (and, no, mine is not a rogue-like...)

  • The approach that describes (nice, clear example, btw!) is called a "behaviour tree", and it's a very common structure used in the A.I. in all sorts of games.

    Here's another slightly more detailed example, which describes the implementation of behaviour trees in the game "Spore": chrishecker.com/My_Liner_Notes_for_Spore/Spore_Behavior_Tree_Docs

  • I'm not quite sure which bit you're stuck on... to implement the camera "box", you want an invisible sprite that's either pinned to the player or has its own logic/movement functions depending on how you want to control lag/lookahead etc.

    Then to actually move the camera, use the system Scroll To action.

  • Please post your .capx

  • Without a .capx, it's pretty hard to tell, but here's some comments based on the screenshot...

    • why do you have the "For each enemy" in there - it seems unneccessary.
    • is the "on pathfinding path found" ever getting triggered? (Make the action associated with that event do something obvious - play a sound, update a textbox etc.)
    • Is the route failing to be calculated? (Add an "on failed to find path" event)
    • Do your room sprites fill the entire room? If so, the player is "colliding" with them the whole time they are in the room, and your "find path" event is getting triggered on every frame. There's never a chance for the enemy to follow the path if it's always getting recalculated...
  • Love the style - very nice.

  • Status notifications are handled at the OS level, so it won't be a feature accessible directly from within Construct - it'll have to be exposed through whatever wrapper service you're using to run it on Android.

    e.g. CocoonJS has a notifications extension: wiki.ludei.com/cocoonjs:extensions:notification

    Similarly, PhoneGap has a notification plugin at: github.com/phonegap/phonegap-plugins

    However, I'm not aware of an easy way to expose either of these to your code.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Rex - Thankyou for sharing your fuzzy logic plugin - I'll be sure to give it a try.

    I realise Fuzzy logic does not involve random function, but can still be used to model uncertainty. For example, suppose you had two bottles of liquid:

    • The liquid in Bottle A has a 90% chance of being drinkable. (probability)
    • The liquid in Bottle B has a 0.9 degree of membership of the set of drinkable liquids. (fuzzy)

    Which would you drink? :)

  • Not sure if it's related or not, but I find that C2 frequently (as in, more often than not, but not every time) crashes on Windows 8 64bit if I leave the computer for a while so that it returns to the lock screen, and then return to it. Upon unlocking the computer, I find C2 has crashed.

    Again, my C2 and graphics card is up to date, yada yada, and the error message gives no more information. I've never had it crash following a period of constant use - I just need always to remember to save before leaving the computer for 5 minutes...

  • Rex - very interesting, thanks. I've always implemented FSM behaviour directly through the event sheet, although I see your method has the potential to be slightly tidier, particularly with respect to the OnExit/OnEnter triggers.

    If you'd be willing to share your fuzzy logic plugin I'd be very interested to see it. I've never really seen the point of fuzzy logic - I find you can achieve better results from modelling uncertainty using probabilistic methods.

    Maybe I'll have a go at porting my ANN to a plugin and see whether it's usable or not!

  • Wastrel - I see in the first post of this thread that, like me, you're interested in A.I. Did either of your FSM or behaviour tree plugins mentioned there ever come to fruition? I'd be interested to know what functionality your FSM behaviour provides that differs from, say, using an instance variable to record an object's current state, and a set of conditional events to handle transitions to other states.

    I have my own existing Javascript implementations of Genetic Algorithms and Artificial Neural Networks that I'm considering wrapping into plugins. The problem is that, in order to be useful, they both require a reasonable amount of scenario-specific customisation that is easier to achieve at the code level rather than via C2's GUI. I'm therefore dubious of the value of providing them as plugins, since it would only really be useful to people who were happy to dabble with the code....

tanoshimi's avatar

tanoshimi

Member since 4 Jan, 2013

None one is following tanoshimi yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies