Adventure game with rpg elements

  • #1, by zuberWednesday, 14. August 2019, 16:18 5 years ago
    Hello,

    I'm looking for a game engine that will let me develop point'n click game with rpg elements. For a point'n click Visionaire Studio is the best choice.

    But is there a possibility to make player interface which will show some statistics? For example health bar, experience bar, strength bar and timer?

    Is there any tutorials about scripting in Visionaire Studio in english?

    Thanks for all the answers

    Newbie

    2 Posts


  • #2, by sebastianThursday, 15. August 2019, 11:25 5 years ago
    its possible, but you would need to script this stuff all by yourself with lua inside the engine.
    You can access the VS values via lua and save lua values / strings into VS values. 
    This would make it pretty easy to have an interface show statistics like health, etc. 


    Thread Captain

    2346 Posts

  • #3, by NigecThursday, 15. August 2019, 12:16 5 years ago
    I tried to do a time mangement game and it was fairly easy, but like sebastian said you need lua although what I tried used the vs code but there was a lot of similar code that could of been dealt with better in a simple script

    Energy bars you can use values and animation ie the value equals a frame number, if you visit the Discord server someone posted the animation code recently that would be ideal

    Key Killer

    627 Posts

  • #4, by zuberFriday, 16. August 2019, 00:07 5 years ago
    Thank you for your answers. I haven't use Discord yet but I will try it.

    Newbie

    2 Posts