Question on Transfer Player

● ARCHIVED · READ-ONLY
Started by Paulskie2433 3 posts View original ↗
  1. When you use the "transfer player" the screen turns "black" and transfer the player to a new location /  map.

    Is their a way to change the screen to turn to a picture instead of black? more like a loading screen?
  2. I've moved this thread to VX Ace Support. Please be sure to post your threads in the correct forum next time. Thank you.


    Yes, but in a few more steps.


    You can use the Show Picture command to show the picture you want, make it wait a little bit (probably 30 frames is enough), then do a transfer, but on the transfer event screen, tell it NOT to fade. Then do an Erase Picture.
  3. There is a Script for this on Moghunter's Blog.

    It can be found here: http://www.atelier-rgss.com/RGSS/Menu/ACE_Menu06.html

    Edit1: Note: The script is in Portuguese I advise you do not make any heavy changes to it unless you speak the language.

    I also made a video showing how it looks:

    Spoiler
    https://www.youtube.com/watch?v=Q5tpkjJUGJM&list=UUdNMfd6a_Pf7fl6i5EUQ-4Q
    As for having it show up when a player transfer maps requires a script call.

    I am not sure how to implement that yet though. It only appears when Saving or Loading a save file as far as I know.

    I will update this post once I figure out how to use its script call.

    Spoiler
    It seems the script call is constantly giving an errorEdit 2:

    Script 'Game 
    Interpreter' line 1411:TypeError occurred. false can't be coerced into fixnumI am not sure how to fix this, so it seems we can't use it for map transfers right now.

    I will keep looking for a solution though.

    Edit 3: It appears the script call can only be used once apparently, I tried with new game and activated the loading screen test and I was able to transfer maps.

    However I got the error again once I tried moving maps again. I don't know a way around this yet. (PS so many edits  @_@;; ;)