just type /build

Build
Build, spawn, plant, upgrade, deploy anything the way that you want it.
Total Downloads: 21,056 - First Release: Nov 8, 2014 - Last Update: Jul 26, 2018
- 4.9/5, 50 likes
-
-
@Mr_JADA type /build to exit out of any build mode (such as /erase). Worked for me anyhow
-
-
Error while compiling: Build.cs(188,45): error CS1070: The type `UnityEngine.AssetBundle' has been forwarded to an assembly that is not referenced. Consider adding a reference to assembly `UnityEngine.AssetBundleModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
-
Wulf Community Admin
// Reference: UnityEngine.AssetBundleModule
to the top of the plugin.Last edited: Jun 8, 2018 -
I added this but don't work
Code:(23:51:41) | Error while compiling: Build.cs(4,0): error CS1525: Unexpected symbol `Reference' (23:51:53) | Assembly referenced by Build plugin does not exist: UnityEngine.AssetBundle.dll (23:51:53) | Added '// Reference: UnityEngine.AssetBundle' in plugin 'Build'
-
Wulf Community Admin
Sorry, typo there. -
-
-
-
// Reference: UnityEngine.AssetBundleModule
using Facepunch;
I added that line to the top of the build.cs and it crashed my server. -
Code:
// Reference: UnityEngine.AssetBundleModule
[DOUBLEPOST=1528557696][/DOUBLEPOST]
You were not supposed to add
Code:using Facepunch;
-
I was showing you where in the .cs I added the line. I didn't add the "using Facepunch;". It's literally the first line of code.
so the first few lines are as follows:
using Facepunch;
using Oxide.Game.Rust.Cui;
using System;
using System.Collections.Generic;
using System.Reflection;
using UnityEngine;
namespace Oxide.Plugins
And you say that I need to add this line (// Reference: UnityEngine.AssetBundleModule) to the top? -
Wulf Community Admin
You can also update Oxide and that reference is included by default now.
-
-
[DOUBLEPOST=1529197576][/DOUBLEPOST]Can someone please give me the correct command for placing a Recycler. -
i recommend you to use >>PrefabSniffer << with rcon command prefab build
it loads you a full list with all assets
the new one is now 178 - assets/bundled/prefabs/static/recycler_static.prefab -
-
Hi guys!
I tried this plugin but i dont need it. I rewoked permission, unload and remove plugin and restart server. My problem is I can't place normal floors/foundations on them.
How can I restore it?