Jump to content

Mr01sam

Creator
  • Posts

    1,401
  • Joined

  • Last visited

Everything posted by Mr01sam

  1. Mr01sam

    Quality Crafting

    Looks great, glad it worked!
  2. Mr01sam

    Quality Crafting

    Hi, sorry you're receiving that console spam. Unfortunately I'm not sure why that is happening for you, I have not seen this problem in any plugins I've written. I'm no server admin, so I'm not super familiar with what might be going on. But from my experience those do not look like error messages, those look more like info logs that are printing to your console for some reason. I assume everything else is working besides that console spam? As for the icon, I do have a solution for you! However, you will have to edit two small sections of the code - don't worry I can walk you through it. First of all, make a backup of the plugin incase you make a mistake! Next open up the QualityCrafting.cs file in any text editor, then search the file for the phrase "qc.button.skills" (without the quotes) you should get three results. One of them (probably the first one) you should ignore, the other two will look like this: Line 1255 (subject to change) container.Add(new CuiElement { Parent = $"{HELP_MENU}.return", Components = { new CuiImageComponent { Png = ImageLibrary?.Call<string>("GetImage", $"qc.button.skills"), Color = config.Colors.Text }, new CuiRectTransformComponent { AnchorMin = "0 0", AnchorMax = "1 1", OffsetMin = $"{3} {3}", OffsetMax = $"{-3} {-3}" } } }); Line 3594 (subject to change) container.Add(new CuiElement { Name = SKILLS_MENU_BUTTON, Parent = "Overlay", Components = { new CuiImageComponent { Png = ImageLibrary?.Call<string>("GetImage", "qc.button.skills"), Color = config.Colors.HUDButtonUntoggled }, new CuiRectTransformComponent { AnchorMin = "0 0", AnchorMax = "0 0", OffsetMin = $"{startX} {startY}", OffsetMax = $"{startX+size} {startY+size}" } } }); Now in both sections of the code, see where it says "CuiImageComponent"? What you need to do, in both places, is update that from "CuiImageComponent" to "CuiRawImageComponent". Then remember to save the plugin and see if it loads. If your server was already running you may need to reload your ui (can log out and back in should do it). It should make it so it uses the colors of the original image instead of being overlayed with white. Hope it works! Let me know if you have any questions. Also remember this post so you can refer back to it when I update the plugin!
  3. Mr01sam

    Quality Crafting

    That is very strange I have not seen this... Do you have any other plugins that may be related to items or the player inventory?
  4. Version 3.0.4

    2,740 downloads

    OVERVIEW: This plugin adds a crafting skill system and the ability to craft higher quality items that have special perks to enhance the item. IMPORTANT!!!: This plugin now requires the UiEngineFramework plugin. It has not been published yet, but is available temporarily right here: UiEngineFramework.cs HOW TO INSTALL: Download and install ImageLibrary Download and install UiEngineFramework (link posted above) If you have previously installed Quality Crafting, delete the config and lang files for the plugin before installing v3.0.0. If this is your first time installing this plugin you can skip this step! Download and install this plugin (Quality Crafting) Refer to the documentation for configuration options Enjoy the plugin DOCUMENTATION: Extensive documentation for this plugin can be found IN THIS GOOGLE DOC. I STRONGLY recommend reading it first before installing. LEGACY VERSION: If you don't want to use the latest version of quality crafting you can still download the old version (v2.1.4) here: Quality Crafting v2.1.4 The legacy version is available AS IS and will not receive additional updates.
    Free
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.7k

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.