-
Posts
1,276 -
Joined
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Death
-
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.)
-
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.
-
Changed Status from Pending to Work in Progress
-
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.
-
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. 🙂
-
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
-
- 130 comments
-
No idea without having a look. Afraid I can't dig that deep at the moment. 😞
-
VendingManager.cs
-
That's the auto close that happens when no reply is given in a while. @Mevent
-
Changed Status from Pending to Not a Bug
-
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.
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Not a Bug
-
Please download the dependency ImageLibrary. You can find this above the file's main description under Depends On.
-
- 196 comments
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
- 196 comments
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
It'll be announced here soon. We're still getting all the submissions ready to go live. 🙂
-
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.
-
@bmgjet I'm curious if you could intercept the client command to access the map, and display a custom one instead.
-
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}"; }
-
Go here for support for this plugin https://codefling.com/plugins/coxygenui?tab=comments
-
Hey, currently the UI is similar to another variant which is causing issues. We're still waiting for changes from the author.