-
Posts
93 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Rainey
-
Version 1.2.0
15 downloads
CorpseBoomer is a simple plugin that will spawn a boomer/firework at player positions when they are killed. Join my Discord for support and updates: https://discord.gg/teSffnDQ7N Permissions corpseboomer.firework Default Config { "Enable Console Messages": true, "Prevent Firework when killed by Suicide": false, "Prevent Firework when killed by Teammate": true, "Prevent Firework when killed by NPC": true, "Version": { "Major": 1, "Minor": 2, "Patch": 0 } }$4.99 -
This should be fixed in 1.7.0. 🙂 Please let me know if you need anything else!
-
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Hello! Yes, currently metal nodes give 2 points during OreWar due to OnDispenserBonus being called twice once a metal node is destroyed (once for the metal and once for the HQM). Unfortunately there is no way to fix that via the config at the moment. I plan on releasing an update later this week, I will try to fix this with that release. 🙂
-
I added an option in 1.0.2 to hide the KICKING for InTerrain and FlyHack violation notices. 🙂 Thank you for the suggestion and support!
-
Changed Status from Work in Progress to Closed
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
- 36 comments
-
- 2
-
-
- #roamtasks
- #roam
- (and 12 more)
-
No worries at all! I will add that to the options soon, it's a good suggestion! 🙂 Give me a few days and I'll push a new update.
-
Hello! Terrain and FlyHack violations are working properly on my end. They do throw a warning in console because it tries to show the GameTip to the kicked player, this doesn't affect the GameTips for other players. I will address this in an upcoming release. Or do you mean an option to hide these from showing as GameTips? Thanks! Rainey
-
Congrats everyone! Thank you Death and the other Codefling staff for curating this sale and event!
-
Changed Status from Work in Progress to Closed
-
Awesome! Thank you for letting me know, please let me know if you encounter any more issues. 🙂
-
I just released V1.5.2 which should fix this error, thank you again for letting me know and please let me know if you have any more problems.
-
Changed Status from Pending to Work in Progress
-
Changed Status from Work in Progress to Pending
-
Changed Fixed In to 1.5.2
-
Changed Status from Pending to Work in Progress
-
Try and change line 455 from this: var value = listWithKeys[Random.Range(1, listWithKeys.Count)]; to this: var value = listWithKeys[Random.Range(0, listWithKeys.Count)]; It's getting confused when only 1 event is enabled because the index of that event (0) was less than what the random number generator was starting at (1). Changing the line above should fix the issue. Please let me know how it goes and I will submit an official update. Thank you for letting me know!
-
Can you please send me your config file?
-
🎅🔥
-
Do you mean the industrial conveyer system? I found this article that gives a few admin convars you can try to mess with: https://rust.facepunch.com/news/industrial-update