Jump to content

Kobani

Member
  • Posts

    1,163
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Kobani

  1. I am with Gportel, I will contact my hoster about this. As soon as I know more I'll let you know.
  2. When I restart the server abruptly, the "Custom Zones" folder is deleted from the directory. I have no idea why. do you have any ideas?
  3. Kobani

    Foundation Limit

    The foundation limit should also apply to individual buildings, not just the total team size. Otherwise, teams with multiple players could build massive bases with 500 foundations or more, which is not the goal. My concern is that not only individual players but entire buildings should be limited in size. Huge structures make little sense in PvE mode and unnecessarily burden client-side system performance. Do you understand my point?
  4. Kobani

    Foundation Limit

    Hello @AhigaO, I really appreciate your plugin; however, there is a way for players to bypass the foundation limit when playing together—regardless of whether they are on the same team or not. For example, if a player reaches the foundation limit of 100, they can no longer build. However, another player, playing with them, can place an additional 100foundations on the same building, bringing the total to 200. It doesn't matter if there is a Tool Cupboard (TC) or not, nor if the players are on the same team. I would like to prevent this bypass. I would like the foundation limit to be applied both per player and per building. This way, another player wouldn’t be able to bypass the foundation limit that a teammate has already reached. Could you please add this functionality? I would be very grateful. Thank you in advance for your support!
  5. Kobani

    Horse Lock

    Thank you for the information. I wish you a pleasant time in Egypt and a relaxing vacation.
  6. Kobani

    Skinner

    I had already asked something similar and was told 4 weeks ago that it would be added in 2 weeks at the latest, but unfortunately it has not yet been implemented.
  7. Kobani

    Spam my Console

    I will keep an eye on it and inform you as soon as I identify a pattern.
  8. A big thank you for the quick and professional fix! Everything is now working perfectly. I really appreciate the great support and the fast repair — not just this time, but also for all the recent updates and bug fixes I've found. I'll do my best not to discover any more bugs now…!
  9. I thought so too, Very informative. This is a sure way to find errors faster... Everything is going great here.
  10. Kobani

    Monument Owner

    ^^ I was just about to ask that too. I'm also in favor of it.
  11. If you switch between the Tool Cupboard (TC) / Hazmat Suit and another item twice, a message appears in the console. This message then appears every time someone skins the TC or Hazmat Suit again. I hope this makes it clearer. Sorry!
  12. @LAGZYA I hope I'm not being a bother, but I would like to report another issue that occurs in the console. This error happens when I try to change the skins of items, particularly when switching between the Tool Cupboard (TC) or the Hazmat set and other skins. The error appears when I try to re-skin these items one after the other. To make the process clearer, I've attached a video that illustrates the error and the sequence of events in more detail. http://kobani.de/RUST 2025.02.11 - 08.50.26.02.mp4 I hope this information helps to narrow down the issue. Failed to call hook 'ConsoleCommand' on plugin 'LSkins v2.1.5' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.LSkins.ConsoleCommand (ConsoleSystem+Arg arg) [0x0050e] in <c084083a99734cbba1f89cc6a2c9a491>:0 at Oxide.Plugins.LSkins.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002d2] in <c084083a99734cbba1f89cc6a2c9a491>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d646191a355d43a6b3ab36b7ee14c740>:0
  13. Kobani

    Building Sites

    I completely agree. It’s about time Facepunch moves away from the Unity engine and adopts a more advanced solution. The constant texture reloading is far from ideal. That being said, Adem’s plugins are truly outstanding.
  14. @LAGZYA I have encountered an issue with wallpapers that allows them to be duplicated for free. This creates an unintended exploit that could impact the game balance. Please find attached a video demonstrating the issue. Could you please investigate and provide a fix for this? Thank you for your time and support. http://www.kobani.de/RUST 2025.02.09 - 17.50.54.01.mp4
  15. I would like to suggest an enhancement for the event system: the ability to disable events when a specified number of active players on the server is exceeded and automatically re-enable them when the player count falls below this threshold. This feature would allow for better control over event occurrences based on server activity, ensuring an optimal balance between gameplay dynamics and server performance. A configurable option to set the player limit would make this functionality adaptable to different server needs. I appreciate your consideration and look forward to your feedback on the feasibility of this implementation.
  16. Kobani

    No longer works since the wipe

    Before the wipe it worked for months, after the wipe it no longer works.
  17. Kobani

    Horse Lock

    Can anyone else confirm the error?
  18. Kobani

    LSkins

    Please check the Data folder. A new folder named LSystem has been created. I'm not sure if this was intentional. Unload the plugin, move the LSkins folder from the Data folder into the LSystem folder, then reload the plugin. Your skins should be visible again. I assume this change might be reverted in the future. If that happens, simply move the folder back.
  19. Kobani

    Horse Lock

    Posted in the support area.
  20. Kobani

    No longer works since the wipe

    The plugin is loaded, but when you sit on a horse, nothing happens and there are no error messages. Can you please check this? I suspect this is because Facepunch has changed the horses. HorseLock.json
  21. Kobani

    Horse Lock

    @ZEODE The plugin is loaded, but when you sit on a horse, nothing happens and there are no error messages. Can you please check this?
  22. Kobani

    Better Deployables

    Hello I need something like this could you add it? once right side and once left side, so that you can call the desired one? Then I buy. Or an independent plugin.
  23. If the setting "Run toggle command when clicking on button" is set to true, the button (menu) with the command "cb_toggle" stops working, but every other button that has "onCmdHide" set to false or null will still open and close buttons that have "onCmdHide" set to true. Could you please fix this issue? set the config like this "Run toggle command when clicking on button": true, and use the data here, then you know what I mean { "menu": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "-60 340", "OffsetMax": "60 370", "text": "cb_toggle button", "panelColor": "0 0 0 1", "panelChatCmd": "cb_toggle", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "false" }, "Button001": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "-180 480", "OffsetMax": "-60 510", "text": "Button 001", "panelColor": "0 0 0 1", "panelChatCmd": "command1", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "false" }, "Button002": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "-180 380", "OffsetMax": "-60 410", "text": "Button 002", "panelColor": "0 0 0 1", "panelChatCmd": "command2", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "false" }, "Button003": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "60 480", "OffsetMax": "180 510", "text": "Button 003", "panelColor": "0 0 0 1", "panelChatCmd": "command3", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "true" }, "Button004": { "uiType": "Overlay", "panelType": "button", "OffsetMin": "60 380", "OffsetMax": "180 410", "text": "Button 004", "panelColor": "0 0 0 1", "panelChatCmd": "command4", "imageUrl": null, "imgAnchorMin": null, "imgAnchorMax": null, "onCmdHide": "true" } }
  24. Kobani

    LSkins

    I've been using this plugin for two years on my server and am overall very satisfied with it. The system is easy to use, and the user interface provides a perfect mix of appealing design and thoughtful functionality. My players are also thrilled and frequently use the system. During the initial setup, it can take some time to load and cache all the skins, especially for custom ones. However, official skins are displayed much faster. Once the initial load is completed, skins are shown without noticeable delay, even after a server wipe. To keep loading times manageable, I recommend limiting the number of custom skins. One of the standout features of this plugin is the well-organized structure of skin data. A separate file is created for each skinnable item, which provides excellent clarity and organization. This feature sets the plugin apart from other skin box systems I’ve tested in the past. If you are looking for a powerful and user-friendly skin system, this plugin is definitely the BEST choice. 10 stars
1.9m

Downloads

Total number of downloads.

8.7k

Customers

Total customers served.

130.2k

Files Sold

Total number of files sold.

2.7m

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.