Character Creator – MV Plugin
This is a plugin that allows players to create their own custom characters
in game.
這個(gè)插件將允許玩家創(chuàng)建自定義角色
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.
這會(huì)提供一個(gè)菜單來讓玩家隨時(shí)創(chuàng)建自定義角色拌禾。一旦某個(gè)角色被賦予了自定義屬性跳芳,將會(huì)在地圖和戰(zhàn)斗中發(fā)生改變
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”.
你為了能設(shè)置自定義部件萍悴,你需要新建文件夾如下
So the file location should be:
/img/character-creator/
Within this folder, you need 3 new folders:
在這個(gè)文件夾里冒萄,你需要幾個(gè)新的子文件夾如下
“walk” – Overworld Character pieces
“dead” – Dead Character pieces
“sv” – Side-View Character pieces
“face” – Side-View Character pieces
So these should be located as:
所以最后我們可以看到的應(yīng)該如下
/img/SumRndmDde/character-creator/walk/
/img/SumRndmDde/character-creator/dead/
/img/SumRndmDde/character-creator/sv/
/img/SumRndmDde/character-creator/face/
Within each folder, they all need to have the same folders.
Each folder represents a “section” within the Character Creator.
每一個(gè)文件夾代表一部分組件
For example, if you created a “head”, “body”, and “feet” folder within
each of the folders of the Character Creator, those would appear as
sections once you placed them in the “Order” Parameter.
例如,如果你創(chuàng)建了頭部,身體和腳部的文件夾這些將會(huì)出現(xiàn)在組件列表里
I would highly recommend using the sample images provided.
我推薦你使用范例文件來操作
Finally, you’re also going to need a couple required images placed in:
最后你還需要在文件內(nèi)存放幾個(gè)圖片如下
/img/SumRndmDde/character-creator/
These images are:
Background.png
CustomCharacter.png
CustomFace.png
LoadingResources.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.
自定義角色和圖片是指的默認(rèn)角色和臉圖
Finally, the “LoadingResoureces” image will appear to inform the player
that the resources are loading while in the Character Creator.
載入圖片是指的在角色創(chuàng)建時(shí)等待載入資源的圖片
Opening the Character Creator
In order to set up the Character Creator, use the Plugin Command:
為了創(chuàng)建自定義角色,你需要下面的插件命令
OpenCharacterCreator [actorId]
Set “actorId” to the Actor ID of the Actor you wish to create images for.
你需要設(shè)置你希望自定義角色的ID
For example:
OpenCharacterCreator 3
OpenCharacterCreator 7
OpenCharacterCreator 26
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:
如果你希望自定義臉圖可以出現(xiàn)在消息欄,你可以這樣做
- 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.
確保消息欄有任何一個(gè)臉圖
- 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.
設(shè)置ID為你想使用的ID
Disabling the Custom Images
In order temporarily distable the custom images set up for an Actor, use
the Plugin Command:
如果你想臨時(shí)關(guān)閉自定義設(shè)置次屠,使用下面命令
DisableCharacterCreatorImages [actorId]
Of course, simply set “actorId” to the Actor ID you wish to disable
custom character images for.
你可以指定需要關(guān)閉功能的角色I(xiàn)D
EnableCharacterCreatorImages [actorId]
This would enable the character creator images again.
上面的命令將會(huì)重新開啟自定義角色命令
For example:
DisableCharacterCreatorImages 12
EnableCharacterCreatorImages 8