Jump to content

dustyhansen

Member
  • Posts

    1,514
  • Joined

  • Last visited

Everything posted by dustyhansen

  1. dustyhansen

    Performance Issue

    I am trying to track down some performance issues on my server. I am running the latest version of Carbon and disabled Better NPC and my server FPS went from the 60s to 120s, so doubled from just this one plugin being disabled. See the green chart. Any thoughts on this?
  2. I have been trying to track down an issue for several weeks with my setup and I think I have finally isolated it to this egg as the cause. The Rust server runs pretty good by itself on my Pterodactyl server using this egg. I get around 125-150 server FPS when this is the only server running. Once I start running other games, however, the performance of the Rust server is impacted horribly. For example, if I start my Palworld server, the server FPS drops from 125 to 60 instantly. Once I launch my other game servers, I am barely able to get 30 FPS on the Rust server. I had tried everything to fix the issue, allocating more resources, enabling swap, CPU pinning, creating a new server, etc. and nothing would fix the issue, until I used the default Rust egg. Once I switched to the default egg, I am getting 180 server FPS consistently. The default egg does not seem to be impacted by other servers on Pterodactyl, whereas your egg seems to be sensitive to other servers running. I am not sure what the root cause is, but there is definitely something about this egg that is causing my issue. Any thoughts?
  3. I haven't had a chance to make a video yet. But here is the console output, no errors.
  4. I do have the latest version. Players were not able to access vending machines. I turned off the plugin and they were able to access them. Any other suggestions?
  5. dustyhansen

    XPanelPlus

    Don't you just need this for getting the levels?
  6. Thanks
  7. It seems that locked vending machines don't let you shop at them. You get an error "It is blocked..." in chat and cannot access the store. Seems like it is just code locks. Key locks seem to work fine.
  8. I figured it out. I had to change the colors in the data file, not just the config file.
  9. dustyhansen

    Color Changes Not Working

    I changed the background color and image color of the zone status from purple (default) to red. I reloaded both zone status and advanced status and the new color is not showing. Do I need to restart the server or something?
  10. dustyhansen

    Carbon Support

    This seems to have worked, thanks!
  11. dustyhansen

    Carbon Support

    @Meyverickany chance on getting this updated?
  12. @cameron any chance on getting this updated?
  13. dustyhansen

    Badlands

    I understand that and have them installed, but do any of those place NPCs out in the open or near roadways, etc.? Or only near monuments? My players are complaining that they can't farm barrels or go anywhere without there being NPCs.
  14. dustyhansen

    Badlands

    Are there supposed to be NPCs randomly placed on the map? I do have BetterNPC, but was expecting them to only be at monuments.
  15. dustyhansen

    Better Npc

    When you select Alpha Loot in the data files, what is it pulling from exactly? The loot can be pretty extreme, so it must be random or a high tier loot crate/NPC?
  16. Which plugin should we use? I don't understand. Sandbox is no longer an issue. And do these work with Carbon?
  17. dustyhansen

    Carbon Support

    @Meyverickjust wanted to make sure you saw this
  18. dustyhansen

    Carbon Support

    Yes, I am running the most recent version.
  19. dustyhansen

    Carbon Support

    Here ya go. Notify.json
  20. dustyhansen

    Carbon Support

    I get the following error in Carbon when the plugin loads: [Notify] Your configuration file contains an error. Using default configuration values. [Notify] Your configuration file contains an error. Using default configuration values. InvalidCastException: Object must implement IConvertible. InvalidCastException: Object must implement IConvertible. at System.Convert.ChangeType (System.Object value, System.Type conversionType, System.IFormatProvider provider) [0x00040] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at System.Convert.ChangeType (System.Object value, System.Type conversionType) [0x00007] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Core.Configuration.DynamicConfigFile.ConvertValue (System.Object value, System.Type destinationType) [0x00008] in D:\a\Carbon\Carbon\Carbon.Core\Carbon.Components\Carbon.Common\src\Oxide\Configuration\DynamicConfigFile.cs:194 at Oxide.Core.Configuration.DynamicConfigFile.ConvertValue[T] (System.Object value) [0x00000] in D:\a\Carbon\Carbon\Carbon.Core\Carbon.Components\Carbon.Common\src\Oxide\Configuration\DynamicConfigFile.cs:222 at Oxide.Core.Configuration.DynamicConfigFile.Get[T] (System.String[] path) [0x00000] in D:\a\Carbon\Carbon\Carbon.Core\Carbon.Components\Carbon.Common\src\Oxide\Configuration\DynamicConfigFile.cs:249 at Oxide.Plugins.Notify.UpdateConfigValues () [0x001b1] in D:\AMPDatastore\Instances\RustMainServer01\rust\258550\carbon\plugins\Notify.cs:489 at Oxide.Plugins.Notify.LoadConfig () [0x0003b] in D:\AMPDatastore\Instances\RustMainServer01\rust\258550\carbon\plugins\Notify.cs:441
  21. dustyhansen

    Carbon Support

    This doesn't appear to run in Carbon. The plugin seems to compile, but when it goes to run after startup I get this error: [ReloadAfterStartup] Reloading 1/1 Timer of 10s has failed in 'ReloadAfterStartup v1.0.2 by Krungh Crow' [callback] (Value cannot be null. Parameter name: key) Timer of 10s has failed in 'ReloadAfterStartup v1.0.2 by Krungh Crow' [callback] (Value cannot be null. Parameter name: key) at int System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.FindEntry(string key) at bool System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.ContainsKey(string key) at void Carbon.Base.BaseProcessor.Remove(string id) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 176 at void Carbon.Base.BaseProcessor.Prepare(string id, string file) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 166 at void Oxide.Core.OxideMod.LoadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 103 at void Oxide.Core.OxideMod.ReloadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 108 at void Oxide.Plugins.ReloadAfterStartup.ReloadStateMachine(List<string> pluginsToReload, float timeBetween)+() => { } in D:/AMPDatastore/Instances/RustMainServer01/rust/258550/carbon/plugins/ReloadAfterStartup.cs:line 147 at Timer Oxide.Plugins.Timers.Repeat(float time, int times, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 111 at int System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.FindEntry(string key) at bool System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.ContainsKey(string key) at void Carbon.Base.BaseProcessor.Remove(string id) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 176 at void Carbon.Base.BaseProcessor.Prepare(string id, string file) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 166 at void Oxide.Core.OxideMod.LoadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 103 at void Oxide.Core.OxideMod.ReloadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 108 at void Oxide.Plugins.ReloadAfterStartup.ReloadStateMachine(List<string> pluginsToReload, float timeBetween)+() => { } in D:/AMPDatastore/Instances/RustMainServer01/rust/258550/carbon/plugins/ReloadAfterStartup.cs:line 147 at Timer Oxide.Plugins.Timers.Repeat(float time, int times, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 111 Timer of 10s has failed in 'ReloadAfterStartup v1.0.2 by Krungh Crow' [callback] (Value cannot be null. Parameter name: key) at int System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.FindEntry(string key) at bool System.Collections.Generic.Dictionary<string, Carbon.Contracts.IBaseProcessor+IProcess>.ContainsKey(string key) at void Carbon.Base.BaseProcessor.Remove(string id) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 176 at void Carbon.Base.BaseProcessor.Prepare(string id, string file) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Base/BaseProcessor.cs:line 166 at void Oxide.Core.OxideMod.LoadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 103 at void Oxide.Core.OxideMod.ReloadPlugin(string name) in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/OxideMod.cs:line 108 at void Oxide.Plugins.ReloadAfterStartup.ReloadStateMachine(List<string> pluginsToReload, float timeBetween)+() => { } in D:/AMPDatastore/Instances/RustMainServer01/rust/258550/carbon/plugins/ReloadAfterStartup.cs:line 147 at Timer Oxide.Plugins.Timers.Repeat(float time, int times, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 111 09:09:28 You've successfully pasted the structure
  22. @cameronI have the same error: Failed compiling 'D:\AMPDatastore\Instances\RustMainServer01\rust\258550\carbon\plugins\DroneTaxi.cs': 1. The type or namespace name 'Timer' does not exist in the namespace 'Oxide.Core.Libraries' (are you missing an assembly reference?) [CS0234] (DroneTaxi 44 line 19) 1. The type or namespace name 'Timer' does not exist in the namespace 'Oxide.Core.Libraries' (are you missing an assembly reference?) [CS0234] (DroneTaxi 44 line 19)
  23. dustyhansen

    Carbon Support

    This plugin does not run on Carbon. I was wondering if you would be willing to update it so that it did work? Here is the console error: 06/08 08:54:25 | Failed compiling 'D:\AMPDatastore\Instances\RustMainServer01\rust\258550\carbon\plugins\IlluminatedSupplyDrop.cs': 06/08 08:54:25 | 1. 'uint' does not contain a definition for 'Key' and no accessible extension method 'Key' accepting a first argument of type 'uint' could be found (are you missing a using directive or an assembly reference?) [CS1061] (IlluminatedSupplyDrop 58 line 96)
  24. dustyhansen

    Upgrade Problem

    I had a base that was made out of stone, metal, and high quality metal. We wanted to upgrade the stone to metal since we couldn't find it in the honeycomb. When I chose the upgrade option to metal, it upgraded the stone to metal, but downgraded all of the HQM to twig, even though I have downgrades disabled.
  25. dustyhansen

    UItemSort

    @ItsTangerineany chance of adding inventory sorting without having to be looking in a container? It would be nice to just hit tab and be able to sort your inventory at any time. I was a little disappointed that this was not possible. Also, any chance of adding backpack sorting?
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.4k

Files Sold

Total number of files sold.

2.6m

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.