Jump to content

Death

Administrator
  • Posts

    1,480
  • Joined

  • Days Won

    134

Everything posted by Death

  1. Death

    negativer Saldo

    Changed Status from Pending to Closed
  2. Changed Status from Pending to Not a Bug
  3. Please download the dependency ImageLibrary. You can find this above the file's main description under Depends On.
  4. Death

    Quarry Levels

    That goes against the simplicity of the plugin, but I've already compromised by adding credit cost option so it's something I'll certainly consider in a future update.
  5. Death

    Quarry Levels

    You will need another plugin to spawn oil craters. While this is a planned feature, it's not implemented yet. The error you posted above is from not having ImageLibrary installed, or an older version. @iDodger24
  6. It'll be announced here soon. We're still getting all the submissions ready to go live.
  7. I see this is solved, but is this a temporary solution? If so, you could just ent kill the NPC or block it with a prefab.
  8. @bmgjet I'm curious if you could intercept the client command to access the map, and display a custom one instead.
  9. Death

    Needs HTML Color

    Here's the method I use to accept either an RGBA or hex while still allowing an opacity to be specified. public static string Color(string hexColor, float alpha) { if (hexColor.StartsWith("#")) hexColor = hexColor.Substring(1); int red = int.Parse(hexColor.Substring(0, 2), NumberStyles.AllowHexSpecifier); int green = int.Parse(hexColor.Substring(2, 2), NumberStyles.AllowHexSpecifier); int blue = int.Parse(hexColor.Substring(4, 2), NumberStyles.AllowHexSpecifier); return $"{(double)red / 255} {(double)green / 255} {(double)blue / 255} {alpha}"; }
  10. Go here for support for this plugin https://codefling.com/plugins/coxygenui?tab=comments
  11. Death

    buy the plugins

    Hey, currently the UI is similar to another variant which is causing issues. We're still waiting for changes from the author.
  12. That's cursed
  13. Don't forget to check out https://codefling.com/buildings also.
  14. Sorted. You now have access to download these files.
  15. Death

    hotbar items duplicate

    Changed Status from Closed to Pending
  16. Changed Status from Closed to Pending
  17. We're excited to announce that voting for our first-ever custom monument compeitition has now started! We invite everyone to vote for your favorite submissions, the winner will be released here for free! Vote now: https://codefling.com/vote/
  18. Join us as we dive into our picks for our first-ever Creator Spotlight where we highlight some of our favorite creations by our content creators every few months! If you haven't already, be sure to subscribe to our channel so you don't miss out on future spotlights.
  19. Death

    dupe problem

    Thanks for the video. This will be sorted asap!
  20. Make sure it's a .zip and not a .rar
  21. Death

    Few issues

    There's a config option for #2 and #3. Could you explain the dupe bug?
  22. If you don't center that label I'll personally smack the shit out of you.
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.6k

Files Sold

Total number of files sold.

2.8m

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.