Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Adventure game with rpg elements

  • #1, by zuber 7 years ago Zitieren
    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
  • #2, by sebastian 7 years ago Zitieren
    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. 


  • #3, by Nigec 7 years ago Zitieren
    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
  • #4, by zuber 7 years ago Zitieren
    Thank you for your answers. I haven't use Discord yet but I will try it.