辰乐游戏:为玩家推荐真正好玩的手机游戏!

辰乐游戏  > 游戏攻略 > 

《剑士》npc如何创建?npc创建流程介绍

作者:kaifamei 来源:辰乐游戏 时间:2019-07-30 09:58:37

剑士怎么新建npc?相信很多玩家都不是很清楚,这里小编就为你们带来一篇Kenshifcs增加新NPC方法,感兴趣的玩家可以来了解一下吧。

fcs增加新NPC方法

分享用fcs增加新NPC的方法,之前看虚空作者巨佬添加了个阿飞,于是很好奇方法就去探索了。

不敢说这是什么什么教程,我只是对照了fcs里原版人物的数据,才了摸清一点点而已,应该可以用了。如果以后要开新档的时候不妨将老档的角色做成可招募npc或者保镖。可能需要一点fcs基础。

打开fcs新建个mod文件。

在左边的Squads,新建一个小队。

小队名字随意,你记得就行,不是阵营,游戏里不显示的(在左边的name)。

若要做成npc角色,先把小队的AI行动增加一个hang out in bar(在酒吧闲逛)。

小队添加好了,再加入一个角色(leader,领袖),通常来说一个就够。不然就是空壳小队了。直接new item就行。

名字就是名字,捏脸数据需要你在游戏捏脸界面导出自己的捏脸数据,在Kenshi/data/character/bodies/export,若要做成mod上传创意工坊需要把捏脸数据放在。

mods/你的mod名/character/bodies/spongebob.bod2 并选择那个文件。

再然后设置右边的内容,只翻译了重要的几个部分,像之前的方法添加就好。

  • 精品游戏
  • 最热榜单
Exception Object
(
    [message:protected] => Log are not initial!
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /mnt/datadisk0/zhan052/system/config.php
    [line:protected] => 165
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/system/config.php
                    [line] => 271
                    [function] => LOG
                    [class] => Config
                    [type] => ::
                )

            [1] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/system/config.php
                    [line] => 236
                    [function] => terminate_process
                    [class] => Config
                    [type] => ::
                )

            [2] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/system/route.php
                    [line] => 255
                    [function] => recordCompileTime
                    [class] => Config
                    [type] => ::
                )

            [3] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/system/route.php
                    [line] => 126
                    [function] => Execute
                    [class] => Route
                    [type] => ::
                )

            [4] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/route.php
                    [line] => 205
                    [function] => get
                    [class] => Route
                    [type] => ::
                )

            [5] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/system/route.php
                    [line] => 150
                    [function] => {closure}
                    [class] => Route
                    [type] => ::
                )

            [6] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/route.php
                    [line] => 167
                    [function] => group
                    [class] => Route
                    [type] => ::
                )

            [7] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/system/route.php
                    [line] => 71
                    [args] => Array
                        (
                            [0] => /mnt/datadisk0/zhan052/route.php
                        )

                    [function] => require_once
                )

            [8] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/system/route.php
                    [line] => 393
                    [function] => Initialize
                    [class] => Route
                    [type] => ::
                )

            [9] => Array
                (
                    [file] => /mnt/datadisk0/zhan052/web/index.php
                    [line] => 30
                    [args] => Array
                        (
                            [0] => /mnt/datadisk0/zhan052/system/route.php
                        )

                    [function] => require_once
                )

        )

    [previous:Exception:private] => 
)
ErrorException Object
(
    [message:protected] => fopen(/mnt/datadisk0/zhan052/system/../storage/logs/2025-09-14-frameworklogs.txt): Failed to open stream: Permission denied
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /mnt/datadisk0/zhan052/system/config.php
    [line:protected] => 156
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [function] => {closure}
                )

        )

    [previous:Exception:private] => 
    [severity:protected] => 2
)