Skip to content

Frequently Asked Questions

zMCdarc edited this page Aug 6, 2016 · 6 revisions

FQA | 大杂烩

When will you release feature xxx?

你什么时候会更新xxx新特性(幸好不是BugJang)

When I think thats ready to be released. Stop asking. It will be done when its done. Every now and than Ill ask what I should work on next. Get your vote in than.

当我准备好要发布的时候.别再问了.当一个特性被我们完成了它就是完成了. 现在或者将来我可能会寻问每个人关于下一步的工作. 那时候你们投票就好了.

My NPC skins look all messed up

我的NPC的皮肤乱七八糟

Going from 1.7 to 1.8 minecraft changed the player skin format from 64×32 to 64×64. So if you are on 1.7 make sure your skin is 64×32 and when on 1.8 make sure you have a correct 1.8 skin. Alternatively in 1.8 you can change to the CustomNPCs 64×32 model

1.8的皮肤格式从原来1.7的6432改为了6464. 因此如果你在使用1.7务必确认没有使用新版皮肤. 1.8直接使用新版皮肤即可.另外, 在1.8你可以改变自定义NPC模组的64*32模型.

Where are npcs saved to?

NPC被保存在哪里?

My npcs just like every other entity are saved inside the world. Asking where the npcs are saved is like asking where zombies are saved really. Npcs in your cloner are saved in the .minecraft/customnpcs/cloned.dat

我们的NPC就像其他实体一样保存在存档里. 问这个的话你就像在问僵尸被保存在哪里一样(无意义). 你复制的僵尸保存在".minecraft/customnpcs/cloned.dat"目录下.

Does this have multiplayer support?

支持多人吗?

Yes it does. Read the installation guide if you want to know how to install it on your server.

支持的. 阅读安装教程如果你想要在你的服务器上安装该模组.

My inventory screen is messed up or conflicting

我的背包界面是混乱或者互相冲突的

My mod edits the inventory screen, but there are more mods out there that do this, which usually results into conflicts. You can disable my inventory by going to your .minecraft/config/CustomNpcs.cfg and set InventoryGuiEnabled=false

这个模组修改了背包界面. 但是其他的模组也有可能会这么做, 这就导(hen)致(gan)了(ga)冲(le)突. 你可以在".minecraft/config/CustomNpcs.cfg"文件中停用我修改过的背包. 只要设置"InventoryGuiEnabled=false"即可.

How do I delete Npcs

怎么删除NPC

Right click an npc with the Npc Wand and press delete.

用NPC选择工具右键NPC并点击"delete"删除 (译者注: 我不知道这模组有没有自带中文语言)

How can I add my custom skins

如何添加我的自定义皮肤

Add your skins to the .minecraft/customnpcs/assets/customnpcs folder or add them to your resourcepack.

把你的皮肤放在".minecraft/customnpcs/assets/customnpcs"目录或者添加它进你的材质包

Help how do I remove the crafting recipes for the npc tools

我应该怎么样把npc工具的合成移除

Create an npc goto global -> recipes -> general -> select a recipes -> press delete.

创建一个NPC并前往 global -> recipes -> general -> select a recipes -> 单击delete (如果有中文应该为 全局 -> 合成 -> 一般 -> 选择一个合成方法 -> 单击删除)

What is the crafting recipe for x and y

如何创建一个合成x和y的合成配方

Create an npc goto global -> recipes -> general -> press add and create the recipe for it 创建一个NPC并前往 global -> recipes -> general -> 单击add 然后创建一个合成配方 (如果有中文应该为 全局 -> 合成 -> 一般 -> 单击添加然后创建一个合成配方)

Clone this wiki locally