设为首页收藏本站同能贴吧 切换语言 繁体中文
开启辅助访问 切换到窄版
扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 95|回复: 0

[转载发布] Previously On Story(Updated 2017/09/02)

[复制链接]
累计送礼:
0 个
累计收礼:
1 个
  • TA的每日心情
    开心
    2026-7-12 04:10
  • 签到天数: 209 天

    连续签到: 2 天

    [LV.7]常住居民III

    8281

    主题

    864

    回帖

    3万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    7
    卡币
    30569
    OK点
    16
    推广点
    0
    同能卷
    50
    积分
    39744

    灌水之王

    发表于 6 天前 | 显示全部楼层 |阅读模式
    Plugin Name:PreviouslyOnStory.js
    Summary:This plugin implement the synopsis function.

    Download:

    https://raw.githubusercontent.com/Tsumio/rmmv-plugins/master/plugins/PreviouslyOnStory.js
    (Updated 2017/09/30)

    Hello
    Hi!
    I'm not good at English.
    But I want to communicate with all of you and I want to publish the plugin.
    If you have any problems, feel free to ask me !

    Video

    https://www.youtube.com/embed/69gF48PnwaY

    Images

    Spoiler: Images----feature----
    * -> When saving data is loaded, it will shift to the synopsis scene.
    * -> Synopsis can be registered from the plugin command.
    * -> Synopsis also can be registered from 'ShowText of EventCommand'.(v1.0.1)
    * -> Background and BGM settings can register from plugin commands.
    * -> You can execute the registered common event when saving data is loaded.
    * -> You can scroll background images and set particle image.
    * -> You can play voice data.(v1.1.1)
    * -> This plugin can operate with cursor keys and mouse.
    * -> This plugin also can operate with decision key and cancel key.
    * -> The saved synopsis can be read again with the LookingBack scene.(v1.1.0)

    ----how to use----
    * You can use this plugin after setting some plugin parameters.
    *
    * All images are load from "img\tsumio" folder.
    * Be sure to prepare necessary images in "img\tsumio" folder.

    *
    * All voice data are loaded from "audio\se\voice" folder.
    * Be sure to prepare necessary voice data in "audio\se\voice" folder.

    *
    * If minus is specified for the background image and particle speed, scroll backward.

    ----plugin command----
    Spoiler: Plugin Command
    * All plugin commands start with "POS".
    * Plugin commands are distinguish uppercase and lowercase.
    * And separate each word with a space.
    * Please make sure.

    * Line breaks are possible with "\n" or a new "writeLine".
    * When using "\n", please make sure to insert a space between before and after.

    * "POS writeLine AddtionalString" : Add a string to the synopsis. It is also possible to use some control characters.
    * "POS newPage" : Add a new page to the synopsis. Subsequent writeLines are done for the new page.
    * "POS setMainBackground BackgroundName" : Set the image of the main background.
    * "POS setSubBackground BackgroundName" : Set the image of the sub background.
    * "POS setParticle ParticleName" : Set the image of the particle.
    * "POS setBgm FileName Volume Pitch" : Set up BGM.
    * "POS setPicture FileName XPosition YPosition Opacity" : Set up a picture.
    * "POS setAlign Align" : Set up the align of the strings."left" or "center" can be specified.
    * "POS reserveCommonEvent EventNumber" : Set the common event number to be executed after transitioning the map scene.
    * "POS setVoice VoiceFileName" : Set the voice playing the current page.
    * "POS clearAll" : Clear all settings in plugin command.
    * "POS clearTextAndPage" : Clear text and page settings.
    * "POS clearAllBackground" : Clear main background and sub background settings.
    * "POS clearParticle" : Clear particle settings.
    * "POS clearBgm" : Clear bgm settings.
    * "POS clearPicture" : Clear a picture settings.
    * "POS clearCommonEvent" : Clear common event settings.
    * "POS saveSynopsis FileName" : Save current synopsis data as FileName.If you don't set FileName, the index is given automatically.
    * "POS loadSynopsis FileName" : Load the saved synopsis data.
    * "POS getDataLength" : The number of saved synopsis data is output to the console screen (for debugging).
    * "POS initialize" : Delete all synopsis data.
    ----about saving synopsis file----
    Spoiler: About saving synopsis file
    * Files saved by "POS saveSynopsis FileName" command can be read with "POS loadSynopsis FileName".
    * If you don't set FileName, the index is given automatically.
    * And, if a file with the same name already exists, it will be overwritten.
    ----if an error occurs after plugin update----
    Spoiler: If an error occurs after plugin update
    * If an error occurs after plugin update、please execute "POS initialize" from the plugin command.
    * All synopsis data will be deleted, but errors may not occur.
    ----how to execute writeLine from 'ShowText of EventCommand'----
    Spoiler: How to execute writeLine from 'ShowText of EventCommand'
    * V1.0.1 or later, we can execute writeLine from 'ShowText of EventCommand'.
    * In the same way as showing text, launch the event command and enter "<POS>" anywhere on each line.

    * For example:
                    Code:       
    1. <POS>This is test message.
    2. Te\I[1]st<POS>test test。
    3. Position of tag POS is OK anywhere.<POS>
    复制代码


    ----about looking back scene----
    Spoiler: about looking back scene
    * LookingBack scene dose not mean normal synopsis scene.These are different things.
    * Please note this point first.

    * It is possible to read the synopsis saved (command "POS saveSynopsis FileName") in the replay scene again.
    * The LookingBack scene can be displayed from the menu scene.
    * The background and particles of this LookingBack scene are applied to the current background and particle.
    * When you read the synopsis scene from LookingBack scene, the saved background and particles will be played back.
    * And, the function of the LookingBack scene can be turned off.


    * The title applied to the LookingBack scene is the saved name of the synopsis.
    ----ChangeLog----
    * 1.1.1 2017/09/30 Add GitHub address.
    * 1.1.1 2017/09/02 Add the voice system.
    * 1.1.0 2017/08/26 Add the looking back scene sytem and fix some bugs.
    * 1.0.2 2017/08/25 Add the Saving and Loading system.
    * 1.0.1 2017/08/24 Fix some bugs and expand 'writeLine'.
    * 1.0.0 2017/08/23 Release

    ----remarks----
    Spoiler: Remarks
    I shall not be responsible for any loss, damages and troubles from using this plugin.
    --Terms of Use(MIT License)--
    Spoiler: Terms of Use(MIT License)
    * This plugin is free for both commercial and non-commercial use.
    * You may edit the source code to suit your needs,
    * so long as you don't claim the source code belongs to you.
    * Anyway,this software is released under the MIT License.


    本贴来自国际rpgmaker官方论坛作者:Tsumio处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/previously-on-story-updated-2017-09-02.83247/

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    x
    天天去同能,天天有童年!
    回复 送礼论坛版权

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    高级模式
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    简体中文
    繁體中文
    English(英语)
    日本語(日语)
    Deutsch(德语)
    Русский язык(俄语)
    بالعربية(阿拉伯语)
    Türkçe(土耳其语)
    Português(葡萄牙语)
    ภาษาไทย(泰国语)
    한어(朝鲜语/韩语)
    Français(法语)
    关闭

    幸运抽奖

    社区每日抽奖来袭,快来试试你是欧皇还是非酋~

    立即查看

    聊天机器人
    Loading...

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2026-8-1 19:47 , Processed in 0.109840 second(s), 53 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回复 返回顶部 返回列表