Jump to content

How to decrease Nodes

Closed 1.0.2

CorruptedError2020
CorruptedError2020

Posted

No matter what i do, the nodes iit worse.. and worse.. even delete the files and un-installing the plugin didn't help.. how do i get it back to vanilla?

image.png

Richard Hertz

Posted

What config settings are you using. If you remove the .cs file from your plugins folder, it should show confirmation in your console that the plugin has been unloaded.

Richard Hertz

Posted

Type:

Del assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab

In your console and remove all metal nodes. Do that for stone and sulfur prefabs as well to clear them and start over.

Each node prefab path is in the config file.

CorruptedError2020

Posted

so do that and remove the plugin and after awhile it should be vanilla for the nodes again?

 

Richard Hertz

Posted (edited)

Remove the plugin first, then remove the nodes with the command.

 

This is not a typical situation, it seems you either spawned the nodes right before a server restart, or your compiler crashed during the spawn process. Every node spawned is stored in a dictionary, and despawned when the plugin is unloaded under normal use.

Edited by Richard Hertz
CorruptedError2020

Posted

Yep it crashed during the spawn process. 
But now after having to do those steps i have to fly around a MLRS the nodes to fully remove them.. because doing those commands.. didn't work Lol

Richard Hertz

Posted

That is a console command and you must have admin perms to use it:

You can use the del command followed by the entity's/asset's path. For instance, if you want to delete the banditcamp airwolf vendor (for some reason?) you can use del assets/prefabs/npc/bandit/shopkeepers/bandit_conversationalist.prefab  You can also do similar if you want to remove all bears from the server del assets/prefabs/npc/bear/bear_full.prefab.

Richard Hertz

Posted

In this case you will need to use:

del assets/bundled/prefabs/autospawn/resource/ores/stone-ore.prefab

 

del assets/bundled/prefabs/autospawn/resource/ores_snow/stone-ore.prefab

 

del assets/bundled/prefabs/autospawn/resource/ores/metal-ore.prefab

 

del assets/bundled/prefabs/autospawn/resource/ores_snow/metal-ore.prefab

 

del assets/bundled/prefabs/autospawn/resource/ores/sulfur-ore.prefab

 

del assets/bundled/prefabs/autospawn/resource/ores_snow/sulfur-ore.prefab

 

This will remove all nodes

 

Richard Hertz

Posted

Ill see what I can do about some kind of failure protection in a future update. Feel free to sughest additional wants and features in the discussion page.

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.4k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.