设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 6007|回复: 0
打印 上一主题 下一主题

[搬运汉化] 【汉化】YEP.2 Message Core

[复制链接]

Lv3.寻梦者

梦石
0
星屑
4033
在线时间
594 小时
注册时间
2014-1-12
帖子
476
跳转到指定楼层
1
发表于 2015-12-20 12:27:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
本帖最后由 沧笙 于 2015-12-20 12:31 编辑

@luruipeng1 @xjzsq

开个坑,每天看心情汉化第三方插件,先从Yanfly入坑,毕竟气质好
需要更新@的留个言,说不定哪天就弃坑了,日子总要过的呀
有什么建议可以留言给我

译者注:
1、只翻译官网页面官方介绍以及相应的语法支持,解释代码的坑以后再说
2、文件在http://yanfly.moe都可以下到,就不在放进去了
3、因为采用markdown写作,66rpg又不支持html代码,故格式有点乱,原文可见http://www.jianshu.com/p/8ba1139abce6

授权声明


YEP.2 Message Core
The Message Core plugin adds more functionality to the default RPG Maker MV message system, enabling more text codes, a name box, and adjustable message window sizes!

这个信息核心插件为RPG Maker MV的默认信息系统添加了很多功能,可以使用更多的文本代码,名字框,甚至可以调整文本框大小

Introduction
While RPG Maker MV Ace certainly improved the message system a whole lot, it wouldn’t hurt to add in a few more features, such as name windows, converting textcodes to write out the icons and/or names of items, weapons, armours, and* more in quicker fashion. This script also gives the developer the ability to adjust the size of the message window during the game, give it a separate font, and to give the player a text fast-forward feature.

当RPG Maker MV Ace改善了信息系统以后,我们很伤心的发现只有很少的特点,例如名字框,文本代码转换为图标或者物品、武器、装备的名字,以及更多流行的地方。这个脚本可以让开发者自行调整消息框的大小,调整字体或者文本快进的特点

Word Wrapping
Word wrapping is now possible through the message system. You can enable and disable Word wrap using Plugin Commands. While using word wrap, if the word is to extend past the message window’s area, it will automatically go to the following line. That said, word wrap will disable the editor’s line breaks and will require you to use the ones provided by the plugin:

文本换行功能现在可以通过信息系统来调整。你也可以使用插件命令来开启和关闭这个换行功能。当开启文本换行的时候,当你的问题超过了文本框的大小,它将会自动转入下一行。也就是说,文本换行将会关闭编辑器的文本换行功能,并且要求你用下面的代码来实现。
  1. <br>
  2. <line break>
复制代码
is text code to apply a line break. Use this before or after a part in which you wish to start a new line.

这段代码可以实现换行,当你打算换行的时候,请在的一段之前或者之后添加。
Text Codes
By using certain text codes in your messages, you can have the game replace them with the following:

通过使用这些文本命令,你可以通过以下方式替代他们

Text Code Function
  1. \V[n] Replaced by the value of the nth variable.
  2. 显示变量的值

  3. \N[n] Replaced by the name of the nth actor.
  4. 显示角色的名字

  5. \P[n] Replaced by the name of the nth party member.
  6. 显示队伍成员的名字

  7. \G Replaced by the currency unit.
  8. 显示货币

  9. \C[n] Draw the subsequent text in the nth color.
  10. 随后文本的颜色

  11. \I[n] Draw the nth icon.
  12. 显示图标

  13. \{ Increases the text size by one step.
  14. 增大一号文本大小

  15. \} Decreases the text size by one step.
  16. 减少一号文本大小

  17. \\ Replaced with the backslash character.
  18. 反斜线的文字

  19. \$ Opens the gold window.
  20. 打开金币框

  21. \. Waits 1/4th seconds.
  22. 等待0.25秒

  23. \| Waits 1 second.
  24. 等待1秒

  25. \! Waits for button input.
  26. 等待按钮按下

  27. \> Display remaining text on same line all at once.
  28. 在同一行显示文字

  29. \< Cancel the effect that displays text all at once.
  30. 取消显示所有文字

  31. \^ Do not wait for input after displaying text.
  32. 显示文本后不需要等待
复制代码
Wait: Effect:
  1. \w[x] – Waits x frames (60 frames = 1 second). Message window only.
  2. 等待x时间。只对信息框有效。
复制代码
NameWindow: Effect:
  1. \n<x> – Creates a name box with x string. Left side. *Note
  2. 建立靠左的名字框

  3. \nc<x> – Creates a name box with x string. Centered. *Note
  4. 建立居中的名字框

  5. \nr<x> – Creates a name box with x string. Right side.*Note
  6. 建立靠右的名字框

  7. *Note: Works for message window only.
  8. 只对信息框有效
