Jump to content

Rainey

Creator
  • Posts

    89
  • Joined

  • Last visited

Everything posted by Rainey

  1. Rainey

    Ore War help

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  2. Rainey

    Ore War help

    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.
  3. Rainey

    Kicking Messages

    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!
  4. Rainey

    Kicking Messages

    Changed Status from Work in Progress to Closed
  5. Rainey

    Kicking Messages

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  6. Rainey

    RoamTasks

    Have to say this developer is amazing! Very attentive to his plugins and support, listen to suggestions, is definitely willing to go the extra mile.
  7. Rainey

    Kicking Messages

    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.
  8. Rainey

    Kicking Messages

    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
  9. Congrats everyone! Thank you Death and the other Codefling staff for curating this sale and event!
  10. Rainey

    orwar never happen

    Changed Status from Work in Progress to Closed
  11. Rainey

    orwar never happen

    Awesome! Thank you for letting me know, please let me know if you encounter any more issues.
  12. Rainey

    orwar never happen

    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.
  13. Rainey

    orwar never happen

    Changed Status from Pending to Work in Progress
  14. Rainey

    orwar never happen

    Changed Status from Work in Progress to Pending
  15. Rainey

    orwar never happen

    Changed Fixed In to 1.5.2
  16. Rainey

    orwar never happen

    Changed Status from Pending to Work in Progress
  17. Rainey

    orwar never happen

    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!
  18. Rainey

    orwar never happen

    Can you please send me your config file?
  19. Rainey

    ExtraEvents

    This has been built into 1.5.0, please let me know if you need any help with the permissions configurations.
  20. Rainey

    rust pipes

    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
  21. Rainey

    ExtraEvents

    Just wanted to let you know that ExtraEvents V1.4.1 is releasing this Wednesday (7/12/2023) with these features (plus a couple other new features) added, thank you for the suggestion and please let me know if you have any troubles with the plugin!
  22. I'm not sure if a plugin exists but in theory it would be fairly simple to make a plugin that logs this Hook; this wouldn't account for logging the damaged base and who owns it, though, which I don't know if that would be possible. I'm sure a better developer can chime in. bool CanHelicopterStrafeTarget(PatrolHelicopterAI entity, BasePlayer target) { Puts("CanHelicopterStrafeTarget works!"); return true; }
  23. What you're referring to would be a CEL (Check Engine Light) which does indicate an error, not a warning... In that event then yes, there is something wrong that needs attended to. What Death is referring to, in the case of it being a warning rather than an error, would be more like the log that your ECU (Engine Control Unit) of your car keeps to monitor system functions regardless of malfunction or normal operation. I.E.: "Your modified exhaust is not supported by the stock ECU configuration but still functions fine and within spec: let's keep a log of that just in case someone is curious." What you have to understand is you are modifying the game from it's original intended function, with that is the inherent risk that the game itself is going to give you warnings that it would prefer things a certain way; not that the warning is necessarily breaking anything or affecting performance. You said yourself that you are not a developer, in that case if I were in your shoes I would probably just listen to what the developers are saying and disregard the warning. I believe there are even ways to turn off verbose warnings if you don't want to see nonessential warnings such as this.
    Simple yet hilarious plugin! Player reactions make it worth it 100%
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.3m

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.