Search Unity

Assets RPG Builder - Create your dream RPG without having to code

Discussion in 'Works In Progress - Archive' started by BlinkStudiosThomas, Oct 9, 2020.

  1. BlinkStudiosThomas

    BlinkStudiosThomas

    Joined:
    Sep 18, 2020
    Posts:
    10
    RPGBuilderArt.png

    Hello everyone!
    I have been working on this Unity Extension for a bit more than a month now, and I felt like sharing about it here!

    RPG Builder was initially a tool I developed for myself, while working on my own solo player RPG, but I quickly saw the huge potential and I thought why not focusing on the tool only for a while, so that it could be used by other developers to make their own dream game!

    RPG Builder is both a huge client side code base that will handle all the gameplay for you, and an advanced custom unity editor that will let you create ALL your game contents in a very easy way, all of that without having to type a single line of code.

    Quick look at the RPG Builder Unity Editor:
    editor.png

    To this day, I published over 25 videos on my YouTube channel covering each feature and systems, and I will keep posting new videos whenever I have something interesting to share.

    Here is a list of some of the core systems already implemented:
    • Abilities
    • NPCs
    • Stats
    • Talent Trees
    • Items
    • Skills
    • Races / Classes
    • Loot Tables
    • Merchants
    • Currencies
    • Crafting
    • Gathering
    • Quests
    And there is much more coming!!

    I plan to release it on the asset store in november, for version 1.0, and to heavily update it for the next years to come. I have a ton of fun working on this, and I hope you will have fun using it!

    I am looking forward to see what you will be creating with it :)

    Learn about RPG Builder on YouTube:
    https://www.youtube.com/channel/UCbZDN2WkmEPFZJjpp6W7U2A/featured

    Join the THMSV community on Discord:
    https://discord.com/invite/Cavq8kR

    Thank you for reading! Let me know if you have any question or suggestion
     
  2. BlinkStudiosThomas

    BlinkStudiosThomas

    Joined:
    Sep 18, 2020
    Posts:
    10
    I just finished to implement crafting :)

    Check the video about it:
     
  3. BlinkStudiosThomas

    BlinkStudiosThomas

    Joined:
    Sep 18, 2020
    Posts:
    10
    This is how you use your own spell effects in RPG Builder:
     
    SickaGames1 likes this.
  4. SickaGames1

    SickaGames1

    Joined:
    Jan 15, 2018
    Posts:
    1,270
    What are you doing for complex enemy Ai and bosses?
     
    Last edited: Oct 10, 2020
  5. BlinkStudiosThomas

    BlinkStudiosThomas

    Joined:
    Sep 18, 2020
    Posts:
    10
    Hey! The current state of AI can be seen on those 2 videos:



    AI in RPG Builder is using the same combat mechanics as for the players, meaning that all the fun stuff the ability and effect modules can do, AI can do it too.
    On top of this, AI is part of the modules that will be constantly updated and improved

    Let me know if you have any question or suggestion
     
  6. BlinkStudiosThomas

    BlinkStudiosThomas

    Joined:
    Sep 18, 2020
    Posts:
    10
    RPG Builder can now have Resource Nodes!
     
  7. BlinkStudiosThomas

    BlinkStudiosThomas

    Joined:
    Sep 18, 2020
    Posts:
    10
    I made it possible to have fully automated UI for the talent tree system (crafting, gathering and combat trees)