Jump to content

HunterZ

Creator
  • Posts

    311
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by HunterZ

  1. HunterZ

    Doesn't protect tugboats

    Changed Status from Work in Progress to Fixed Changed Fixed In to 1.2.0
  2. Changed Status from Work in Progress to Fixed Changed Fixed In to 1.2.0
  3. Changed Status from Work in Progress to Fixed Changed Fixed In to 1.2.0
  4. HunterZ

    Status Message not showing

    Changed Status from Work in Progress to Fixed Changed Fixed In to 1.2.0
  5. Changed Status from Work in Progress to Fixed
  6. Changed Status from Pending to Work in Progress
  7. HunterZ

    Status Message not showing

    Changed Status from Pending to Work in Progress
  8. Changed Status from Pending to Work in Progress
  9. Changed Status from Pending to Work in Progress
  10. HunterZ

    Doesn't protect tugboats

    Changed Status from Pending to Work in Progress
  11. HunterZ

    Doesn't protect tugboats

    Would also like to see modular boat protection - and both of these should be separated from other vehicle types since you can put deployables on them.
  12. HunterZ

    DeepSea Support

    Changed Status from Work in Progress to Fixed Changed Fixed In to 1.9.0
  13. HunterZ

    DeepSea Support

    Yes, I'm planning to add support for showing the entire Deep Sea as PVP in the next day or two. I may try to add the ability to auto detect that and altitude exclusions from True PVE. Safe zone indication worked for me in the Deep Sea safe zone. Make sure to turn off vanish as part of your testing, as the game may not apply safe zone status when you're vanished. I'm confused that you're enabling Dynamic PVP's Deep Sea events if you plan to have the entire Deep Sea be a PVP area. This seems like a needless hit to server performance.
  14. HunterZ

    DeepSea Support

    Changed Status from Pending to Work in Progress
  15. Yes, someone on my server spent all their boom trying to raid an offline neighbor the other day and didn't get anywhere lol
  16. Here is an unofficial fix for the toasts. You will need to apply it in a different place depending on whether you're using Carbon or Oxide, because for some reason Edwin maintains two entirely separate copies of the code in the .cs file static System.Action ShowGameTipAction(BasePlayer player, string msg) { return () => { // if (player is not null) // player.SendConsoleCommand(COMMAND_SHOWGAMETIP, msg); if (player) player.SendConsoleCommand( "gametip.showtoast", 1, msg, string.Empty, false); }; } If you don't like the toast banner being red, change the 1 to a 0 (normal blue toast) or a 3 (short blue toast).
  17. This is marked as not compatible with Carbon. Is this an oversight, or should I avoid this as a Carbon user? Edit: I see your notes above but am confused. Kits runs fine on my server - what is the other dependency that doesn't work on Carbon?
  18. HunterZ

    Kill Heli Vote

    Changed Status from Pending to Fixed Changed Fixed In to 2.0.1
  19. HunterZ

    Kill Heli Vote

    Thanks, I'll take a look. Probably Oxide is behind Carbon on C# compiler version or something.
  20. HunterZ

    A couple of problems

    Changed Status from Work in Progress to Fixed Changed Fixed In to 2.0.0
  21. Did it ever show a chat message? I only noticed a banner message. The problem seems to be that `gametip.showgametip` is no longer functional - I suspect it was disabled when the new global notification sounds were added. Probably ORP should instead call `player.ShowToast()`, but note that the `GameTip.Styles.Error` style has also been disabled.
  22. Yeah I noticed that toasts don't work, so I enabled the codelock sound for now. I've been meaning to take a look at the code but haven't gotten around to it yet.
  23. HunterZ

    A couple of problems

    After testing this some more, I think what's going on is that it's requiring all online players to vote, regardless of the threshold. I reduced the threshold to 66.67, and it was still failing even with 5 of 6 online players voting.
  24. HunterZ

    A couple of problems

    This is still acting a bit weird lol The global message says more votes are cast than needed, while the command response says another vote is needed. Both of these are wrong because only 9 people are on, and I don't have the threshold set at 100%.
  25. There are a few major problems, which was highlighted by someone already attempting to implement this: It's highly exploitable, especially since there's no true way to track ownership of a base - or especially a tugboat PBPZ's code architecture wasn't designed with player toggling in mind, so it ends up being a heavy operation on the server, and has a lot of nasty corner cases where things could get confused PBPZ creates PVE exclusion bubbles around bases. TruePVE will not apply its PVE rules to interactions that occur between a player/object and another player/object if they're both in a PVE exclusion state.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.9k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.