Jump to content

Khan

Creator
  • Posts

    784
  • Joined

Everything posted by Khan

  1. Khan

    server lag

    Yes, a new plugin is coming as an add-on for stack modifier. I'm currently waiting for codeflings beta website features to come out, in order to release it.
  2. Khan

    server lag

    Changed Status from Pending to Fixed Changed Fixed In to 2.8.6
  3. Khan

    server lag

    The problems were coming from Industrial Conveyor's / Hoppers. I've removed support for them for now, shouldn't be an issue with latest release that I just pushed, 2.8.6
  4. Changed Status from Pending to Fixed Changed Fixed In to 2.8.6
  5. The problems were coming from Industrial Conveyor's / Hoppers. I've removed support for them for now, shouldn't be an issue with latest release that I just pushed, 2.8.6
  6. Changed Status from Pending to Fixed Changed Fixed In to 2.8.6
  7. 2.8.2 was removed due to missing required code checks to work properly. Also, stack-modifier does not use that hook of which your complaining about "Ryuu". In-fact that spam is from those plugin even in your own post. Please refrain from commenting on someone else's support thread. I'm actively working with this user in discord dm's for the last hour.
  8. Khan

    error while compiling.

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.3
  9. Khan

    error when compiling

    Changed Status from Pending to Fixed Changed Fixed In to 1.0.3
  10. Khan

    Performance problem

    Changed Status from Not a Bug to Fixed Changed Fixed In to 2.8.5
  11. Khan

    Performance problem

    After analyzing Carbon’s profiler, I identified that the performance issues were originating from the Industrial Crafter patch I implemented. Due to its frequent execution—especially with players actively using workbenches—it had a significantly greater impact compared to Industrial Conveyors, leading to performance conflicts between the two. I’ve since optimized the patch and resolved the performance hit it was causing.
  12. Khan

    Discord Wipe Embed

    @RickySpanish343 Sure, when I get the chance.
  13. Khan

    Performance problem

    Again, that is not current real-time usage—it’s a cumulative total over time. The Performance Monitor plugin is misleading you by not presenting the data accurately.
  14. Khan

    Performance problem

    Industrial Conveyors and the Industrial Crafter use the CanStackItem hook, so if your server has a large number of them, they may contribute to performance usage. This implementation was necessary to fix various bugs related to custom items within the industrial system. Additionally, CanStackItem is called every time items are placed into containers to ensure proper stacking, which naturally adds to the total hook time. Version 2.8.2 contained a leftover debug check that unintentionally ignored all Industrial Conveyor item movements and loot spawning in containers. This issue was fixed in version 2.8.4, and the affected versions have been removed from download. I strongly recommend updating to the latest release to ensure proper functionality.
  15. Khan

    Performance problem

    Changed Status from Pending to Not a Bug
  16. Khan

    Performance problem

    Stack Modifier itself does not cause lag. Performance Monitor is not an accurate tool for tracking plugin performance, as it is a plugin itself and actually contributes to the lag you’re experiencing by running it. The data it provides is neither correct nor reliable—it simply adds up the total hook time for all Oxide hooks within a plugin without distinguishing which specific hooks contribute to that total. Stack Modifier uses 13 different Oxide hooks, each with its own total hook time, which Performance Monitor fails to display accurately. For example: The CanStack hook may only contribute 130MB to total hook time. Meanwhile, Init and OnServerInitialized may each show 1GB totaling 2Gig simply because they load a lot of data when the plugin starts. These numbers have no meaningful impact on real server performance.
  17. Khan

    Stack Modifier

    @Sephisticate Features like that will be added directly to stack-modifier with an addon, sometime next month. It requires me to build a whole other plugin to work with stack modifier to handle the logic correctly.
  18. Khan

    NoEscape

    That's what direct messages on Codefling are for. I’d prefer not to receive random DMs about code from the discussion thread, especially if/when it doesn’t work.
  19. Khan

    NoEscape

    @mainloot This won't work because if players keep attacking, the MonoBehaviours will keep resetting the timer. Your implementation doesn’t account for this or provide a way to track when the timer resets, leading to inaccurate and unreliable updates. I understand wanting to help, but please don’t post plugins or code patches for paid works without first contacting the developer or at least opening a support ticket to discuss it.
  20. Khan

    NoEscape

    @Wizz NoEscape uses a custom UI system inside a MonoBehaviour class, meaning it doesn't rely on standard hook calls for updates. Supporting external API requests for status updates would introduce performance issues due to frequent polling or callback overhead. So, unfortunately, that’s not something I plan to add. That said, if you have specific UI display needs or alternative ways you'd like to see status information presented, feel free to share! I'm always open to improving the system.
  21. Khan

    not workin

    There should be an output in console if anything goes wrong when trying to compile / load the plugin. So go look at console & try doing o.load StackModifier If there is any error reports send them here.
  22. Khan

    not workin

    Changed Status from Pending to Not a Bug
  23. Khan

    not workin

    Don't use plugins to download & install stuff, manually download it from the website & manually upload. The API systems in those auto update plugins do not work correctly & won't actually grab the codefling version when a umod version exists.. I can assure you the plugin works as is.
  24. Khan

    issues with other plugin

    Changed Status from Pending to Not a Bug
  25. Khan

    support

    Changed Status from Pending to Not a Bug
1.7m

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.2k

Files Sold

Total number of files sold.

2.5m

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.