limoka / DSP-Mods

An example how to add a custom model with your mesh and animations
MIT License
32 stars 10 forks source link

How will the additional information added by this module be saved? #45

Closed yunying61 closed 2 years ago

yunying61 commented 2 years ago

该模块添加的附加信息将如何保存?

en: Is additional blueprint information saved directly to TXT file? If the blueprint system is updated in the future, can the information saved by this mod be used? Or if it interferes with the identification of the new blueprint system.

zh: 额外的蓝图信息是直接保存到txt文件中的吗? 如何未来蓝图系统更新了,那这个mod保存的信息能否使用?或者会不会干扰新蓝图系统的识别。

limoka commented 2 years ago

Information is written to the end of blueprint file and does not interfere with vanilla functionality, with mod or without it. If devs update their blueprint data structure this mod also will not break, as I don't change BP version, just check if there is more data.

yunying61 commented 2 years ago

Information is written to the end of blueprint file and does not interfere with vanilla functionality, with mod or without it. If devs update their blueprint data structure this mod also will not break, as I don't change BP version, just check if there is more data.

Thanks for your answer, this mod is so great!