Jump to content

Recommended Posts

Like inst.AddTag("fossil") or inst:AddTag("fridge")

Where am I supposed to look?

And I also want to know where can I see recipes and effect of foods made by stewer, which file should I open?

If you have a text editor like notepad++, you can use its search in files of a directory feature to search all documents for text your interested in. If for example you search for the "tag" of your interest it will show you every instance that text shows up in a file line by line. You can then use your judgement to when looking at those files and results to determine if its useful to you.

The bulk of preparedfoods code is done in the preparedfoods prefab and data files found in the prefab and main directory respectfully. You will need to do a bit of reverse engineering to mentally make sense of the data by comparing it to the prefab files function parameters.

9 hours ago, IronHunter said:

If you have a text editor like notepad++, you can use its search in files of a directory feature to search all documents for text your interested in. If for example you search for the "tag" of your interest it will show you every instance that text shows up in a file line by line. You can then use your judgement to when looking at those files and results to determine if its useful to you.

The bulk of preparedfoods code is done in the preparedfoods prefab and data files found in the prefab and main directory respectfully. You will need to do a bit of reverse engineering to mentally make sense of the data by comparing it to the prefab files function parameters.

thanks! it’s a great help for me!

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...