Jump to content

Death

Administrator
  • Posts

    1,276
  • Joined

Everything posted by Death

  1. You can already do this with the premium license option, however, there's currently no way to separate the files. Alternatively, you can just upload the unlocked version as its own file. (Or just use the premium license option.)
  2. We have an incredible lineup of content to spice up your servers for Halloween this year with custom maps, prefabs, and plugins! You can check out the complete list (If we forgot anything, let us know) at https://codefling.com/tags/halloween/! We've also hand-picked a few files to feature until the end of October. You can check those out on our home page! Giveaway We're currently giving away a $100 Gift Card over on our Discord server to help improve our social media presence. Head on over and check it out! We'll be adding an additional gift card per 100 entries to increase the odds. 🙂 https://discord.gg/codefling (or type "codefling" as the invite URL) In Case You Missed it Check out our Creator Spotlight where we highlight some of our favorite files available on Codefling! We'll have a new spotlight out every few months.
  3. Death

    quarry levels

    Changed Status from Pending to Work in Progress
  4. Death

    quarry levels

    Hmm, have you tried increasing the production if everything else to balance it out? I'll include better config option for production rates in a future update.
  5. 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. 🙂
  6. 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
  7. Death

    Trading Platform

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

    Clans missing

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

    Quarry restart problem

    Changed Status from Pending to Not a Bug
  12. 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.
  13. Death

    negativer Saldo

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

Downloads

Total number of downloads.

8k

Customers

Total customers served.

121.3k

Files Sold

Total number of files sold.

2.5m

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.