Jump to content

nivex

Creator
  • Posts

    5,503
  • Joined

  • Last visited

  • Days Won

    191

Everything posted by nivex

  1. nivex

    Raidable Bases

    yea for some reason I hid the error in the last update. it'll show again next update. you can see it with rbe debug though
  2. Changed Status from Pending to Closed
  3. thanks Jackelmyer you would want to set it to -1 though if editing the config. 0 is infinite
  4. nivex

    Invalid Position Error

    Changed Status from Pending to Closed
  5. nivex

    Invalid Position Error

    I'll have to keep that in mind if someone else has this issue. thanks
  6. nivex

    Raidable Bases

    @Raiven_007 nice, you must've fixed it
  7. nivex

    Raidable Bases

    @Aussie4life you would need to use rbe debug command when this happens. sounds like a bad copypaste file @Raiven_007 if you try to use the command before the plugin loads then it will say that. if you are using it afterwards and it says that then that then the base is not configured or the copypaste file doesn't exist. you can use the rb.config list command to see what files don't exist, and what you do have configured instead thank you @Gold Mysteriousand @mark bergervoet
  8. nivex

    Base Turrets question

    @Flatbush thats correct, and it does work
  9. heya, the plugin doesn't control this type of delay with the npcs. thats your server and/or other plugins. if your server lags then you need to lower the paste batch size in the CopyPaste config file. it pastes the bases, not this plugin
  10. nivex

    Raidable Bases

    @KayKay nah, it's a game bug. i've reported it to Facepunch and gave them the fix but it hasn't been applied yet. the bug makes no difference on a vanilla server since all damage is allowed there so there's no priority for them to fix it. the bug is that the initiator of the fire is not set to the player. no initiator means the damage is ignored by RaidableBases. if it doesn't know where the damage came from then it's impossible for it to allow or block it so it gets ignored. if it gets ignored then TruePVE handles it, and it will block the damage because it doesn't kn ow either. if it allowed the damage then players could raid and kill everyone on the server with fire, and rules/flags wouldn't do anything. I wrote a harmony fix for it (inside of a Carbon/Oxide plugin), but honestly players should just use fire that works. ServerProjectileHitFix.cs
  11. nivex

    Raidable Bases

    @Lapegsonita hi, it's a server convar. so you would use the command in the server console I'm not sure if you need to save it in the serverauto.cfg too
  12. nivex

    Enquiry (not a bug)

    lol no problem. I can note it for a future update
  13. nivex

    Enquiry (not a bug)

    if you want them to use throwing weapons then they should not have guns
  14. nivex

    Enquiry (not a bug)

    I don't see a reason for it to work with smoke grenades =p it does work with normal grenades I have not tested molotov
  15. nivex

    Raidable Bases

    @Lapegsonita Interference was added in the Rust update. that command is a convar to control it for the server. you can use that, or read this thread https://codefling.com/files/sc/9913-base-turrets-question/?tab=comments
  16. heya. I won't be removing turrets, but I will remove the limitation on raid bases https://codefling.com/files/sc/9913-base-turrets-question/?tab=comments
  17. nivex

    Enquiry (not a bug)

    ya, if you give them c4 they'll toss that too. if you enable Play Catch then it'll detonate when it reaches the target.
  18. nivex

    Base Turrets question

    ya, in the next update it will work as it did before. I ignore the interference for raid bases. if you don't want to wait then you can either increase sentry.maxinterference or edit the .cs yourself yield return TurretCommand(turret, () => turret.SetFlag(BaseEntity.Flags.OnFire, b: false)); needs to be added after line 6797, so that it looks like this
  19. heya. you can edit the copypaste config and change paste per batch to lower value, between 1 to 5
  20. nivex

    Base Turrets question

    hi, this is the new interference option added in the Rust update convars are by default: sentry.maxinterference 10 sentry.interferenceradius 40
  21. I don't plan to change it it should work fine with the options you have now
  22. no problem I'm not interested in a dependency on another plugin (or adding bloat to support it) but if there's any features you want then I will consider them
  23. yes, in the next update now use sentry.interferenceradius 0 or sentry.maxinterference 1000 defaults:
  24. nivex

    Raidable Bases

    this is because an npc is using a crossbow which doesn't work for npcs. I figured out a hack for this, and it works for hunting bows too so those will be enabled as well. npcs will be able to use crossbows, compound bows and hunting bows in the next update
  25. that little hack for crossbows works for hunting bows, too. enable by adding bow_hunting.entity since it will work now case "compound_bow.entity": case "crossbow.entity": case "speargun.entity": case "bow_hunting.entity": and this code can go if (shortname == "bow.hunting") { shortname = "bow.compound"; }
2m

Downloads

Total number of downloads.

9.5k

Customers

Total customers served.

138.9k

Files Sold

Total number of files sold.

2.9m

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.