-
Posts
1,514 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by dustyhansen
-
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?
-
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?
-
-
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?
-
- 99 comments
-
- #panel
- #infopanel
- (and 4 more)
-
Thanks
-
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.
-
I figured it out. I had to change the colors in the data file, not just the config file.
-
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?
-
This seems to have worked, thanks!
-
@Meyverickany chance on getting this updated?
-
@cameron any chance on getting this updated?
-
- 33 comments
-
- 33 comments
-
- 14 comments
-
- #console
- #spam cleaner
- (and 9 more)
-
@Meyverickjust wanted to make sure you saw this
-
Yes, I am running the most recent version.
-
Here ya go. Notify.json
-
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
-
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
-
@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)
-
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)
-
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.