[CRAFT]Advanced Craft'n'Smelt

Discussion in 'Mod Releases' started by DungeonDragon, Sep 10, 2012.

  1. DungeonDragon

    DungeonDragon Member

    Cheese rules! :)

    As I have never played as a Vegan what do you think about fish and its recipes? Right now Fish and Grilled Fish are vegan friendly, Fish Stew is not and Fish Soup is vegan friendly again.
     
  2. Rakankrad

    Rakankrad Member

    I know a few vegans who eat fish and some who don't. I don't think it's a big deal if they can have it. Besides, this is a mod, not part of the core game, so if you (since you're a vegan IRL) think that they should be allowed, than it's your decision :)
     
  3. DungeonDragon

    DungeonDragon Member

    v 1.7 is finally released :)
     
  4. DungeonDragon

    DungeonDragon Member

    Uploaded mod to steamworkshop and made some kind of logo :)
    Put detailed readme into the archive
     
  5. DungeonDragon

    DungeonDragon Member

    I'm working on a new version
    I added new system of gems recycling. You grind gems into Gem Crums and then can press gems from 4 Gem Crumbs, however different gems require different Smithing/Tinkering level.

    [​IMG] [​IMG]

    I also have changed graphics of sandwiches so One that is made from cheese has only cheese and with meat has only meat. From now on all fish and fish based recipes are NOT vegan friendly. I have however made a cheesy tofu item for vegans.

    [​IMG]
     
  6. Rakankrad

    Rakankrad Member

    Neat, really liking the gems bit. Kinda like a poor-man's Alchemy's 3rd skill.
     
  7. DungeonDragon

    DungeonDragon Member

    Yep, that's the same stuff about burgler and his lockpicking spell that is solved by my lockpick cases. :)
     
  8. Rakankrad

    Rakankrad Member

    I usually use the Craft Lockpick mod's picks over yours :/ I like the appearance of yours for sure, but I prefer the amount that they give with theirs.
     
  9. DungeonDragon

    DungeonDragon Member

    Well I find myself with lots of lockpicks especially when you can smelt steel from a lot of stuff. Of course it's only applied to Tinkerer :)

    I wonder how much do other mods give?
     
  10. Rakankrad

    Rakankrad Member

    This is what Craft Lockpick has. As far as steel from yours, I've been wondering.. sometimes I get actual ingots from recipes that give scraps. I didn't check inside of your xml, but is it like this one, where at higher ranks, you get the ingots instead of a scrap?

    Edit: I just noticed how some of his crafts are kinda bugged out.. at higher skill level, it sometimes has Minor instead of Major.. I'll let him know on steam, if he didn't update it (I didn't see his mod outside of workshop)
    <craftDB>



    <!-- Tinkering Craftings -->

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="3" />
    <output skill="3" name="Minor Bundle of Lockpicks" amount="8" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="2" />
    <tool tag="tinkerer"/>
    <input name="Plastic Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="3" />
    <output skill="3" name="Minor Bundle of Lockpicks" amount="8" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="2" />
    <tool tag="tinkerer"/>
    <input name="Zinc Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="5" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="1" />
    <output skill="5" name="Minor Bundle of Lockpicks" amount="2" />
    <tool tag="tinkerer"/>
    <input name="Copper Ingot"/>
    </craft>


    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="7" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="5" name="Minor Bundle of Lockpicks" amount="3" />
    <tool tag="tinkerer"/>
    <input name="Brass Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="4" />
    <output skill="3" name="Minor Bundle of Lockpicks" amount="9" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="2" />
    <tool tag="tinkerer"/>
    <input name="Tin Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="7" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="3" />
    <tool tag="tinkerer"/>
    <input name="Bronze Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="5" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="1" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="2" />
    <tool tag="tinkerer"/>
    <input name="Iron Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="3" name="Minor Bundle of Lockpicks" amount="4" />
    <output skill="5" name="Minor Bundle of Lockpicks" amount="6" />
    <tool tag="tinkerer"/>
    <input name="Steel Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="3" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="5" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="6" />
    <tool tag="tinkerer"/>
    <input name="Aluminum Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="4" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="5" />
    <tool tag="tinkerer"/>
    <input name="Gold Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="4" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="6" />
    <tool tag="tinkerer"/>
    <input name="Electrum Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="4" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="5" />
    <tool tag="tinkerer"/>
    <input name="Silver Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="1" name="Major Bundle of Lockpicks" amount="4" />
    <output skill="2" name="Major Bundle of Lockpicks" amount="6" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="8" />
    <output skill="4" name="Major Bundle of Lockpicks" amount="10" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="12" />
    <tool tag="tinkerer"/>
    <input name="Platinum Ingot"/>
    </craft>

    <craft hidden="1">
    <output skill="4" name="Crosspick" amount="1" />
    <tool tag="tinkerer"/>
    <input name="Steel Lever Crossbow"/>
    <input name="Minor Bundle of Lockpicks"/>
    <input name="Major Bundle of Lockpicks"/>
    <input name="Platinum Ingot"/>
    </craft>




    <!-- Smithing Craftings -->

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="3" />
    <output skill="3" name="Minor Bundle of Lockpicks" amount="8" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="2" />
    <tool tag="smithing"/>
    <input name="Plastic Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="3" />
    <output skill="3" name="Minor Bundle of Lockpicks" amount="8" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="2" />
    <tool tag="smithing"/>
    <input name="Zinc Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="5" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="1" />
    <output skill="5" name="Minor Bundle of Lockpicks" amount="2" />
    <tool tag="smithing"/>
    <input name="Copper Ingot"/>
    </craft>


    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="7" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="5" name="Minor Bundle of Lockpicks" amount="3" />
    <tool tag="smithing"/>
    <input name="Brass Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="4" />
    <output skill="3" name="Minor Bundle of Lockpicks" amount="9" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="2" />
    <tool tag="smithing"/>
    <input name="Tin Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="7" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="3" />
    <tool tag="smithing"/>
    <input name="Bronze Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Minor Bundle of Lockpicks" amount="5" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="1" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="2" />
    <tool tag="smithing"/>
    <input name="Iron Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="3" name="Minor Bundle of Lockpicks" amount="4" />
    <output skill="5" name="Minor Bundle of Lockpicks" amount="6" />
    <tool tag="smithing"/>
    <input name="Steel Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="3" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="5" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="6" />
    <tool tag="smithing"/>
    <input name="Aluminum Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="4" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="5" />
    <tool tag="smithing"/>
    <input name="Gold Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="4" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="6" />
    <tool tag="smithing"/>
    <input name="Electrum Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="4" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="5" />
    <tool tag="smithing"/>
    <input name="Silver Ingot"/>
    </craft>

    <craft hidden="0">
    <output skill="0" name="Major Bundle of Lockpicks" amount="2" />
    <output skill="1" name="Major Bundle of Lockpicks" amount="4" />
    <output skill="2" name="Major Bundle of Lockpicks" amount="6" />
    <output skill="3" name="Major Bundle of Lockpicks" amount="8" />
    <output skill="4" name="Major Bundle of Lockpicks" amount="10" />
    <output skill="5" name="Major Bundle of Lockpicks" amount="12" />
    <tool tag="smithing"/>
    <input name="Platinum Ingot"/>
    </craft>

    <craft hidden="1">
    <output skill="4" name="The Picker" amount="1" />
    <tool tag="smithing"/>
    <input name="Platinum Ingot"/>
    <input name="Minor Bundle of Lockpicks"/>
    <input name="Major Bundle of Lockpicks"/>
    <input name="Fine Steel Sword"/>
    </craft>


    </craftDB>
     
  11. DungeonDragon

    DungeonDragon Member

    Ah I see. There are lockpicks practically from everything :) I wanted to avoid it and therefore make them from steel only. However Zink is an interesting idea, there not much recipes with Zink anyway. I'll think about the amount.

    As for the scraps:
    - On Tinkering/Smithing level 1 - Crude and Rusty items will give you Scrap Iron/Scrap Steel instead of Ingots, after you reach either Tinkering or Smithing level 5 you will recieve Ingots, except for some wooden based items that will always give you only scraps.

    I believe there is a Readme in v1.7 so you can read some details there.

    I made it this way to prevent buying cheap crude and rusty weapons from Brax and melting them into Ingots right away. I think walking in full metal on Dungeon level 1 is just too soon :)

    Btw how did you make spoiler tags? I can't see them in the editor
     
  12. Rakankrad

    Rakankrad Member

    you do [ spoiler ] and [ /spoiler ] without the spacing
     
  13. Daynab

    Daynab Community Moderator Staff Member

    I want to add your mod to the index but as you mentioned, some of the mod is taken from other mods - before I add it in your name - do you have permission for that stuff?
     
  14. DungeonDragon

    DungeonDragon Member

    SHiLLySiT never said anything against it as for the Chico I've never had a chance to actually ask and since I used more than an idea from Chico(graphics and exact recipes) I can't say I have his permission. I think I'll ask him now

    Btw is there a possibility to change a thread title? I wanted to do it since I've changed a name of my mod from Advanced Crafting to Advanced Craft'n'Smelt
     
  15. DungeonDragon

    DungeonDragon Member

    v 1.8 is released :)
     
  16. Daynab

    Daynab Community Moderator Staff Member

    Alright, let me know when he gives his permission and I'll add it to the index. I added your other mods yesterday also.
     
  17. Rakankrad

    Rakankrad Member

    Tiny spelling mistakes I've noticed in the Elite clockwork boots: "You like to shoot rockets at you feet" should be "your feet" and "This boots" in the next line should be "These boots" .. In the pants: "This pants" should be "These pants" and same thing for gloves. They're not game changing, and tbh, I only noticed by accident. Other people might not even have seen it.
     
  18. DungeonDragon

    DungeonDragon Member

    Thanks. I'll change it, before adding to SteamWorkshop. :)
     
  19. DungeonDragon

    DungeonDragon Member

    Corrected some spelling mistakes.
     
  20. Alistaire

    Alistaire Member

    Not being against something doesn't mean being with something. Also, if you don't ask the answer is a no anyways unless stated otherwise in any mod description..

    ----

    I think the challenge of getting armour is a bit gone with mods like these. I'd like to see recipes leveling with the equipment so you don't need literally 2 meltdown items and 1 random low level item to create something really good. Balance is the key in meltdown mods..