VPlayer (GIF's for MV)

11 comments:

  1. Hi KageDesu,

    Does this plugin require the use of any other plugins? When I try to use the plugin it says "ShowVAnim is not defined". I am just using a basic text box conversation with a Yes/No branch that leads into "ShowVAnim(1, "mirror", 10, 10, true)". I am probably missing something obvious...

    This is what the console says;
    /D:/Downloads/WIP/js/plugins/PKD_VPlayer.js:144 Uncaught SyntaxError: Unexpected token =
    rpg_managers.js:1618 ReferenceError: ShowVAnim is not defined
    at Game_Interpreter.eval (eval at (file:///D:/Downloads/WIP/js/rpg_objects.js:10437:10), :1:1)
    at Game_Interpreter.command355 (file:///D:/Downloads/WIP/js/rpg_objects.js:10437:5)
    at Game_Interpreter.executeCommand (file:///D:/Downloads/WIP/js/rpg_objects.js:8895:34)
    at Game_Interpreter.update (file:///D:/Downloads/WIP/js/rpg_objects.js:8803:19)
    at Game_Map.updateInterpreter (file:///D:/Downloads/WIP/js/rpg_objects.js:6080:27)
    at Game_Map.update (file:///D:/Downloads/WIP/js/rpg_objects.js:5987:14)
    at Scene_Map.updateMain (file:///D:/Downloads/WIP/js/rpg_scenes.js:417:14)
    at Scene_Map.updateMainMultiply (file:///D:/Downloads/WIP/js/rpg_scenes.js:409:10)
    at Scene_Map.update (file:///D:/Downloads/WIP/js/rpg_scenes.js:398:10)
    at Function.SceneManager.updateScene (file:///D:/Downloads/WIP/js/rpg_managers.js:1673:25)
    at Function.SceneManager.updateMain (file:///D:/Downloads/WIP/js/rpg_managers.js:1641:10)

    Thanks for reading my noob question

    ReplyDelete
    Replies
    1. Thanks for responding!

      Yes I am using RPG MV version 1.61, I also tried a new project with the example from the "help" section but got the same error. This other project's console error was;

      ReferenceError: ShowVAnim is not defined
      at eval (eval at Game_Interpreter.command355 (rpg_objects.js:10500), :1:1)
      at Game_Interpreter.command355 (rpg_objects.js:10500)
      at Game_Interpreter.executeCommand (rpg_objects.js:8930)
      at Game_Interpreter.update (rpg_objects.js:8838)
      at Game_Map.updateInterpreter (rpg_objects.js:6115)
      at Game_Map.update (rpg_objects.js:6022)
      at Scene_Map.updateMain (rpg_scenes.js:608)
      at Scene_Map.updateMainMultiply (rpg_scenes.js:600)
      at Scene_Map.update (rpg_scenes.js:589)
      at Function.SceneManager.updateScene (rpg_managers.js:2024)

      Delete
    2. Check your RPG Maker MV, because this error appears in MV version below 1.6.1. I will test on 1.5.2 and got same error "ReferenceError: ShowVAnim is not defined".

      Delete
  2. Hi I found a bug with fresh project and only one plugin
    the player characters are blinking until I move them first time

    and would you consider to add more place of video
    because right now I can't show picture over it
    unless I use the ShowVAnimOnMap option
    but that is under the map character sprite(that a good option too)
    but I want more one to be in the show picture layer
    so I can show it over scene(above map npc player etc) but under text box

    thank you

    ReplyDelete
  3. Hi! thanks for the wonderful plugin!

    Just a quick question... If i export my game to Android or web could the plugin still work with those formats?

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. is there any way to put the picture behind the message box?

    ReplyDelete
  6. Hello, can you help me with this? Thanks!
    https://www.reddit.com/r/RPGMaker/comments/kl97h3/rpgmaker_mv/?utm_source=share&utm_medium=web2x&context=3

    ReplyDelete
    Replies
    1. Can you write about your problem on Discrod server? And I will try help you http://kdworkshop.net/discord-server/

      Delete
  7. I have a question when I use the plugin the animation always shows over the text never below it
    While I use this scripcall ShowVAnimOnSpriteset(01, "AAD2", 0, 0, true)

    ReplyDelete