Build

Build, spawn, plant, upgrade, deploy anything the way that you want it.

Total Downloads: 21,184 - First Release: Nov 8, 2014 - Last Update: Jul 26, 2018

4.9/5, 50 likes
  1. You're absolutely correct, I believe I'll leave a response on the NTeleportation forum, as I've discovered recently it just may the cause of the bug. I also found that command /authclean just a couple days ago - thank you so much for the response.
    [DOUBLEPOST=1466188018][/DOUBLEPOST]
    Unfortunately when you plant, you take precedence, regardless of the normal building parameters for collision. In other words, it places the item where you point, and ignores everything else. This is why you can suddenly use the plant function to place 100 pump jacks overlapping, or 100 bears in the same place and they spread out. There is no way to build correctly, without using the construction plans - not the /plant command.
     
  2. Latest IDs for the 6-16 update (Devblog 115)

    Also, here is the code if you want to add it to the plugin and generate your own lists (creates a build.list console command):
    Code:
    [ConsoleCommand("build.list")]
            void cmdBuildListRes()
            {
                int i = 0;
                Dictionary<int,string> reslist = new Dictionary<int,string>();
                foreach (string resource in resourcesList)
                {
                    reslist.Add(i,resource);
                    i++;
                }
                Interface.Oxide.DataFileSystem.WriteObject("Build-Protocol(" + Protocol.network.ToString() + ")", reslist);
                Puts("Generated new build resource list: Build-Protocol(" + Protocol.network.ToString() + ").json in DATA folder.");
            }
     

    Attached Files:

  3. Wait, I don't follow - how did you "add this to the plugin?" Did you just add it to the .cs file? At the bottom of the plugin commands?
     
  4. "/buildgrade (resource) all" Doesnt work. Still need to click on each item at the time.
     
  5. Click here to use Building Grades from Oxide
     
  6. How should that help? That is another plugin? I want to change a complete structure to a certain material. This plugin has "/buildgrade RESOURCE all" option but it doesn't work.
     
  7. Correct, so, as a quick answer, I'd use the other plugin for that. It will upgrade/downgrade an entire structure, and to an extent nearby structures (you can adjust the distance yourself). Also, I use both of these plugins, and it makes things MUCH simpler then typing out /buildgrade resource all, to simply type: /up 4 or maybe /down 0.

    If you're only changing a few walls/floors etc to another material, use /buildgrade 0 (for twig), /buildgrade 4 (for top tier) and everything in between, 0-4 is your choices, that's it. Use the right click to "zap" one piece of material at a time, or hold it down, to "point and spray" at a structure, changing bits and pieces as you look around. But honestly, /up is MUCH easier with the other plugin. As for /buildgrade (0-4) all? No idea. Too much for my admin team to type everytime when a player donates for a base upgrade.
     
  8. Works, but no more overlay after XP update
     
  9. anyone got the new resource ids after the xp update?
     
  10. delete
     
    Last edited by a moderator: Jul 20, 2016
  11. Is there a way to place a static heli or airplane just for looks? I would like to add some to the airstrip on my server.
     
  12. Anyone have the current build list?
     
  13. Newest item list
     

    Attached Files:

  14. "Neater" list of /plant items, thank you MexicanButler
     

    Attached Files:

  15. I'm running the one posted above by resistance and I get the message "You are not allowed to use this command"

    I'm unable to give myself the permission..

    [Oxide] 22:54 [Info] Permission 'builder' doesn't exist

    Any suggestions on what I'm doing wrong?
     
  16. i put Your code between chat commands in .cs, but failed to compile:
    [Oxide] 08:26 [Error] Build plugin failed to compile!
    [Oxide] 08:26 [Error] Build.cs(1483,46): error CS1525: Unexpected symbol `Network'
    [DOUBLEPOST=1468478080][/DOUBLEPOST]used Resistance version: Build | Page 46 | Oxide
     
  17. deleted as fixes updated by coder
     
    Last edited by a moderator: Jul 21, 2016
  18. Reneb updated Build with a new update entry:

    1.1.6

     
  19. I'm running the one posted above by resistance and I get the message "You are not allowed to use this command"

    I'm unable to give myself the permission..

    [Oxide] 22:54 [Info] Permission 'builder' doesn't exist

    Any suggestions on what I'm doing wrong?
     
  20. why it's like this :
    Screenshot

    ?

    not like when i build it from building plan.