Crusader Kings III

Crusader Kings III

342 ratings
二向箔核心库 / Anime Core Lib
5
4
3
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
1.210 MB
13 May, 2023 @ 9:45pm
19 Jul @ 3:12am
130 Change Notes ( view )

Subscribe to download
二向箔核心库 / Anime Core Lib

Description
使用旧版二向箔迁移到新版二向箔时,旧存档需要转换。索米尼亚制作组的模组已通过婚舰通用库实现内置转换。
转换在读档时运行,存档外出现异常肖像是正常的情况。
Existed save with old Anime Core Lib need convert when mods migrated to new Anime Core Lib. Somnia mods have already implement auto convert via Hunjian Common Lib.
The converting is excuted when you load a save, so it's normal if you find weird portrait outside the save before converting.

崩溃问题
此模组**绝对不会**导致崩溃,但肖像越多内存压力越大,你需要大量的虚拟内存来支持多个纸片人模组。
当游戏读取到不存在的种族时也可能崩溃,这意味着如果你关闭了某些模组,最好将存档移走以免游戏自动载入封面肖像。
CTD
This mod **never** cause CTD. However, more portrait means more RAM occupation, you need many VRAM for mutiple anime mods.
Also, when the game reading unexisting ethnicities, there is a chance to CTD, which means if you turn some mod off, better to move corresponding saves away to prevent the game read portrait from save.

用于在CK3实现纸片人肖像
开发前请阅读模组文件中的.md说明文件!
附有完整教程和python自动处理脚本,理论上只需要抠图然后写个trigger。
**不要**在你的模组中覆盖本模组的文件,将你的改动PR或在工坊评论/讨论等处提交,我会整合。
常用接口如下(详见文档):
纸片人trigger
载入检查
遗传处理逻辑
换装数量脚本值

SDK for implement 2D portrait in CK3.
Read .md file in mod files before developing.
Attached with guide and python processing script, all you need to do is process the pics and contact me.
**Do not** override this mod, PR/issue or comment/discussion your interface, I will intergrate them.
Usually used API (Look document for detail):
Character scripted trigger
Loading flag
Genetic logic
Skin number script value

RUI Unofficial提供全身像和换装按钮,并非必须。
RUI Unofficial provide whole-length portrait and portrait transfer (changing skin) button, which is NOT required.

本模组已包含Nameplates、角色事件选项滚动条、互动滚动条。
This mod already contain Nameplates, scrollbar for interaction & character event option.

兼容性:
本模组具有优秀的兼容性,几乎与一切模组兼容或只需自动生成兼容补丁:
  • 在全面转换模组的环境下你可能需要兼容补丁来保证2D角色与3D角色杂交的沉浸体验。
  • 涉及动画的模组可能需要动画兼容补丁,已附有Python脚本一键处理。
  • 涉及少量原版界面文件,但即使被覆盖也不影响正常使用。
  • 可能与极少数涉及着色器的模组存在冲突。

通过新的机制,我们不再需要覆盖模型资产和服装,因此再也不会有纸片人穿麻瓜衣服或者长角多眼睛的问题。

Compatibility:
This mod has a good compatibility, almost compatible with every mod or only need auto-generated patch:
  • Might need compatch for total conversion mods touch fantasty races to keep immersive gameplay experience when hybrid between 2D and 3D characters.
  • Might need compatch for mods edited animation, Python script attached for this.
  • Touch a few vanilla GUI file but works well without them.
  • Incompatible with serval mods touched shader.

With new feature, we don't edit morph gene, nor clothing.

兼容补丁 Compatch

项目地址 Git Repo: https://gitee.com/Alexis-Stukov/anime-core-lib

Somnia Discord: https://discord.gg/tYgaBvYju4
相关模组讨论QQ群:672678613,技术问题也可以加,群里有mod教程
License:
对于增加的相关内容(如gfx/portraits/portrait_modifiers中的肖像条件),必须保留README中提及的接口

其他内容适用 CC-BY-NC-SA-4.0

Credit: Nameplates
241 Comments
VictoriaMecklenbrug 14 Jul @ 9:53pm 
新版本扮演纸片人是不需要选纸片人种族了吗?我找不到那个选项了
Saltfish  [author] 11 Jul @ 6:12pm 
updated
king0billy 11 Jul @ 1:14pm 
discord链接失效了
Saltfish  [author] 29 Jun @ 6:25am 
list which part need update. if you just found the warning, that don't mean anything. as I don't play GH and didn't play CK3 for months, if you can't point which part need update, I won't download GH just to check it.
yuu 29 Jun @ 12:21am 
Any update for Godherja's patch?
Marchiel Graham 18 Jun @ 6:05pm 
does anyone know a mod that turns the Royal Court into a 2D base model to complement with ACL?
夜の囁き™ 30 May @ 7:16pm 
ok,现在可以了,谢谢大佬
Saltfish  [author] 30 May @ 5:56pm 
是我漏了,现在好了
夜の囁き™ 30 May @ 10:03am 
大佬问一下,我姑且做了一个立绘,也成功通过set_ethnicity 和 add_trait 变成纸片人,但问题似乎那个立绘会像原本人物一样动来动去,非常奇葩,我是不是漏了什么设定
夜の囁き™ 29 May @ 7:11pm 
我的理解是应该不会影响或覆盖舟mod,我独立写了单独的traits 和template,而不是覆盖/增加在舟mod的基础上,比如说我会加一个泥岩皮肤但我没做的像舟mod这么复杂,就是简单一个新的trait特质 叫做“泥岩皮肤3”,所有template和genes 我都是写一个新的,本身就是一个带皮肤的特质(没有ark operator的flag)而已而不是覆盖泥岩干员的特质,我会在discord里tag你如果还需要后续讨论