Jump to content

Kobani

Member
  • Posts

    1,288
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Kobani

  1. 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.
  2. Kobani

    Spam my Console

    I will keep an eye on it and inform you as soon as I identify a pattern.
  3. 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…!
  4. I thought so too, Very informative. This is a sure way to find errors faster... Everything is going great here.
  5. Kobani

    Monument Owner

    ^^ I was just about to ask that too. I'm also in favor of it.
  6. 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!
  7. @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
  8. 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.
  9. @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
  10. 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.
  11. Kobani

    No longer works since the wipe

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

    Horse Lock

    Can anyone else confirm the error?
  13. 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.
  14. Kobani

    Horse Lock

    Posted in the support area.
  15. 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
  16. 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?
  17. 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.
  18. 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" } }
  19. 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
  20. Are you getting closer to the problem? Or do I still have to be patient?
  21. Kobani

    LSkins

    I was able to solve the problem with the long waiting times - it was because too many custom skins had accumulated in the meantime. @LAGZYA I have another question: a few weeks ago I asked if it was possible to add the new wallpapers and I was told that this would be implemented with the next update. Since then, two updates have been released, but the issue has not yet been implemented. I would appreciate it if this feature could be added soon. I also noticed that vending machines cannot be skinned directly. Could you please check this? And some of the skins, in the allowed skins, are not displayed, such as skins for pants, hoodies, big boxes and others, the missing ones are always at the bottom of the lists. The plugin and image library have been completely reset and only the approved skins are active. Yes, I deleted the data beforehand. I would be grateful if you could take a look at this too.
  22. Kobani

    Skinner

    @ShadoW6 I understand what you mean, and I agree—I’m not a fan of P2W servers either. However, "VIP” was just an example of a group name. We primarily run a PvE server, and no one can purchase anything for real money here. In the skin plugin I’m currently using, I was able to manually add permissions for groups and players in the configuration file. For example: skins.coadmin, skins.support, etc., and assign specific IDs exclusively to those groups. That’s why I thought I’d ask if you could consider adding this functionality to your plugin. I wanted to replace my old plugin with yours because I really like it—I even purchased it specifically for this reason. If it’s not possible, I’ll have to accept that. I apologize if my question caused any inconvenience.
  23. Kobani

    Skinner

    Could you add the possibility that only ViP's and other selected groups have access to certain skins?
  24. Kobani

    Skinner

    That works wonderfully. I should have read the description more slowly.
2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.4k

Files Sold

Total number of files sold.

3.1m

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.