鬼谷八荒

鬼谷八荒

评价数不足
【Addk1k】文本符号{#}拓展
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
124.397 KB
2023 年 2 月 18 日 上午 12:09
2023 年 3 月 14 日 上午 8:49
2 项改动说明 ( 查看 )

订阅以下载
【Addk1k】文本符号{#}拓展

描述
这是为其他mod作者提供的拓展功能。

1.01重写了实现方法。计划开发成一个全面的UI拓展,但时间可能不够。暂时维持现状,只提供文本拓展。

功能说明:
允许LocalText表中的文本内容用一些特殊符号来指向游戏运行过程中的动态数据。本mod目前提供以下符号:

{#AK_PlayerName}
指代当前玩家姓名

{#AK_PlayerAge}
指代当前玩家年龄

{#AK_PlayerAreaName}
指代当前玩家所在州或地区名称

示例:
{#AK_PlayerName},你这{#AK_PlayerAge}年白活了吗?竟然还在这{#AK_PlayerAreaName}鬼混。

如需添加其他符号,请在本mod页面下留言。

This mod allows other mod authors to use extra {#} symbols in their text content of LocalText.json, to link to some real-time game data:

{#AK_PlayerName}
Reference to current player name in game

{#AK_PlayerAge}
Reference to current player age in game

{#AK_PlayerAreaName}
Reference to the name of current area where the player located at

More symbols may be added if I receive plenty of requests. Leave your comments on Steam Workshop.


**********本次更新说明**********
重写了实现方法
2 条留言
2032247260 2023 年 10 月 5 日 下午 8:40 
更新一下吧
2032247260 2023 年 10 月 5 日 下午 8:40 
作者,文本失效了