Jump to content

ninco90

Creator Pro
  • Posts

    677
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by ninco90

  1. ninco90

    BetterTC

    I updated it again, a customer confirmed that their 2 compatibility problems were fixed.
  2. ninco90

    BetterTC

    I have slightly modified the plugin. Can you try if it works well for you? BuildingSkins.cs
  3. ninco90

    BetterTC

    I wouldn't recommend setting it to 1.0 on large bases. Try lowering it to 3.0 or 5.0 per building entity. Upgrading large buildings quickly can overwhelm nearby players' networks and cause errors.
  4. ninco90

    BetterTC

    Do you have the update speed that comes by default or did you set it to be very fast? Can we see a video with this problem?
  5. ninco90

    Craft Panel

    Correct. Craft Panel is nothing more than a "direct access" to the creation of items from other plugins. Although you can also give items from the normal game. You can add as many items as you need. In the plugin I give several options as an example, but you can add more options by configuring the details and command correctly.
  6. ninco90

    Craft Panel

    Hello! What item are you crafting? If it is a custom item, do you have the plugin for said item?
  7. ninco90

    Craft Panel

    Version 1.5.6

    101 downloads

    I present to you Craft Panel, an elegant and simple custom craft panel. Before starting: This mod works mainly with the help of other mods. Basically, the operation consists of configuring the necessary ingredients to obtain an item. Either by command of a third-party mod or a game item. Video The interface is based on three main blocks: List of items to craft. Currently, the maximum be recommended that it be 16 items available. Since there is currently no implemented page (it will come in the future). Central information panel. You can write a more complete title, assign a header image, set the Workbench requirement (whether it needs it or not), and set a description. Ingredients panel. Basically what players will need to craft each item. Complete Configuration: From the configuration, you can adjust the name of the Panel, as well as the colors of the buttons and text. Effect Sounds. We have 3 sounds for Crafting time, page change, etc. You can choose to disable all sounds or manually change it to another. Add new Items easily with the example structure, just duplicate and customize. (Requires a bit of knowledge in mod setup.) Discount for VIPS. Set a permission for VIPS to get a discount that you set. Permissions and Command: As a general rule, for players to have access to / craft, you must set the following permission: craftpanel.use Regardless of that general permission, you must assign the user permissions for each item. Example: craftpanel.rhib.use craftpanel.boat.use craftpanel.supercard.use ... Future improvements: Pagination of Items. (Ready) Make the interface modular, so that only one part is recharged. (Ready) Add Crafting time? Leave me your suggestion for improvement. Finally, as a detail, currently this mod does not use Data file, perhaps in the future with some new feature this will be implemented. Config Example: { "Custom": { "Title": "Craft Panel", "ID Item Default": 1, "Show even if you don't have permissions (you won't be able to craft)": true, "Show button when opening Workbench": true, "Sound Effects": true, "Sound Prefab 1": "assets/prefabs/tools/keycard/effects/swipe.prefab", "Sound Prefab 2": "assets/bundled/prefabs/fx/build/promote_toptier.prefab", "Sound Prefab 3": "assets/prefabs/misc/xmas/presents/effects/wrap.prefab", "Permission Use /craft": "craftpanel.use", "Permission to show the Button in the Workbench": "craftpanel.btnworkbench", "Color Title": "1.00 1.00 1.00 0.43", "Color Button List": "0.3 0.40 0.3 0.60", "Color Title Item": "0.2 0.30 0.2 0.60", "Color Scrollbar": "0.15 0.25 0.15 0.8", "Color Button Craft": "0.80 1.00 0.50 0.10", "Color Background Panel": "0.2 0.23 0.2 0.40", "Color Text VIP": "0.90 0.80 0.04 1.00", "Color Text Amount": "1.00 1.00 1.00 1.00", "Color Text Amount VIP": "0.90 0.80 0.04 1.00", "GUI Button Close - Color": "0.90 0.20 0.20 0.50", "GUI Button Close - Font Size": 20, "GUI Button Close - AnchorMin": "0.45 0.7", "GUI Button Close - AnchorMax": "0.55 0.725", "Img Block Item": "https://img.rustspain.com/craftpanel/block.png" }, "Craft": [ { "ID": 1, "Enabled": true, "Short Name": "Recycler", "Full Name": "Recycler at Home", "Img Full": "https://i.imgur.com/wdVWxDB.jpg", "Img Icon": "https://i.imgur.com/Vgcfs3n.png", "Description": "Make your own recycler to install it on your base. You can collect it by hitting with the hammer.", "Description Font Size": 13, "Craft Result": { "Command (keep empty to create item)": "recycler.give {steamID}", "Shortname": "", "Name Default": false, "Amount": 0, "Skin ID": 0 }, "Permission Use": "craftpanel.recycler.use", "Permission VIP": "craftpanel.recycler.vip", "Permission No Cost": "craftpanel.recycler.nocost", "VIP discount: 10 = 10%": 10, "Require Workbench? 0 = NOT, 1 = Level 1,...": 2, "Items": [ { "Item": "metal.fragments", "Amount": 50000, "Skin ID": 0 }, { "Item": "metal.refined", "Amount": 300, "Skin ID": 0 }, { "Item": "gears", "Amount": 50, "Skin ID": 0 }, { "Item": "fuse", "Amount": 10, "Skin ID": 0 }, { "Item": "techparts", "Amount": 15, "Skin ID": 0 } ] }, { "ID": 2, "Enabled": true, "Short Name": "Mini Helicopter", "Full Name": "Mini Helicopter", "Img Full": "https://i.imgur.com/vnZND1c.jpg", "Img Icon": "https://i.imgur.com/qg9aIGz.png", "Description": "Because having your own Helicopters whenever you want is cool too.nCraft your Helis, put them away and take them out when you need them.", "Description Font Size": 13, "Craft Result": { "Command (keep empty to create item)": "portablevehicles.give {steamID} minicopter", "Shortname": "", "Name Default": false, "Amount": 0, "Skin ID": 0 }, "Permission Use": "craftpanel.miniheli.use", "Permission VIP": "craftpanel.miniheli.vip", "Permission No Cost": "craftpanel.miniheli.nocost", "VIP discount: 10 = 10%": 25, "Require Workbench? 0 = NOT, 1 = Level 1,...": 0, "Items": [ { "Item": "metal.fragments", "Amount": 5000, "Skin ID": 0 }, { "Item": "propanetank", "Amount": 10, "Skin ID": 0 }, { "Item": "gears", "Amount": 10, "Skin ID": 0 }, { "Item": "roadsigns", "Amount": 5, "Skin ID": 0 }, { "Item": "sheetmetal", "Amount": 10, "Skin ID": 0 } ] }, ... ] }
    $15.00
  8. ninco90

    BetterTC

    This add-on will allow your players to upgrade their bases from the closet. The only plugin you can keep is /bgrade if you want to keep the ability for players to directly upgrade to a certain grade. However, for everything else this plugin can cover your needs.
  9. ninco90

    BetterTC

    You can give them the following permission so that they can change skin without consuming resources: bettertc.reskin.nocost I don't understand what you mean by the position of the interface. How do you want to modify it?
  10. I just saw the new update. I would recommend adding individual machine variants. Some buyers may be interested in having a separate model, although with a little experience it can be separated and left as 1. However, the idea is very good.
  11. I just bought it. I really like the idea, I hope to see more variants soon
  12. ninco90

    BetterTC

    If your base is made of wood you can only reskin it to legacy wood. If you have a stone base, then you can reskin it to adobe, bricks or brutalist. This by clicking on the spray can. What do you want to improve from wood to stone with adobe? Then you will have to use the upgrade option.
  13. ninco90

    BetterTC

    By clicking on the spray can?
  14. ninco90

    BetterTC

    The first thing would be to give compatibility to the arrangement of doors, windows and embrasures... At the moment this plugin does not repair the placed items, only the structures.
  15. ninco90

    BetterTC

    Do you use any existing plugin to alert the raid? NoEscape for example? Maybe I can use a Hook that launches the automatic repairer...
  16. ninco90

    BetterTC

    You don't want the button to be reflected on players who don't have permissions, you mean? I have no intention of doing that, as I prefer to show that the option exists so that players can see it and be interested in it. This can benefit VIPS sales.
  17. ninco90

    BetterTC

    It would be great if you tried the latest update and let me know if this no longer happens. Since the problem should be fixed.
  18. ninco90

    BetterTC

    It would be great if you tried the latest update and let me know if this no longer happens. Since the problem should be fixed.
  19. ninco90

    BetterTC

    have you verified the configuration? A new parameter was added in the last update that is to allow both the owner and teammates to improve buildings. Check if all this is correct.
  20. ninco90

    BetterTC

    were you able to solve it? Does everything work well for you now?
  21. ninco90

    BetterTC

    were you able to solve it? Does everything work well for you now?
  22. ninco90

    BetterTC

    Did you have the previous update? In the latest updates, new configuration options were added, check how they are. Since support was added so that teammates can also improve. If not, I would advise you to delete the config and apply the latest update again, so that the configuration is regenerated.
  23. ninco90

    BetterTC

    I have been testing the new update and have not found any problems. Please tell me if you find any problems related to the new option that allows teammates to improve and downgrade buildings. Important if you enable the new option you have to deactivate the previous 2. If you disable everything (the 3 options) anyone can upgrade or downgrade the build (be careful with this!).
  24. ninco90

    BetterTC

    Normally in my plugins I don't usually allow this to be changed. However, if there are more people interested I can add it as an option. If you need it urgently, let me know and I will change it in the code itself.
  25. Hello! I am ninco90, one of the owners of the official RustSpain community. Currently I offer my programming and configuration services for servers and plugins for Rust. More than 5 years creating and managing modified and vanilla servers. I have scheduled events such as Bellum, Streamerland, Rust Wars and the Rust Squid Games (Map and schedule). Additionally, I sell some plugins on this site. If you need to make an idea possible for yourself (privately) or for the public, just contact me and we'll get to work. Important: Depending on the time of year, I have more or less time, since I have time assigned to certain projects. Even so, don't let this be an impediment to contacting me.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.3m
Total downloads
Customers
10.7k
Customers served
Files Sold
154.9k
Marketplace sales
Payments
3.3m
Processed total
×
×
  • 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.