- Joined
- Jun 29, 2015
- Messages
- 107
- Reaction score
- 50
- First Language
- French
Custom Loading Save
Description
This script teleport the player on a "Loading" map before teleporting to the savepoint.
This is of course a "fake loading", it does not load any pictures / music in the background.
I think it can be done but I have no idea how to do it.
Exemple
After selecting the ID of the map "Loading".
Do an auto event and do what you want with it.
You can do an animation as well as in the video or make a short summary of the story, much like loading in Final Fantasy XIII (this must be possible with variables).
Once you want to teleport the player to the place where he saved, create a script and type this:
$gamePlayer.reserveTransfer(IdMap, XPos, YPos, CharDirection);
Script
Usage
Free for commercial games but, please credit me, and contact me for discover your game
Bonus
No other script is needed, the scripts shown on video are an example of what can be done.
Changelog
1.0 - Release !
Description
This script teleport the player on a "Loading" map before teleporting to the savepoint.
This is of course a "fake loading", it does not load any pictures / music in the background.
I think it can be done but I have no idea how to do it.
Exemple
After selecting the ID of the map "Loading".
Do an auto event and do what you want with it.
You can do an animation as well as in the video or make a short summary of the story, much like loading in Final Fantasy XIII (this must be possible with variables).
Once you want to teleport the player to the place where he saved, create a script and type this:
$gamePlayer.reserveTransfer(IdMap, XPos, YPos, CharDirection);
Script
Usage
Free for commercial games but, please credit me, and contact me for discover your game
Bonus
No other script is needed, the scripts shown on video are an example of what can be done.
Changelog
1.0 - Release !
Last edited:

I'm Brazilian