Jump to content

imthenewguy

Curator
  • Posts

    4,567
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. imthenewguy

    SERVER RESTART

    Changed Status from Pending to Gremlins
  2. Yeah that's my bad. I figured out the issue. Will push through a fix shortly.
  3. imthenewguy

    game not finishing

    Should have a fix for it. THink its a disconnect issue.
  4. Add me on discord if you wish: im the new guy#0001
  5. Think I found the solution for this. Will add it to the next release. The event should still end when the timer does though.
  6. imthenewguy

    recover items loop

    Can you send me a copy of the EventHelper data file when this error is happening?
  7. Added to last release
  8. Changed Status from Pending to Closed
  9. Changed Status from Pending to Closed Changed Fixed In to 1.0.3
  10. Added a patch. Will patch InstancedContainers with the same. Will prevent players from using InstancedContainers with Global Storage moving forward.
  11. imthenewguy

    Commands.

    Changed Status from Pending to Closed
  12. Unfortunately not, based on how it has been designed. The cost is a static value. 6 containers isnt a hard limit. The only limit will be the number of squares the player can fit on their screen vertically lol. The VIp perm is fixed at the moment, but I can change this to use custom perms fairly easily. Do you mean display info on the panel itself? The only issue is that the panel would run out of space to display the item costings etc if I added that. I will look at a way to do it.
  13. imthenewguy

    prefabs

    Changed Status from Pending to Closed
  14. imthenewguy

    prefabs

    There is no way to spawn the arenas into the map without using RustEdit unfortunately. I tossed up between building block generated arenas or RustEdit based ones. RustEdit won due to the fact that you can do a lot more with it and its less resource intensive.
  15. May have identified the issue. Will add it to the next release. Was contemplating doing a rewrite of the plugin anyway.
  16. imthenewguy

    language file

    Changed Status from Pending to Closed
  17. imthenewguy

    language file

    IIt doesn't have a lang file unfortunately. I will release the next update with lang
  18. Thank you for the kind words and support. I will add this as a suggestion for my next update
  19. There is config option for this "Currency type to respec [scrap, economics, srp]".
  20. imthenewguy

    CookTime

    Changed Status from Pending to Closed
  21. Changed Status from Pending to Closed Changed Fixed In to 1.1.12
  22. imthenewguy

    CookTime

    I will add a config option that will allow you to disable auto update for the meals. Regardnig adding cooking time, could try something like this: new CuiTextComponent { Text = cookingData.description + "\n" + (cookingData.buffType == BuffType.Permission ? GetPermissionBuffDescription(cookingData.perms) : GetBuffDescription(cookingData.buffType, cookingData.BuffModifier) + "\n" + string.Format(lang.GetMessage("Duration", this, player.UserIDString), cookingData.buff_duration)) + $"\nCooking Time: {cookingData.cookTime} seconds", Font = "robotocondensed-regular.ttf", FontSize = 16, Align = TextAnchor.UpperLeft, Color = "1 1 1 1" }, Can change it to lang of course, but if its only for your server you might as well hard code it.
  23. imthenewguy

    Skirmish

    Will add a config option in next release
  24. I like this idea. Have implemented it
  25. Would not recommend using anything with a button to make it function. May expand the functionality to work with BaseOvens properly in the future though
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.4k

Files Sold

Total number of files sold.

3.2m

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.