复制代码
Line Break Effect:
  1. <br> – If using word wrap mode, this will cause a line break.
  2. 如果你使用了换行模式,这将导致换行
复制代码
Position: Effect:
  1. \px[x] – Sets x position of text to x.
  2. 设置文本位置为x

  3. \py[x] – Sets y position of text to y.
  4. 设置文本位置为y
  5. Outline: Effect:

  6. \oc[x] – Sets outline colour to x.
  7. 设置轮廓颜色

  8. \ow[x] – Sets outline width to x.
  9. 设置轮廓宽度
  10. Font: Effect:

  11. \fr – Resets all font changes.
  12. 重置文本的改变

  13. \fs[x] – Changes font size to x.
  14. 改变文本大小

  15. \fn<x> – Changes font name to x.
  16. 改变文本字体

  17. \fb – Toggles font boldness.
  18. 加粗

  19. \fi – Toggles font italic.
  20. 倾斜
复制代码
Actor: Effect:
  1. \af[x] – Shows face of actor x. *Note
  2. 显示角色脸图

  3. \ac[x] – Writes out actor’s class name.
  4. 显示角色职业

  5. \an[x] – Writes out actor’s nickname.
  6. 显示角色昵称

  7. *Note: Works for message window only.
  8. 只对信息框有效
复制代码
Party: Effect:
  1. \pf[x] – Shows face of party member x. *Note
  2. 显示队伍成员脸图

  3. \pc[x] – Writes out party member x’s class name.
  4. 显示队伍成员昵称

  5. \pn[x] – Writes out party member x’s nickname.
  6. 显示队伍成员的昵称

  7. *Note: Works for message window only.
  8. 只对信息框有效
复制代码
Names: Effect:
  1. \nc[x] – Writes out class x’s name.
  2. 显示职业名

  3. \ni[x] – Writes out item x’s name.
  4. 显示物品名

  5. \nw[x] – Writes out weapon x’s name.
  6. 显示武器名

  7. \na[x] – Writes out armour x’s name.
  8. 显示装备名

  9. \ns[x] – Writes out skill x’s name.
  10. 显示技能名

  11. \nt[x] – Writes out state x’s name.
  12. 显示状态名
复制代码
Icon Names: Effect:
  1. \ii[x] – Writes out item x’s name including icon.
  2. 显示包括图标的物品名

  3. \iw[x] – Writes out weapon x’s name including icon.
  4. 显示包括图标的武器名

  5. \ia[x] – Writes out armour x’s name including icon.
  6. 显示包括图标的装备名

  7. \is[x] – Writes out skill x’s name including icon.
  8. 显示包括图标的技能名

  9. \it[x] – Writes out state x’s name including icon.
  10. 显示包括图标的状态名
复制代码
And those are the text codes added with this script. Keep in mind that some of these text codes only work for the Message Window. Otherwise, they’ll work for help descriptions, actor biographies, and others.

这些文本代码已经添加进了脚本。请注意这里面有一部分文本代码只能用于消息框。而另外一些,可以对于描述文字,角色描述或者其他起作用。

Plugin Commands
The following are some plugin commands you can use through the Event Editor to change various aspects about the Message system.

你可以通过事件编辑器使用下面这些插件命令来改变信息系统很多方面

Plugin Comand
  1. MessageRows 6
复制代码
Changes the Message Rows displayed to 6. If you are using continuous Show Text events, this will continue displaying the following lines’s texts until it hits the row limit. Anything after that is cut off until the next message starts to avoid accidental overlap.

将信息可显示行数改为6行。如果你连续使用显示文本的事件,这将导致文本会一直显示在框内直到达到设定上限。在这之后的文字将会显示在下一个文本框开始的时候,以免造成不必要的重叠。
  1. MessageWidth 400
复制代码
Changes the Message Window Width to 400 pixels. This will cut off any words that are shown too far to the right so adjust accordingly!

将文本框宽度改为400像素。这将把任何超过这个像素的文字删掉。
Happy RPG Making!

点评

加油!感谢@我,@沧笙 再@你一次,哈哈。  发表于 2015-12-20 13:42

评分

参与人数 2星屑 +276 收起 理由
余烬之中 + 266 0x0
xjzsq + 10 我最大的评分了...——工程费+感谢@费.

查看全部评分

任性的什么也不写
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-5-16 17:18

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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