【汉化】Character Creator EX

Character Creator EX

This is a plugin that allows players to create their own custom characters
in game.
这个插件允许在游戏中创建自己的自定义角色。
A menu system in which the player can create a character can be called
upon at any time and assigned to an Actor. Once an Actor has been assigned
a custom character, that character will be used on the map and in side-
view battles.
这会提供一个菜单来让玩家随时创建自定义角色。一旦某个角色被赋予了自定义属性,将会在地图和战斗中发生改变
In order to modify the properties of the sections and pieces, one must
use the Super Tools Engine. Simply go to:
为了修改部分的属性,必须使用Super Tools Engine插件,简单来说如下:
Database EX BAK Custom Editors BAK Character Creator Editor

With this, you’ll be able to easily customize the various properties
that exist within the sections!
有了这些,你将能够轻松自定义各种属性!

Setting up Files

In order to set up the “generator” pieces, you need to create a new
folder in the “img” folder called “character-creator”.
你为了能设置自定义部件,你需要新建文件夹如下
So the file location should be:

/img/character-creator-ex/

Within this folder, you need a folder for each section, for example:
在这个文件夹里,你需要几个新的子文件夹如下

/img/character-creator-ex/Body/
/img/character-creator-ex/Mouth/
/img/character-creator-ex/Nose/
/img/character-creator-ex/Glasses/
etc…

Within each of these folders, you’ll also need 4 more folders:
在这个文件夹里,你需要几个新的子文件夹如下

/walk/
/dead/
/face/
/sv/

As you can probably guess, each of those folders will contain the
corresponding walking, dead, face, and side-view parts of the
parent folder.
正如你看到,这些文件夹中的每一个都将包含相应步行图,死亡图,脸图和侧视图
For example, in order to store the “Face” parts of the “Body” section
you would place them in:
例如,为了存储“Body”部分的“Face”部分,您可以将它们放在:

/img/character-creator-ex/Body/face/

Other Images

Finally, you’re also going to need a couple required images placed in:
最后你还需要在文件内存放几个图片如下

/img/SumRndmDde/character-creator-ex/

These images are:

Background.png
CustomCharacter.png
CustomFace.png
Walk-Background.png
Dead-Background.png
Face-Background.png
SV-Background.png

The “Background” image will be used as a background for the character
creator if you choose to use it.
背景图片是指的你自定义角色的背景
The “CustomCharacter” and “CustomFace” will be used in scenarios where a custom character’s Character or Face image cannot be loaded.
自定义角色和图片是指的默认角色和脸图
The “____-Background” images are used as piece backgrounds in the
editor itself.
未命名背景图是指背景的组成部分

Opening the Character Creator

In order to set up the Character Creator, use the Plugin Command:
为了创建自定义角色,你需要下面的插件命令

OpenCharacterCreator [actorId]

Set “actorId” to the Actor ID of the Actor you wish to create images for.
你需要设置你希望自定义角色的ID
For example:

OpenCharacterCreator 3
OpenCharacterCreator 7
OpenCharacterCreator 26

Showing Dead Custom Character

Use the following Plugin Command to make an Actor use their “dead”
custom character image:
使用下面的插件命令,来替换死亡图片:

SetDeadCustomCharacter [actorId] [true/false]

This will set it so the Actor defind by “actorId” will have their
dead image turned on or off.

这将设置开启与否。

For example:

SetDeadCustomCharacter 3 true
SetDeadCustomCharacter 8 false
SetDeadCustomCharacter 12 true

Setting Event to use Custom Character

If you wish for an event to use a custom character image, simply use
the event notetag:
如果您希望事件使用自定义图像,只需使用事件备注代码:

<CustomCharacter: [actorId]>

This will set the event to use the custom image of the actor specified
through the “actorId” input.
这将设置事件使用通过“actorId”指定的自定义图像。

You can also set an event to use a dead custom character using:
您还可以使用以下命令设置:

<CustomDeadCharacter: [actorId]>

Examples:

<CustomCharacter: 3>
<CustomDeadCharacter: 23>

Showing Custom Face in Show Text

If you wish to have a character’s custom face used in a “Show Text”,
here’s what you need to do:
如果你希望自定义脸图可以出现在消息栏,你可以这样做

  1. Make sure there is a face image selected for the “Show Text” event.
    It can be any face image, it just needs to be there.
    确保消息栏有任何一个脸图

  2. Use the following notetag in the “Show Text” box:
    使用下面的命令

    <CC Face: [id]>

Set “id” to the ID of the Actor who has the Custom Face you wish to use.
设置ID为你想使用的ID

Disabling the Custom Images

In order temporarily distable the custom images set up for an Actor, use
the Plugin Command:
如果你想临时关闭自定义设置,使用下面命令

DisableCharacterCreatorImages [actorId]

Of course, simply set “actorId” to the Actor ID you wish to disable
custom character images for.
你可以指定需要关闭功能的角色ID

EnableCharacterCreatorImages [actorId]

This would enable the character creator images again.
上面的命令将会重新开启自定义角色命令

For example:

DisableCharacterCreatorImages 12
EnableCharacterCreatorImages 8

Custom Colors

While most of the properties that can be manipulated in the
“Character Creator Editor” in the Super Tools Engine are pretty
self explanatory, the color-customization section… is a bit more
difficult.
虽然大多数可以在 Super Tools Engine的“角色创建者编辑器”中操作,但是颜色自定义部分确实有点难度。
The colors are set up using JSON arrays, meaning:
颜色是使用JSON数组设置的:

[info for color 1],
[info for color 2],
…
[info for last color]

As you can see, each “color” is separated into its own brackets.
Every color is followed by a comma except for the last one.
正如你所看到的,每个颜色都被分开。除了最后一个之外,每种颜色都会跟随一个逗号。
Now within these colors, you may customize the:
在这些颜色中,您可以自定义:

– Name
– Hue
– Saturation
– Brightness
– Grayscale

For example:

[“Blue”, 100, 0, 1, 0.5]

This would set:

– Name: Blue
– Hue: 100
– Saturation: 0
– Brightness: 1
– Grayscale: 0.5

You are not forced to fill out all of the properties however. In fact,
the less you fill out, the better. For a simple Hue shift, all one
needs to do is:
但是,您不必强制填写所有的属性。事实上,你填的越少越好。对于简单的色调转换,所有需要做的是:

[“Green”, 200]

This will create a simple color called Green that shifts the hue by 200.
将创建一个简单的颜色称为绿色,色调偏移200。
The limits that may be defined through the properties are as follows:
属性定义的限制如下:
– Hue [0 ~ 360] – Saturation [-1 ~ 1] – Brightness [0 ~ 1] – Grayscale [0 ~ 1]

  • 色相[0〜360] - 饱和度[-1〜1] - 亮度[0〜1] - 灰阶[0〜1]
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 213,417评论 6 492
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,921评论 3 387
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 158,850评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,945评论 1 285
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,069评论 6 385
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,188评论 1 291
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,239评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,994评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,409评论 1 304
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,735评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,898评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,578评论 4 336
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,205评论 3 317
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,916评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,156评论 1 267
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,722评论 2 363
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,781评论 2 351

推荐阅读更多精彩内容