Jump to content

Death

Administrator
  • Posts

    1,597
  • Joined

  • Days Won

    137

Everything posted by Death

  1. 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.
  2. 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.
  3. 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
  4. Death

    Trading Platform

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

    Clans missing

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

    Quarry restart problem

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

    negativer Saldo

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

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

139.5k

Files Sold

Total number of files sold.

2.9m

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.