|
Post by candyjay on Oct 21, 2017 13:18:43 GMT -5
Is there a tutorial on how to make custom harvestable plants? I have been looking through all of the tutorials, and unless I glanced over something, I can't find any!
|
|
|
Post by Leniad on Oct 21, 2017 16:35:18 GMT -5
Not that I know of, but I can write one.
|
|
|
Post by candyjay on Oct 21, 2017 16:42:43 GMT -5
Not that I know of, but I can write one. THAT WOULD BE SUPER!!
|
|
|
Post by Malouchou on Nov 13, 2017 10:05:54 GMT -5
Hello ! Can you make a tuto for custom drink please ? thank you !
|
|
|
Post by cacereschrist on Nov 15, 2017 4:26:52 GMT -5
If we were trying to remove an ingredient requirement, would we just omit the ingredient's hex #/code?
|
|
|
Post by Leniad on Nov 15, 2017 9:18:47 GMT -5
No. Delete the entire "V" section.
<V t="ingredient_by_definition"> <U n="ingredient_by_definition"> <T n="ingredient_ref">1369868050<!--decimal value_of_gardenFruitGENWhatever hex 0x68861EFA from Simulation fullbuild--></T> <T n="count">5</T> </U> </V>
|
|
|
Post by paige24 on Dec 10, 2017 16:56:01 GMT -5
Can you make a video tutorial? I'm trying to follow this tutorial but get stuck in the middle of it :(( or can you provide screenshots?
|
|
|
Post by chaosqueen on Feb 23, 2018 16:38:02 GMT -5
Could someone please upload a version of this as a video, or at the very least with screenshots? I've been sitting here for a few hours trying to figure this out, but I just can't. All I'm trying to do is make a stupid cake...
|
|
|
Post by allén on Apr 9, 2018 11:10:59 GMT -5
I have tried making rice with this guide, it appears in the list and my sim can cook it just fine. But whenever they try to take a "slice" the thing they take is the multi serving one and not the slice. They immediately drop it to the floor and a last exception file pops up. I have tried fixing it many times but it just doesnt work, could you help please ?
|
|
|
Post by Leniad on Apr 9, 2018 14:41:45 GMT -5
Post a link and I will look at it. I am guessing that the recipe uses the multi serving id in the single serving recipe or multi serving id in the multi recipe twice.
|
|
|
Post by allén on Apr 10, 2018 11:07:49 GMT -5
Here then i have uploaded it rice Thank you for offering to look into it.
|
|
|
Post by Leniad on Apr 10, 2018 15:02:16 GMT -5
I found a few things but the main issue is that recipes require Hex64 and Dec64 whenever you are referring to them - objects require hex32 and dec32. April_recipe_Food_Homestyle_WhiteRice-Large instance 0000000000003D80 (hex 32) should be hex 64 value C46FFE82F3266EC1 with tuning id = 14154811992227344065 (you have the id correct in the xml itself) Same issue for single recipe. Within the recipes you are specifying ingredient 21939 no idea what that is, but it has no number of ingredients required. I deleted the ingredient requirements (lines 409-419 - the entire V .../V section) for both recipes and it worked perfectly. I also added a snippet to link into the refrigerator "Vegetables" section. Renamed file 0Rice, so you can tell them apart. DOWNLOAD HEREGreat job. If you want to get more adventurous, just pm me and I may be able to help.
|
|
|
Post by allén on Apr 12, 2018 15:29:34 GMT -5
Thanks alot leniad and sorry for late reply. So. About recipes requiring 64, so if i see a line that has recipe in its name i should do it that way ? I also checked my own file and could not find the mistake i did, is it in recipe tuning? As for ingredients, I have just kept the original ingredient (i guess it was apple?) for now. No idea about snippet part as i couldnt find it in the guide. Thank you for looking into it, i found it really fun to create custom foods but last question would be how does the naming go when you are dealing with foods with small, middle and large parts (so its not just large and single like pies and stuff).
Edit:The rice you edited isnt showing up ingame, at least for me.
|
|
|
Post by Leniad on Apr 12, 2018 16:57:23 GMT -5
If recipe in name use 64 (correct) Instance numbers with 32 hex is the mistake. Ingredients need a count following the ingredient reference. I just posted yesterday about ingredients HEREnaming: Single,Medium,Multi For rice to appear you need Andrew's Craftables Enabler Script available HERE AND Updated CRAFTABLES MENU EXPANDER package file (EPVersion6) available HERE
Tutorial about snippets HERE
|
|
|
Post by allén on Apr 13, 2018 4:08:05 GMT -5
Thank you so much it will make more sense when rice doesnt look like a pie i guess So naming will be single,medium,multi for names and large,medium small for recipes ?
|
|