Dulakaba Posted August 3, 2021 Share Posted August 3, 2021 Hi brand new xpath modder with a simple question.... What I am trying to accomblish is simple, Lets say that I have a recipe 'Beef soup' it requires a can of Beef Ration and a Jar of Water. It must be cooked in a campfire with the cooking pot. Many such recipes exit but when you make the final product you lose the jar from the water and the can from the beef ration. I would like to be able to get the can and jar as a byproduct of the recipe as well as the actual Beef Soup. I know that one can recover a bottle or can when drinking from a jar or eating tinned food with an entry in the items.xml such as: <property name="Create_item" value="drinkJarEmpty"/> However I am looking for a way to have the jar actually be part of the output of the recipe. So the recipe example above would result in Beef soup in one campfire output slot, an empty can in a second slot, and a jar in another slot. One option I concidered was the Beef Soup recipe producing a 'Beef soup package' that when opened in the inventory would produce the soup, can and bottle. My inspiration for this is a mod that allows recycling ammo. You recycle the ammo and it 'converts the ammo' you then open the converted ammo and it gives you a bullet tip, cartridge, and powder. Link to comment Share on other sites More sharing options...
katarynna Posted August 3, 2021 Share Posted August 3, 2021 I believe Subquake has it working that way in Undead Legacy. At least one of the overhaul mods has it working, so it should be possible. Link to comment Share on other sites More sharing options...
bdubyah Posted August 3, 2021 Share Posted August 3, 2021 The only way I can think of that's purely xml is the bundle route you mention. And anything in UL is probably using C# code to drive it, so it wouldn't be possible with just xml. 1 Link to comment 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