kill the sun Posted April 19, 2023 Share Posted April 19, 2023 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? Link to comment https://forums.kleientertainment.com/forums/topic/147273-i-relly-need-help-how-can-i-know-the-specific-effect-of-a-certain-tag-when-i-saw-or-added-a-tag/ Share on other sites More sharing options...
IronHunter Posted April 19, 2023 Share Posted April 19, 2023 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. Link to comment https://forums.kleientertainment.com/forums/topic/147273-i-relly-need-help-how-can-i-know-the-specific-effect-of-a-certain-tag-when-i-saw-or-added-a-tag/#findComment-1630844 Share on other sites More sharing options...
kill the sun Posted April 20, 2023 Author Share Posted April 20, 2023 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! Link to comment https://forums.kleientertainment.com/forums/topic/147273-i-relly-need-help-how-can-i-know-the-specific-effect-of-a-certain-tag-when-i-saw-or-added-a-tag/#findComment-1630889 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now