I’m trying to create a plant that will grow fiber in a crop plot
completed so far i’ve:
copied the Longrass seed and replaced the product from corn to fiber
added the harvest component files to the reference tree
added my new seed (flax) to the master item list in gamedata_BP
copied the 3 GenericMod files into my flax mod folder( do i need to rename all the files from GenericMod to my mod name?)
i’ve cooked it and uploaded it to steam but i can’t seem to get my new seed to drop am i missing something? i guess i should also add that i’m using a Stego to try to get the seeds to drop. Do i need to add another component to make them drop while using a dino?
Outside of all of that, especially once you have successfully made a very basic generic mod (like the one outlined in the pastebin), you should look at the item you are interested in modifying, right click it, and view references. On the left side of this window you will see everything that references this object. In order to make changes to that object you will need to subclass it (right click and create a blueprint based on this) and then go through creating new blueprints that reference your new item in the same fashion as before.