Jump to content

Death

Administrator
  • Posts

    1,987
  • Joined

  • Days Won

    151

Everything posted by Death

  1. If that's the case, please do not share the link to the map download. That falls under redistribution and is a violation of the license. I know it wasn't intentional and just simply pointing it out.
  2. How old is the map? I have an automatic updater for 214 to 215 (Not the latest). Also, I would edit your screenshot to not include the link to the map, especially if it's one you bought. Map Prefab Replacer.zip
  3. Death

    Trading Platform

    @XAVIER your product images are broken btw.
  4. No idea without having a look. Afraid I can't dig that deep at the moment.
  5. VendingManager.cs
    Adding loot to toilets 10/10
  6. Death

    Clans missing

    That's the auto close that happens when no reply is given in a while. @Mevent
  7. Death

    Quarry restart problem

    Changed Status from Pending to Not a Bug
  8. Death

    Quarry restart problem

    Levels are stored using the skin ID of the quarry, so if you're changing that on your end you'll adversely be changing the level of the quarry as well.
  9. Death

    negativer Saldo

    Changed Status from Pending to Closed
  10. Changed Status from Pending to Not a Bug
  11. Please download the dependency ImageLibrary. You can find this above the file's main description under Depends On.
  12. 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.
  13. 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
  14. It'll be announced here soon. We're still getting all the submissions ready to go live.
  15. 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.
  16. @bmgjet I'm curious if you could intercept the client command to access the map, and display a custom one instead.
  17. 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}"; }
  18. Go here for support for this plugin https://codefling.com/plugins/coxygenui?tab=comments
  19. 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.
  20. That's cursed
  21. Don't forget to check out https://codefling.com/buildings also.

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.7m
Total downloads
Customers
11.5k
Customers served
Files Sold
164.8k
Total sales
Payments
3.6m
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.