Jump to content

Mals

Moderator
  • Posts

    769
  • Joined

  • Last visited

  • Days Won

    21

Everything posted by Mals

  1. Mals

    Error in Staging

    Heads up there is an error to fix in staging: GridTP.cs 238:50 Argument 1: cannot convert from 'Facepunch.StringView' to 'string' A lot of plugins are throwing this error atm.
  2. Mals

    On Staging FYI

    [Stack Modifier] Default Item's are missing! Notify DEV! Create Support Ticket!: _-1024954624_base.half.shelves_1 _655356057_base.horizontal.barrel_1 _-1695149731_base.single.shelves_1 _2045583965_base.vertical.barrel_1 Mortar Shell_963150711_ammo.mortar.basic_10 Fragmentation Mortar Shell_-486432631_ammo.mortar.fragment_10 Mortar_1459828804_mortar.deployable_1 Accelerated Workbench Upgrade_798382300_workbench.upgrade.accelerated_1 Comfort Workbench Upgrade_-770390391_workbench.upgrade.comfort_1 Defensive Workbench Upgrade_-1953279770_workbench.upgrade.defensive_1 Efficiency Workbench Upgrade_1215602244_workbench.upgrade.efficiency_1 Prototype Workbench Upgrade_-180862419_workbench.upgrade.prototype_1 Range Workbench Upgrade_1470387662_workbench.upgrade.range_1 Recycle Bin Workbench Upgrade_-286541059_workbench.upgrade.recyclebin_1 Reinforced Workbench Upgrade_112268546_workbench.upgrade.reinforced_1 Salvage Workbench Upgrade_-160105346_workbench.upgrade.salvage_1 Surplus Workbench Upgrade_-1536343135_workbench.upgrade.surplus_1
  3. Mals

    Staging Changes for April

    [Stack Modifier] Default Item's are missing! Notify DEV! Create Support Ticket!: Armored Ladder Hatch_607785075_floor.ladder.hatch.toptier_1 Armored Triangle Ladder Hatch_-478923685_floor.triangle.ladder.hatch.toptier_1 Water Wheel_-379403794_generator.water_1 Bunny Costume_1285226495_bunny.suit_1 Rustig├® Egg - Amethyst_-173268138_rustige_egg_h_1
  4. Please correct the plugin for the latest release. Error while compiling F1ItemMenu: Argument 2: cannot convert from 'EncryptedValue<ulong>' to 'BasePlayer' | Line: 434, Pos: 229
  5. Mals

    Lights On

    If you have any issues, concerns or suggestions please let me know on discord, a ticket is good but sometimes I miss the email notices. Thanks!
  6. Mals

    Mini Fridge

    Changed Status from Pending to Fixed Changed Fixed In to Next Version
  7. Mals

    New DLC

    Changed Status from Pending to Fixed Changed Fixed In to Next Version
  8. Mals

    New DLC

    "Alter Unowned Entities": true, That lights up hobo barrels on the map, and other entities not in a circuit. I do it as it makes it atmospheric.
  9. Mals

    New DLC

    I discovered light up frames are not setting the ower id via the API, so my server had this set: "Alter Unowned Entities": true, Thus, it worked on my server. Next time I will test with it off. I have coded the next release to alter them based on the flag, ignoring ownership. Hopefully released today.
  10. Mals

    New DLC

    Tested and not working on my test server with your config, debugging now.
  11. Mals

    Mini Fridge

    "Check Frequency (in seconds)": 300, I'm looking if I can add it to the placed logic too
  12. Mals

    Plugin broken?

    Changed Status from Pending to Cant Reproduce Changed Fixed In to 2.1.17
  13. Mals

    New DLC

    Can you please shoot me the json file from the config folder please? Do you have any other plugins that might affect the frames? I tested on my test server, and production server (with over 150 plugins) and it worked fine (but I only have my plugin that affects the frames).
  14. Mals

    Mini Fridge

    Can you please give this a test? It is not setting them on when places, but are picked up on the sweep. LightsOn.cs
  15. Mals

    Mini Fridge

    Apologies, I just got an email alter on support requests today. It is okay to ping me on discord too. I will work to have a fix today.
  16. Mals

    New DLC

    Sorry I did not get an email on this. It should support the light up signs, just not the one that scrolls open, since that can be toggled, and if it is powered, it is always open. did you set the config item: "Light Up Frames (a-always d-day n-night i-ignore)": "a", I had added: lightupframe_standing_name lightupframe_small lightupframe_large lightupframe_xxl lightupframe_xl
  17. Mals

    Plugin broken?

    Did you grant them: lightson.allowed that is only for admins. You want to allow them to toggle switchable devices: "Player Can Toggle non-lights (true/false)": false,
  18. Mals

    Lights On

    Normally only Admins get full access, to avoid griefing. You can grant them lightson.allowed to allow admin commands. There is a config option too: "Player Can Toggle non-lights (true/false)": false, Assuming the device has that capacity. I am not altering entities to add switches.
  19. Mals

    Staging

    FYI on staging: [Stack Modifier] Default Item's are missing! Notify DEV! Create Support Ticket!: Ammo Component Box_-1593678393_component.box.ammo.large_1 Armor Component Box_1254295946_component.box.armor.large_1 Charcoal Component Box_1884461210_component.box.charcoal.large_1 Clothing Component Box_1736620421_component.box.clothing.large_1 Comps Component Box_-413663149_component.box.comps.large_1 Explosives Component Box_-1998423571_component.box.explosives.large_1 Food Component Box_1023919015_component.box.food.large_1 Guns Component Box_-544295594_component.box.guns.large_1 Meds Component Box_-800824218_component.box.meds.large_1 Metal Component Box_1465782238_component.box.metal.large_1 Ore Component Box_992944937_component.box.ore.large_1 Scrap Component Box_574701440_component.box.scrap.large_1 Stone Component Box_94971664_component.box.stone.large_1 Sulfur Component Box_-10594280_component.box.sulfur.large_1 Tools Component Box_679690962_component.box.tools.large_1 Wood Component Box_1044081720_component.box.wood.large_1
  20. Mals

    Possibly the plugin?

    after further testing it appears it is some other plugin causing issues, and it is coincident we get it on reload of the plugin.
  21. Mals

    Possibly the plugin?

    (20:21:44) | Setting linear velocity of a kinematic body is not supported. (20:21:44) | Setting angular velocity of a kinematic body is not supported. When I unload Airfield event on my friend server this goes away. Otherwise it is a tidal wave of message. also when I do afefast it starts up the spam again. Could you please look into this? -Mal
  22. Mals

    February 2026 update

    JetPack - Failed to compile: 'JetPack.MovableDroppedItem.MaxVelocity()': no suitable method found to override | Line: 986, Pos: 35

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.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
161k
Total sales
Payments
3.5m
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.