Is there a way you can have the cooldowns countdown in real-time while being viewed in the GUI?
Also, on lines 736 & 747 you need to change the fulltransparent.tga location.
The current file path location no longer exists there, and hasn't for some time now.
Find: (Line 736)
Change to:Code:new CuiRawImageComponent {Url = img, Sprite = "assets/content/generic textures/fulltransparent.tga" },
Also...Code:new CuiRawImageComponent {Url = img, Sprite = "assets/content/textures/generic/fulltransparent.tga" },
Find: (Line 747)
Change to:Code:new CuiRawImageComponent {Png = img, Sprite = "assets/content/generic textures/fulltransparent.tga" },
This will reduce the console spam issue shown below...Code:new CuiRawImageComponent {Png = img, Sprite = "assets/content/textures/generic/fulltransparent.tga" },
![]()
Rust-Kits
Moved
Total Downloads: 70,199 - First Release: Oct 21, 2014 - Last Update: Jun 7, 2018
- 4.96216/5, 185 likes
-
nice @Absolut now the possibilities are a lot !!!
This can be a nice design for the kits, just dont mind the "ADD/AGREGAR" button, that players dont see it. (REMOVE Kit, is another button that players dont see) -
Thanks for the generic textures.. I don't know how I have overlooked fixing that for this long.
Regards. -
Glad I could help - Here's another one...
Is there a way to display all kits to everyone, even if they don't have permission to use them, in the GUI menu?
I want people to see that there are other kits out there that they can obtain by other means.
Maybe like gray out the kit's box, disabling the buttons to show that it exists. -
-
Is there anyway to make items spawned in with autokits to go in specific places? i.e. after console kill, you respawn with building plan in slot 5 of hot bar, and hammer in slot 6?
Thanks -
I keep getting this error: [BUNDLE] Not found: assets/content/generic textures/fulltransparent.tga
-
-
-
[DOUBLEPOST=1488382121][/DOUBLEPOST] -
-
Any way to set the autokit to be once per wipe? Normally I'd just use max 1 and clear kits_data at the beginning of a new wipe, but it doesn't seem to restrict it.
-
the Slot ordering for the items will be a very nice feature, very needed but not mainly. I think... Maybe the Kit plugin would be better to split in KITS as the Old plugin and a new ABSOLUT-KITS, because you are doing this in a new way with the perspective of the admins/players that realy makes a difference. And If you plan to add more features changing the data writting of the plugin will be the best for those that want not to improve, just update and nothing more. -
-
As per the OLD "autokit" that functionality has not changed at all.
In the revision to "AutoKits" i will add the RedeemKit check which looks for if uses are available, etc. That way if you want to set a limit of 1, you can do that and if an admin wants it to be unlimited they can do that. -
You're doing a great job man! Keep up the wonderful work!
-
You must change the UIColors in the UIColors dictionary -
Sombody is getting the error that show some Strings without the correct translation ?
For example: "Kit redeemed!" is showing as "KitRedeemed"
or "Uses: XXX" is showing "KitUses"