Jump to content

Recommended Posts

Ok so i just started Modding. And the task seem a bit daunting but I've survived Space Engineers and Skyrim modding so i dont think Don't Starve will be too hard.
Plus I have lots of Lua experiance, so code writing should be easy.

My question is CAN multiple characters be in one mod.
And if so, are there any general rules about folders and file names that I should look out for?

Also do these changes and the way added items work the same way?
more or less can i just toss everything in the same folder sets? [With files named seperately of course.]

Is it just a mater of adding all diffrent characters to the asset list in the modmain.lua
or are there other place i need to watch out for?

Thank you for any help you can offer.

@DerpTime, you combine all the modmains of the characters into one, and put all the assets into their respective folders. And the only things you alter is PrefabFiles in modmain, so instead of having multiple of them, you just have one with all the prefab names. And also the Assets thing in modmain.

 

Just copy pasting.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...