Jump to content

Death

Administrator
  • Posts

    1,277
  • Joined

Everything posted by Death

    An awesome change of scenery for Rust. It looks spectacular at night also!
    A very much needed monument to bring life to the otherwise empty oceans!
    The screenshots does not give this monument justice. Very detailed and a joy to explore!
  1. Death

    Quarry Levels

    I'll see if I can't find a meaningful way to implement this. No promises 🙂
  2. Death

    FillingSystem

    @CASHR Some messages waiting when you get a chance. 🙂
  3. Death

    Berries?

    Changed Fixed In to Next Version
  4. Changed Fixed In from 1.0.2 to Next Version
  5. @Bumfuzzler It's set to auto close after so long with no reply. Don't worry though, it'll open itself once the author replies.
  6. Death

    Thunderpoon

    Drag the two items together.
  7. Death

    Item Skinning - Money?

    Yes, it's possible. You could technically use any item and just change its skinid, however, you wouldn't be able to change the description. Notes are often used for physical currency though.
  8. Any plugin you can use to send commands to a player would work. You'd just need to do your own markdown to get the format how you want it. var formattedString = $"<size=30>Welcome to my Server</size>\n\n<color=#000000>Blah...blah...blah</color>\mDiscord: blah": player.SendConsoleCommand($"echo {formattedString}");
  9. Death

    Photofix

    Version 1.0.2

    502 downloads

    This plugin will delete all instances of PhotoEntity that has a null imageData, resolving the rust Photo has no image! or Image entity has no image! Error spam in console. Icon by @SawyerWD
    Free
  10. Death

    Gesture Fix

    Version 1.0.0

    378 downloads

    This plugin will only allow players to use gestures if their hands are empty. This is a temp fix to address the no recoil exploit for Rust.
    Free
  11. Since the original file is unlicensed, I'm unable to send an edited version. However, I can share a snippet of code shared by MJSU sometime ago. It's not tested, so I'm unsure if this makes it any better. The real issue is how the zoom level of maps fluctuates, so accurately calculating grids is a bit touchy now of days. private string GetGridPosition(Vector3 pos) { const float gridCellSize = 146.3f; int maxGridSize = Mathf.FloorToInt(World.Size / gridCellSize) - 1; float halfWorldSize = World.Size / 2f; int xGrid = Mathf.Clamp(Mathf.FloorToInt((pos.x + halfWorldSize) / gridCellSize),0, maxGridSize); int zGrid = Mathf.Clamp(maxGridSize - Mathf.FloorToInt((pos.z + halfWorldSize) / gridCellSize),0, maxGridSize); string extraA = xGrid > 26 ? $"{(char) ('A' + (xGrid / 26 - 1))}" : string.Empty; return $"{extraA}{(char) ('A' + xGrid % 26)}{zGrid.ToString()}"; }
  12. @TenayaMasai That's a different plugin. That's for InstantSmelt which is not one of my plugins. This support section is for SmeltOnGather which I believe is the same thing?
  13. @Bumfuzzler This works with both beds and sleeping bags. I'm also certain it works with beach towels as well as they're treated as a sleeping bag. Hope this helps.
  14. Death

    Tynmadness

    @Maelep It's a base builder/planner called Fortify. It's available on Steam.
  15. @Bumfuzzler For files with renewals, you pay the base price which includes 6 months of updates (or however long the renewal is for.) After it expires, you'll no longer be able to download new updates until the renewal is paid. I hope this answers your questions 🙂
  16. @Bumfuzzler We're working on expanding our API to allow for developers to implement our services in a similar way. Won't be too much longer. 🙂
  17. Death

    Plugin not working

    Changed Status from Closed to Can't Reproduce Changed Fixed In to 1.0.1
  18. Death

    Plugin not working

    Everything seems to be fine on my end. Make sure to grant the permission or disable the permission in the config.
  19. Death

    Full Repair

    @Razor14150 Sorry, I've put this plugin off for so long I have forgotten any prior requests for it. Which commands would you like added? Feel free to suggest any feature additions also and I'll have an update for it shortly.
  20. Version 1.0.3

    1,812 downloads

    Configure the door closer placement and close delay on doors, hatches, gates and garage doors. By default, this plugin fixes the placement on hatches, gates and garage doors as well as increases their shut delay so they don't instantly close after opened.
    Free
  21. You can now see your purchases by clicking Purchases in the navigation bar or by going to https://codefling.com/clients/purchases/
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.