BenchCraft

Customize crafting using repair benches or research tables

Total Downloads: 904 - First Release: Feb 19, 2017 - Last Update: Mar 26, 2017

5/5, 9 likes
  1. Hi! Im seeing this problem from last update of Rust srv/oxide:

    [BenchCraft] Item does not exist in time map: door.key
     
  2. Came to say the same, although they're pretty instant anyway
     
  3. ignignokt84 updated BenchCraft with a new update entry:

    0.0.15

     
  4. Seems to be ignoring being out of range after you start the crafting.

    upload_2017-5-7_21-54-51.png
     
  5. How do you mean? From what I can see in your screenshot, it just looks like the GUI message wasn't hidden, but you aren't crafting anything.
     
  6. need help getting the worbench to work
     
  7. How can I change label position?
    I want to get to the bottom next to the food to the left of the figure food
    957943fe3ecf4e888976688e0968819e.png

    Who can help to do as in this screenshot?
    workbench_1.jpg
     
  8. In the config there are anchorMin and anchorMax - these are the position of the text, so you'll just have to play around with these values until the text is where you want it.

    The value of each of these options is "x y" where x is the x-position and y is the y-position with values between 0-1 with "0 0" (zero zero) being the bottom left of the screen, and "1 1" being the top right. anchorMin indicates the position of the bottom-left corner of the text, while anchorMax indicates the top-right corner.
     
  9. Can you help me?
     
  10. as I do, does not work, can you help me? at least to shift to food?
     
  11. not working
     
  12. Thanks, is runs now.
     
    Last edited by a moderator: Sep 12, 2017
  13. Any clue to considerate Workbench to boost crafts ?
    Thanks
     
  14. I imagine it wouldnt be hard to just go in the cs file and edit the items it can use, who knows might even work if you just add it to the config file, prob still need the CS file though.
    [DOUBLEPOST=1511533063][/DOUBLEPOST]Looks like it uses the item name and takes out the spaces

    Line 55: useRepairBench,
    Line 638: if ((ConfigValue<bool>(Option.useRepairBench) && e is RepairBench) || (ConfigValue<bool>(Option.useResearchTable) && e is ResearchTable))
    Line 638: if ((ConfigValue<bool>(Option.useRepairBench) && e is RepairBench) || (ConfigValue<bool>(Option.useResearchTable) && e is ResearchTable))

    So the item Research Table in this is called ResearchTable

    Suppose if you wanted to use the workbench it would be

    WorkBenchLevel1

    However dont the workbenches give you a crafting boost anyway? Might be best just to ask the author for an update.
     
  15. That's exactly what I could do, I'll tinker as soon as I have a moment and if it works I'll report it here. Thanks Corrosive.