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

Project1

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

[搬运汉化] 【汉化】YEP.32 Class Change Core

[复制链接]

Lv3.寻梦者

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

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

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

x
本帖最后由 沧笙 于 2015-12-20 11:23 编辑
开个坑,每天看心情汉化第三方插件,先从Yanfly入坑,毕竟气质好
需要更新@的留个言,说不定哪天就弃坑了,日子总要过的呀
有什么建议可以留言给我

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

授权声明


YEP.32 Class Change Core
This plugin creates a system where your player can change classes through the main menu allowing for more customization!

这个插件可以让你通过主菜单改变角色职业或级别来实现用户定制需求,进而创造一个伟大的游戏系统

Introduction
This plugin adds the ability for your player to freely change the classes of actors outside of battle from a menu. When changing classes, this script gives the option for the developer to choose whether or not classes have their own levels (causing the actor’s level to reset back to the class’s level) or to maintain the current level.

这个插件将赋予你的游戏角色在战斗之外,通过菜单更改职业的能力。当改变职业的时候,这个脚本可以让游戏开发者选择是否为他们的职业设定自己专属的等级(这将造成角色等级重置为职业等级)或者保持现有的等级

Notetags
The following are some notetags you can use with the Class Change Core plugin.

下面是一些你可以利用这个插件使用的标签

Actor Notetags:
角色标签
  1. <Unlock Class: x>
  2. <Unlock Class: x, x, x>
  3. <Unlock Class: x to y>
复制代码
This actor will have class(es) x unlocked at the start of the game in addition to its current class and access to any of the global classes.

这个角色将会在游戏开始或者进行当中的时候解锁这些职业
  1. <Class x Character: filename y>
复制代码
When this actor’s class is x, the actor’s character sprite will become ‘filename’ and index y on the fieldmap.

当游戏角色的职业ID是x的时候,游戏角色画面将成为图片y
  1. <Hero Character: filename y>
  2. <Warrior Character: filename y>
复制代码
If you prefer to use class names instead of the class ID, use the above format. When this actor is this class, the actor’s character sprite will become ‘filename’ and index y on the fieldmap.

如果不想使用职业ID,而是采用名字,可以使用这段代码。当游戏角色处于设定职业的时候,他的游戏角色画面将成为图片y
  1. <Class x Face: filename y>
复制代码
When this actor’s class is x, the actor’s face graphic will become ‘filename’ and index y for menus.

当角色职业ID为X的时候,他的游戏角色面部图片将成为y
  1. <Hero Face: filename y>
  2. <Warrior Face: filename y>
复制代码
If you prefer to use class names instead of the class ID, use the above format. When this actor is this class, the actor’s face graphic will become ‘filename’ and index y for menus.

如果不想使用职业ID,而是采用名字,可以使用这段代码。当游戏角色处于设定职业的时候,他的游戏角色面部画面将成为图片y
  1. <Class x Battler: filename>
复制代码
When this actor’s class is x, the actor’s battler sprite will become ‘filename’ in battle.

当角色职业ID为X的时候,他的游戏角色战斗图片将成为y
  1. <Hero Battler: filename>
  2. <Warrior Battler: filename>
复制代码
If you prefer to use class names instead of the class ID, use the above format. When this actor is this class, the actor’s battler sprite will become ‘filename’ in battle.

如果不想使用职业ID,而是采用名字,可以使用这段代码。当游戏角色处于设定职业的时候,他的游戏角色战斗画面将成为图片y
Class Notetags:
  1. <Icon: x>
复制代码
Sets the icon for this class to x. This icon is used in the Class Change menu listing.

设置职业图标,这个图标将应用于职业菜单列表中
  1. <Help Description>
  2. Text
  3. Text
  4. </Help Description>
复制代码
Sets the help description for the class to the specified text.

设置职业的自定义介绍
  1. <Level Unlock Requirements>
  2. Class x: Level y
  3. Class x: Level y
  4. </Level Unlock Requirements>
复制代码
Sets the requirements for unlocking that particular class. The unlocking of the class will require classes x to be at level y. Insert multiple of the strings in between the two opening and closing notetags to require all of the class levels to be met.

设置解锁特定职业的等级。职业x将在角色处于等级y的时候开启。可以在开启和关闭的标签之内插入这串代码,就可以匹配所以的职业等级
  1. <Level Unlock Requirements>
  2. Hero: Level y
  3. Warrior: Level y
  4. </Level Unlock Requirements>
复制代码
If you prefer to use class names instead of the class ID, use the above format. This will set the level requirement for the mentioned class to y. If there are multiple classes with the same name, the class with the highest ID value will be taken.

如果你想要使用职业名字来替代职业ID,可以使用以上这段代码。对于的特定的职业,我们可以设置他的等级需求为y。如果存在多个相同名字的职业,将会匹配ID最高的。
Plugin Commands
Included in this plugin are multiple Plugin Commands to help assist you with class changing for your game.

在这个插件里面,我们集成了很多插件命令来帮助你改变游戏设计。
Plugin Command
  1. OpenClass
复制代码
This opens the class changing scene.

打开职业变更窗口
  1. ShowClass
复制代码
This shows the Class option from the main menu.

显示主菜单职业选项
  1. HideClass
复制代码
This hides the Class option from the main menu.

隐藏主菜单职业选项
  1. EnableClass
复制代码
This makes the Class option enabled.

打开职业选项
  1. DisableClass
复制代码
This makes the Class option disabled.

关闭职业选项
  1. UnlockClass 5 6
复制代码
This allows Actor 5 to unlock Class 6.

允许角色5解锁职业6
  1. RemoveClass 5 7
复制代码
This causes Actor 5 to no longer access Class 7.

允许角色5不能使用职业7
  1. UnlockClassAll 8
复制代码
This unlocks Class 8 for the global pool.

为所有人解锁职业8
  1. RemoveClassAll 9
复制代码
This removes Class 9 from the global pool.

为所有人移除职业9
Happy RPG Making!

点评

fanfly.moe? yanfly.moe?  发表于 2015-12-20 10:46

评分

参与人数 1星屑 +266 收起 理由
余烬之中 + 266 塞糖

查看全部评分

任性的什么也不写

Lv2.观梦者

bluer
公主殿下

梦石
0
星屑
283
在线时间
533 小时
注册时间
2013-10-19
帖子
2067
2
发表于 2015-12-18 17:42:09 | 只看该作者
墙      
回复 支持 反对

使用道具 举报

Lv1.梦旅人

梦石
0
星屑
50
在线时间
40 小时
注册时间
2014-12-22
帖子
11
3
发表于 2015-12-18 20:25:05 | 只看该作者
例行签到。
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4031
在线时间
594 小时
注册时间
2014-1-12
帖子
476
4
 楼主| 发表于 2015-12-19 10:45:25 | 只看该作者
蓝儿 发表于 2015-12-18 17:42

翻墙即可,自行百度可得,如有需求,请私信我发你文件

点评

那倒不用了_(:з」∠)_我自己翻好了。。就是有点麻烦  发表于 2015-12-19 16:55
任性的什么也不写
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4031
在线时间
594 小时
注册时间
2014-1-12
帖子
476
5
 楼主| 发表于 2015-12-19 10:48:53 | 只看该作者
蓝儿 发表于 2015-12-18 17:42

翻墙即可,自行百度可得,如有需求,请私信我发你文件
任性的什么也不写
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

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

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

GMT+8, 2024-5-14 18:01

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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