Jump to content

Dose DST completely support mod now?


Recommended Posts

I published my spider character.

 

Of course, I didn't add webber's own abilities because it would be problems for Klei.

 

I mean.. his abilities are only able to be used in Reign of Giants, am I right?

 

Anyway.. I tested this character with other users.

 

They said they could not make this character's special item even I could create.

 

After several testing, I realized that only host can create mod item.

 

What is the problem about my mod?

 

Can you guys give me advice about this?

To answer your thread title? No. The Mod API isn't fully fleshed out. Heck, still waiting for the DST sample mod.

 

And also, the client needs to also have the mod installed. Assuming you gave them that mod, then the answer is something more complex.

To answer your thread title? No. The Mod API isn't fully fleshed out. Heck, still waiting for the DST sample mod.

 

And also, the client needs to also have the mod installed. Assuming you gave them that mod, then the answer is something more complex.

 

oh.. I mean they installed my mod too.

@Conker446, First, you should probably be posting mod stuff here. Second, you need the recipes in the common_postinit, since that's what will run on clients. Setting all_clients_require_mod = true in the modinfo will let them automatically acquire it once it's on the Steam Workshop.

 

Edit: You will also need to do an extensive pass-through of all the items you added, to make sure they have networking and if not TheWorld.ismastersim then return end in the right spots in their constructors.

@Conker446, First, you should probably be posting mod stuff here. Second, you need the recipes in the common_postinit, since that's what will run on clients. Setting all_clients_require_mod = true in the modinfo will let them automatically acquire it once it's on the Steam Workshop.

 

Edit: You will also need to do an extensive pass-through of all the items you added, to make sure they have networking and if not TheWorld.ismastersim then return end in the right spots in their constructors.

I'll try that!

 

Thank you very much!!

@Conker446, First, you should probably be posting mod stuff here. Second, you need the recipes in the common_postinit, since that's what will run on clients. Setting all_clients_require_mod = true in the modinfo will let them automatically acquire it once it's on the Steam Workshop.

 

Edit: You will also need to do an extensive pass-through of all the items you added, to make sure they have networking and if not TheWorld.ismastersim then return end in the right spots in their constructors.

I'll try that!

 

Thank you very much!!

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...