Is it possible to add Items using serialization? #116
Answered
by
scriptsengineer
SparkleArts
asked this question in
Q&A
-
I want to add Modding Support to my Game and that includes also Items from Inventory System Addon. Every Modder can add Items by an Configuration System I want to create so that it automically detect the files inside the specific Folder using Serialization. |
Beta Was this translation helpful? Give feedback.
Answered by
scriptsengineer
May 26, 2024
Replies: 1 comment 1 reply
-
I admit that I don't understand how modding works in godot, but I believe it is simple to implement serialization on items, with a dictionary and add a function to add items dynamically. I can add a simple serialization to the plan. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SparkleArts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I admit that I don't understand how modding works in godot, but I believe it is simple to implement serialization on items, with a dictionary and add a function to add items dynamically.
I can add a simple serialization to the plan.