|
Post by Leniad on Apr 15, 2018 14:07:10 GMT -5
Not hard to do. Clone a similar object (one that sits on table for example) and import your mesh. I generally export the clone mesh. create object file of my own mesh, and import my obj into the export mesh, and delete the part of the original that is a best match. Object will appear in catalog exactly as cloned object. Edit string table and object catalog tags to customize.
|
|
|
Post by Leniad on Apr 14, 2018 19:35:07 GMT -5
Bar Mixed Drinks 2------------------------ Bubble Juice --------------------------------- This Drink series is created to reward the Sim gardener, some items require ingredients only found in the home garden. So start planting! This recipe is available from the bar only. Suggested as part of the Harry Potter series, this cocktail isn’t in a cocktail glass – bubble animations in cocktail glass very unimpressive. I picked pink like bubble gum, just because. LOL Download adds the following custom drink to the game. Bubble Juice--------lvl 5 poly count 162 2 Pomegranate + 50 simoleons ---Single serving Only ---Available from Bar Menu “Mixed Drink, Liqueur or Shot” ---Available in restaurant Requirement :1. Requires the Craftables Enabler Script available HERE AND Updated CRAFTABLES MENU EXPANDER package file (EPVersion6) available HERE Made with Game PC Version 1.41.42.1020 Base Game Compatible Conflicts: Should not conflict with any other mod ------------------------- Credits: -Andrew -Sims 4 studio -Akin – Portuguese translation -Jevi – German translation -Gimp ----------------------- #Leniad #Food #Cooking #Bubble Juice #Mixed #Drink #Bar #Pomegranate #Harry Potter #Cocktail
|
|
|
Post by Leniad on Apr 13, 2018 7:48:41 GMT -5
that is what I do
|
|
|
Post by Leniad on Apr 12, 2018 19:27:28 GMT -5
Cockroach clusters will be posted this week. If you really want to make your own, Create a text file, as the tutorial says, and let me look at it in a pm. Once you get the text file sorted out, it isn't hard at all.
|
|
|
Post by Leniad on Apr 12, 2018 17:03:57 GMT -5
It looks like you are trying to change collectible item, which is an object and requires decimal32
|
|
|
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 Leniad on Apr 12, 2018 10:10:20 GMT -5
Are the instance numbers the same for the 2 objects?
|
|
|
Post by Leniad on Apr 12, 2018 8:43:06 GMT -5
Beer 2 – Harry Potter------------------------ Beer from Harvestables --------------------------------- This series is created to reward the Sim gardener, some items require ingredients only found in the home garden. So start planting! This Harry Potter group is all beers from the bar. These recipes are available from the bar ONLY. Download adds the following custom foods to the game. To get a glass from the bar (bartending skill) Berry Ocky Rot-----------lvl 1 poly count 160 2 Blackberries + 10 simoleons Butter Beer-----------lvl 1 poly count 160 No ingredient + 10 simoleons Daisyroot Draught-----------lvl 1 poly count 160 4 Daisies+ 10 simoleons ---Single serving Only at bar ---Available from Bar Menu “Pour a Beer” ---Available in restaurant Requirement :1. Requires the Craftables Enabler Script available HERE AND Updated CRAFTABLES MENU EXPANDER package file (EPVersion6) available HERE Made with Game PC Version 1.41.42.1020 Base Game Compatible Conflicts: Should not conflict with any other mod ------------------------- Credits: -Andrew -Jevi – German translations -kinchik – Portuguese translations -Sims 4 studio -Gimp ----------------------- #Leniad #Food #Cooking #Juice #Drink #Butter Beer #Daisy #Draught #Berry #Blackberry #Harry Potter
|
|
|
Post by Leniad on Apr 11, 2018 8:02:16 GMT -5
Juices 12 – Harry Potter------------------------ Juices from Harvestables --------------------------------- This Food series is created to reward the Sim gardener, some items require ingredients only found in the home garden. So start planting! This Harry Potter group is all bubbling drinks. These recipes are available from the juice maker AND from the bar. Download adds the following custom foods to the game. To make a Bottle from Juicemaker (Cooking skill) Gilly Water-----------lvl 3 poly count 160 1 Gillyweed for single, 6 Gillyweed for multi-Serving + 0 simoleons Gurdyroot Infusion-----------lvl 3 poly count 160 1 Gurdyroot for single, 6 Gurdyroot for multi-Serving + 0 simoleons Pumpkin Fizz-----------lvl 3 poly count 160 1 Pumpkin for single, 3 Pumpkin for multi-Serving + 0 simoleons To get a glass from the bar (bartending skill) Gilly Water-----------lvl 3 poly count 160 1 Gillyweed +50 simoleons Gurdyroot Infusion-----------lvl 3 poly count 160 1 Gurdyroot +10 simoleons Pumpkin Fizz-----------lvl 3 poly count 160 1 Pumpkin +10 simoleons Harvestable Downloads Gillyweed Gurdyroot Pumpkin ---Multi (Party Size) 3 servings ---Available from Juice Maker Menu “Blend Juice” – single serving “Serve Juice” – Multii-serving ---Single serving Only at bar ---Available from Bar Menu “Make Juice” ---Available in restaurant Requirement : 1. Requires the Craftables Enabler Script available HERE AND Updated CRAFTABLES MENU EXPANDER package file (EPVersion6) available HERE AND Juice Maker package file available HERE Made with Game PC Version 1.41.42.1020 Base Game Compatible Conflicts: Should not conflict with any other mod ------------------------- Credits: -Andrew -Jevi – German translations -kinchik – Portuguese translations -Sims 4 studio -Gimp ----------------------- #Leniad #Food #Cooking #Juice #Drink #Gilly #Gurdy #Pumpkin #Fizz #Harry Potter
|
|
|
Post by Leniad on Apr 10, 2018 15:13:09 GMT -5
Ingredients are usually added by id, which is the decimal conversion of the object instance number.
This is the code required for all ingredients
<V t="enabled" n="use_ingredients"> <U n="enabled"> <T n="all_ingredients_required">True</T> <L n="ingredient_list"> <V t="ingredient_by_definition"> <U n="ingredient_by_definition"> <T n="ingredient_ref">337704341<!--decimal value_of_Leniad_gardenFruitGENBroccoli_01 0x1420F595--></T> <T n="count">8</T> </U> </V> </L> </U> </V>
The first and last lines set up a list of ingredients and the center lines add entries to the list
<V t="ingredient_by_definition"> <U n="ingredient_by_definition"> <T n="ingredient_ref">337704341<!--decimal value_of_Leniad_gardenFruitGENBroccoli_01 0x1420F595--></T> <T n="count">8</T> </U> </V>
Adds an ingredient. Copy the lines <V ....</V> and insert as many times as you wish, changing the ingredient ref to your ingredient. Word of warning - if you use more than 5 ingredients, it throws the menu displays off and entries look weird.
|
|
|
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 Leniad on Apr 10, 2018 10:57:05 GMT -5
Juices 11------------------------ Juices from Harvestables --------------------------------- This Food series is created to reward the Sim gardener, some items require ingredients only found in the home garden. So start planting! These recipes are available from the juice maker AND from the bar. Download adds the following custom foods to the game. To make a Bottle from Juicemaker (Cooking skill) Pineapple Juice-----------lvl 1 poly count 160 1 Pineapple for single, 6 Pineapple for multi-Serving + 0 simoleons Pineapple Lemon And Ginger Juice-----------lvl 1 poly count 160 1 each for single, 2 each for multi-Serving + 0 simoleons Coconut Pineapple Lemon And Ginger Juice-----------lvl 1 poly count 160 1 each for single, 2 each for multi-Serving + 0 simoleons To get a glass from the bar (bartending skill) Pineapple Juice -----------lvl 1 poly count 104 1 Pineapple +10 simoleons Pineapple Lemon And Ginger Juice -----------lvl 1 poly count 104 1 Lemon, 1 Ginger, 1 Pineapple +10 simoleons Coconut Pineapple Lemon And Ginger Juice -----------lvl 1 poly count 104 1 Coconut , 1 Lemon, 1 Ginger, 1 Pineapple +10 simoleons Harvestable Downloads Coconut Pineapple Ginger ---Multi (Party Size) 3 servings ---Available from Juice Maker Menu “Blend Juice” – single serving “Serve Juice” – Multii-serving ---Single serving Only at bar ---Available from Bar Menu “Make Juice” ---Available in restaurant Requirement :1. Requires the Craftables Enabler Script available HERE AND Updated CRAFTABLES MENU EXPANDER package file (EPVersion6) available HERE AND Juice Maker package file available HERE Made with Game PC Version 1.41.42.1020 Base Game Compatible Conflicts: Should not conflict with any other mod ------------------------- Credits: -Andrew -Jevi – German translations -kinchik – Portuguese translations -Sims 4 studio -Gimp ----------------------- #Leniad #Food #Cooking #Juice #Drink #Lemon #Ginger #Pineapple #Coconut
|
|
|
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 Leniad on Apr 9, 2018 7:50:06 GMT -5
Juices 10------------------------ Juices from Harvestables --------------------------------- This Food series is created to reward the Sim gardener, some items require ingredients only found in the home garden. So start planting! These recipes are available from the juice maker AND from the bar. Download adds the following custom foods to the game. To make from Juicemaker (Cooking skill) Lemon And Ginger Juice-----------lvl 1 poly count 160 1 each for single, 3 each for multi-Serving + 0 simoleons Lemon Ginger And Spinach-----------lvl 1 poly count 160 1 each for single, 3 each for multi-Serving + 0 simoleons To get a glass from the bar (bartending skill) Lemon And Ginger Juice-----------lvl 1 poly count 104 1 Lemon, 1 Ginger +10 simoleons Lemon Ginger And Spinach-----------lvl 1 poly count 104 1 Lemon, 1 Ginger, 1 Spinach +10 simoleons Harvestable Downloads Ginger ---Multi (Party Size) 3 servings ---Available from Juice Maker Menu “Blend Juice” – single serving “Serve Juice” – Multii-serving ---Single serving Only at bar ---Available from Bar Menu “Make Juice” ---Available in restaurant Requirement :1. Requires the Craftables Enabler Script available HERE AND Updated CRAFTABLES MENU EXPANDER package file (EPVersion6) available HERE AND Juice Maker package file available HERE Made with Game PC Version 1.41.42.1020 Base Game Compatible Conflicts: Should not conflict with any other mod ------------------------- Credits: -Andrew -Plasticbox -Jevi – German translations -kinchik – Portuguese translations -Sims 4 studio -Gimp ----------------------- #Leniad #Food #Cooking #Juice #Drink #Lemon #Ginger #Spinach
|
|
|
Post by Leniad on Apr 8, 2018 9:37:04 GMT -5
Harvestable Passionfruit------------------------ Adds a custom Harvestable Passionfruit plant to the game. --------------------------------- Passionfruit is a vine grown on a trellis, like grapes. Hope you enjoy.
UPDATE: September 25,2018 Now updated for SEASONS EP. Remove old version of plant and install the new version in your mods folder. This plant will be harvestable/plantable in 3 of the seasons, by design. I do not have the EP, but several S4S users have tested using Seasons EP. Let me know in private message if you find problems. Enjoy. For Seasons Users: King Zace adjusted my original file for better appearance in Seasons EP. If you would like to try it download HERETumblr HERE
---The Passionfruit plant produces Passionfruit which can be harvested ---Passionfruit is tagged as fruit. ---Can be planted like any other fruit ---The Passionfruit appears in catalog under Decoration/Plants 15 simoleons Requirement : Base game compatible Made with Game PC Version PC 1.41.38.1020 Conflicts: Should not conflict with any other mod Polygon Counts: 863 Credits: -Sims 4 studio -Blender -kinchik –Portuguese translation -Jevi –German translation -Gimp #Leniad #Harvestable #Passionfruit #Gardening #Fruit
|
|