Jump to content

Rainey

Creator
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Rainey

  1. Rainey

    inventory.giveto dont work

    Changed Status from Pending to Closed Changed Fixed In to 1.13.2
  2. Rainey

    inventory.giveto dont work

    Please let me know if you need anything else!
  3. Rainey

    inventory.giveto dont work

    Hey there! Thank you for the support! Try using {player.id} in your command rather than %STEAMID% to target the winning player's ID. I just tried the following on my test server and it successfully deposited the MP5 into my inventory. "Command": "inventory.giveto {player.id} mp5" Let me know if that fixes the issue. Thanks! Rainey
  4. Rainey

    ExtraEvents

    Hello! This should be addressed in 1.13.2, please let me know if you need anything else!
  5. Rainey

    ExtraEvents

    Hey there! Thank you so much for the support! I did some testing and the timer that shows on the UI Leaderboard does seem to max out at an hour, although the event itself can last longer-the displayed timer just restarts to 59m 59s once it completes the countdown. Sorry about that! I will make some adjustments to the math that displays that timer and will push out an update soon. Thank you for letting me know and please let me know if you come across any other issues!
  6. Rainey

    ExtraEvents

    Hey! Yup, you can move the Image and Leaderboard UI elements by adjusting the Image Anchors Min (x y), Image Anchors Max (x y), UI Anchors Min (x y) and UI Anchor Max (x y) values in the config file. Here are some values that should move the UI to the top-right of the screen for you. I know it can be a bit confusing but it allows for the most customization for server owners. If you have trouble please send me a DM with your config file and I can make the adjustments for you. EVENTS "Event Image(s)": [ { "Enable Image": true, "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg", "Image Transparency (0.0 - 100.0)": 75.0, "Image Anchors Min (x y)": "0.955 0.9", "Image Anchors Max (x y)": "0.985 0.95" } ], "Event Leaderboard": { "Enable Leaderboard UI": true, "UI Anchors Min (x y)": "0.8375 0.7", "UI Anchors Max (x y)": "0.985 0.9", "UI Background Color (r g b a)": "255 255 255 0.2", "UI Text Color (r g b a)": "255 255 255 1.0", "UI Text Outline Color (r g b a)": "0 0 0 0.25", "UI Text Alignment (left, right, center)": "center", "UI Player List Text Alignment (left, right, center)": "center", "UI Pending Participation Message": "No one has played... yet." }, ADDITIONAL EVENTS "Event Image(s)": [ { "Enable Image": true, "Image URL": "https://avatars.cloudflare.steamstatic.com/9df6fd69fc80ebe9387bb7a58ff4ee01d092af11_full.jpg", "Image Transparency (0.0 - 100.0)": 75.0, "Image Anchors Min (x y)": "0.955 0.9", "Image Anchors Max (x y)": "0.985 0.95" } ], "Event UI": { "Enable UI": true, "UI Anchors Min (x y)": "0.8375 0.7", "UI Anchors Max (x y)": "0.985 0.9", "UI Background Color (r g b a)": "255 255 255 0.2", "UI Text Color (r g b a)": "255 255 255 1.0", "UI Text Outline Color (r g b a)": "0 0 0 0.25", "UI Text Alignment (left, right, center)": "center" },
  7. Rainey

    Not working anymore

    @Papi Rusty This should be fixed in v1.1.2, please let me know if there are any other issues. Thanks again!
  8. Rainey

    Not working anymore

    Changed Status from Pending to Fixed Changed Fixed In to 1.1.2
  9. Rainey

    Not working anymore

    Sorry for the delay. I did some testing and found what Facepunch updated, I have a new version working that I'm finalizing and should have released tomorrow morning. Thanks again for letting me know about this!
  10. Rainey

    ExtraEvents

    Yup! You can move the UI for each event by adjusting the "UI Anchors Min (x y)" & "UI Anchors Max (x y)" configurations within the Event Leaderboard section of each event (below). If you DM me a screenshot of the conflicting UI elements I can send you some coordinates that should help. "Event Leaderboard": { "Enable Leaderboard UI": true, "UI Anchors Min (x y)": "0.695 0.025", "UI Anchors Max (x y)": "0.83 0.1975", "UI Background Color (r g b a)": "255 255 255 0.2", "UI Text Color (r g b a)": "255 255 255 1.0", "UI Text Outline Color (r g b a)": "0 0 0 0.25", "UI Text Alignment (left, right, center)": "center", "UI Player List Text Alignment (left, right, center)": "center", "UI Pending Participation Message": "No one has played... yet." },
  11. Rainey

    Not working anymore

    Hey there! Thanks for letting me know, I'll look into it and let you know what I find; should be an easy fix. Thanks! Rainey
  12. Rainey

    ExtraEvents

    Not currently, but that's a good point! I'll work on an update where you can include metal detecting. Thanks for the suggestion!
  13. I've added all of the available fish to the FishingFrenzy event, please let me know if you continue to have any problems! Thank you for the support!
  14. Changed Status from Pending to Fixed Changed Fixed In to 1.13.0
  15. Rainey

    Stack Modifier Support

    This has been fixed in V1.13.0, please let me know if you continue to have issues. Thank you for the support!
  16. Rainey

    Stack Modifier Support

    Changed Status from Pending to Fixed Changed Fixed In to 1.13.0
  17. Rainey

    2 "scrap" currencies

    This has been fixed in V1.13.0, please let me know if you continue to have issues. Thank you for the support!
  18. Rainey

    2 "scrap" currencies

    Changed Status from Pending to Fixed Changed Fixed In from 1.12.2 to 1.13.0
  19. Rainey

    Stack Modifier Support

    Hello, thank you for your support! I am aware of this and am working on an update that will allow you to decide if the item name should be changed when deposited into player inventories, here is the previous support request where I go into more detail: https://codefling.com/files/support/22957-2-scrap-currencies/ I am finalizing some additional features and will have the update released within the next couple days. Sorry for the inconvenience, you can revert back to V1.12.0 in the meantime as the item name in player inventories is not affected in that version.
  20. There may not be all available fish entities in the default Entities List as Facepunch continues to add new entities, but if you add "fish.catfish" into the Entities List for the FishingFrenzy event it should count them as well. It looks like these are the fish I did not include in the default list, you can add these to the Event Entities to count them. Let me know if this helps! "fish.troutsmall", "fish.catfish", "fish.salmon", "fish.orangeroughy"
  21. Hey there! So I did some testing and was able to get Raw Bear Meat to count points in the event when using it to catch fish; what I realized is that it wasn't counting points for the Small Trout because "fish.troutsmall" isn't in the Event Entities list for the FishingFrenzy event. Can you try and add that into the Event Entities list and see if that helps? Thanks! Rainey
  22. Hey there! Thank you for your support! I'm sorry you're having issues with this. I will do some testing today and figure out what's going on, I never thought of testing Bear Meat as tackle. I will let you know what I find out shortly.
  23. Rainey

    ExtraEvents

    Normally when the file reverts back to default that means there's a JSON formatting error or something similar, can you please DM me your JSON file (translated) and I will take a look. Thanks!
  24. Rainey

    2 "scrap" currencies

    Thank you for being flexible. I've already started adding an additional configuration to let server owners determine if the item should be renamed when deposited into an inventory, I'm working on a couple additional features and then can release it hopefully within a week or so. Thank you again!
  25. Rainey

    2 "scrap" currencies

    Changed Pending to 1.12.2
2.2m

Downloads

Total number of downloads.

10.1k

Customers

Total customers served.

146.7k

Files Sold

Total number of files sold.

3.1m

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.