じ☆ve冰风 发表于 2026-7-26 17:15:00

Custom Loading Save

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   
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7

Bonus
No other script is needed, the scripts shown on video are an example of what can be done.

https://www.youtube.com/embed/cg39gXibSEs

Changelog
1.0 - Release !


本贴来自国际rpgmaker官方论坛作者:Rito处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/custom-loading-save.93936/
页: [1]
查看完整版本: Custom Loading Save