Jump to content

Death

Administrator
  • Posts

    1,255
  • Joined

  • Last visited

Everything posted by Death

  1. 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}"; }
  2. Go here for support for this plugin https://codefling.com/plugins/coxygenui?tab=comments
  3. 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.
  4. That's cursed
  5. Don't forget to check out https://codefling.com/buildings also.
  6. Sorted. You now have access to download these files.
  7. Death

    hotbar items duplicate

    Changed Status from Closed to Pending
  8. Changed Status from Closed to Pending
  9. 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/
  10. 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.
  11. Death

    dupe problem

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

    Few issues

    There's a config option for #2 and #3. Could you explain the dupe bug?
  14. If you don't center that label I'll personally smack the shit out of you.
  15. Right, but what if I buy your map, and take out all your custom prefabs to use on my own maps. The only other way you'd be able to charge for the map and prefabs is to do a bundle price, which may not be appealing. I'd rather pay the $40 and use as-is instead of having to pay $100 to have the map and prefabs. Being able to buy the prefabs optionally is best imo. As long as customers know that before-hand of course.
  16. That's the authors choice. If they want to include other paid prefabs they should be able to charge for the prefabs individually. Again, we'll add more options on our end so this is properly displayed on the file's page.
  17. First off, I want to thank you for taking the time to voice your concerns. Due to the nature of digital goods, refunds are not possible without a special exception from the author. Codefling has no involvement in the refund process other than acting on behalf of the author in the event they're away, or inactive. While we do often accept refund requests, having an automated system is both dangerous, and pretty pointless given the criteria for refunds. The only automated method I could think of that would work is allow for a refund if the file hasn't been downloaded. But I've yet to see this be the case yet. As for your specific issue, it's always no permission unless specified by the author. Meaning, you cannot do anything but use as-is unless otherwise specified. I do agree though that this information should be visible before purchasing, so I'll see about adding that as an option on file upload to display on the file page if the author has locked a map and is not planning on sharing the password.
  18. Death

    buy the plugins

    Hey, we're still waiting for changes.
  19. Alright, thanks for the follow up. I'll have a look.
  20. Could you try and reply now?
  21. Thanks for that. I'm not able to reproduce any issues. Is it possible for you to give me step by step instructions or possibly a screen recording? Thank you!
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.