Buildbox Custom Ai Node

Discussion in 'BBNodes' started by Elite Games, Jan 18, 2020.

  1. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    yup its working new version is coming 2.0 with dynamic physics support.
     
  2. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    Hi everyone new version 2.0 is Available

    what's New ?

    Code Optimized

    Enabled Dynamic Physics Feature. Now you can use Jump Node with AI Node

    object will not go through each other.


    Tested and working on latest BB3 Version 3.3.7

    Buy Now :
    https://gum.co/zqzEQ



    If there is any bug in the node feel free to contact
     
  3. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    Waypoint Example Usage Guide


    Note : this node is separate from last AI Node Published you need to purchase it first.
     
    TheGameAppStudio likes this.
  4. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    Added New Node
    Randomly Move in the Scene

    Object Will move towards randomly defined location based on input Values.
     
  5. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    Rotate Object Around Target

     
  6. tributorock

    tributorock Avid Boxer

    Joined:
    Feb 6, 2016
    Messages:
    222
    Likes Received:
    60
    Hey man, do you think that is possible make games like these using Node?







     
  7. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    i think its possible but you have to create logic through custom code.

    In this game enemies have 2 main logic avoid walls, chase player with using shortest path
     
  8. tributorock

    tributorock Avid Boxer

    Joined:
    Feb 6, 2016
    Messages:
    222
    Likes Received:
    60
    Is it possible you create this node to me and give me the price?
     
  9. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    I will see, btw i saw a node name a* path on bb forum you can use that to create this type of game.
     
  10. tributorock

    tributorock Avid Boxer

    Joined:
    Feb 6, 2016
    Messages:
    222
    Likes Received:
    60
    Where is it in the forum? I did not find it. Can we discuss about you create this node for me?
     
  11. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
  12. new life apps

    new life apps Boxer

    Joined:
    Mar 26, 2020
    Messages:
    10
    Likes Received:
    3

    I asked this question months ago but can you make me a custom script for Buildbox so I can implement tv controls for my app, just a simple left and right trigger. I have an example code just not sure how to set up the script, if you can help sir you will get compensated for it. thank you here's a sample code maybe it can help


    public boolean onKeyDown(int keyCode, KeyEvent event){ boolean handled = false; switch (keyCode){ case KeyEvent.KEYCODE_BUTTON_A: // ... handle selections handled = true; break; } return handled || super.onKeyDown(keyCode, event); }
     
  13. Elite Games

    Elite Games Avid Boxer

    Joined:
    Dec 18, 2019
    Messages:
    184
    Likes Received:
    84
    I will check it for you. Btw can you explain what do you mean by tv control. Do you want to control the app with tv remote mean get input from tv remote and do something ?
     

Share This Page