Jump to content

nivex

Creator
  • Posts

    5,937
  • Joined

  • Last visited

  • Days Won

    200

Everything posted by nivex

  1. nivex

    Raidable Bases

    @Kapco411 I'd have to see your turret settings from that specific profile
  2. nivex

    Raidable Bases

    @SuperKitten Yeah, it shouldn't be any of his plugins. Let me know if you find which plugin it is. It would be very helpful to everyone to know.
  3. nivex

    Raidable Bases

    @Grumpy Old Man PlayerDLCAPI is not used by RaidableBases. It is used by other plugins though. So if you have any plugins using it, then it should not be removed. Such as Kits. RaidableBases has no dependency for any plugin other than CopyPaste, and an optional dependency for Spawns Database. It checks all DLC internally.
  4. nivex

    Raidable Bases

    @SuperKitten Unloading PlayerDLCAPI should make no difference then. It doesn't interfere with RaidableBases. You can ask k1lly0u though.
  5. nivex

    Raidable Bases

    @SuperKitten Are you using Kits by Mevent?
  6. nivex

    Abandoned Bases

    @Dead Nasty I didn't get a notification for your message, or I overlooked it It should be good now, I disabled shore drift for event tugboats.
  7. nivex

    Raidable Bases

    Make sure to update Kits by Mevent TurboWeapons caused this for one user And a misconfigured LootEnhancer for another user Loot not dropping from boxes is still unknown, but is not caused by RB
  8. nivex

    Raidable Bases

    @Grumpy Old Man Hi, the error would be shown when the base spawns if the npcs are naked. My npcs always spawn with items otherwise, so long as there's no error breaking the plugin.
  9. nivex

    Raidable Bases

    @Grumpy Old Man@Kk Hi, an error would cause that, otherwise the NPC will always spawn with a kit even when they're invalid. @ClumsyZombie Hi, this is not caused by the plugin. Restarting your server should fix the issue.
  10. nivex

    Raidable Bases

    Hi, send me the difficulty loot file and it's profile. I can check it out. It's likely just rolling probability more than once in order to make up for insufficient loot due to DLC items. Probability was not changed otherwise. I'm happy to look at your files and see what's going on though.
  11. nivex

    Raidable Bases

    Known bug: metal detector sources and other such entities with enableSaving set to false will block custom spawn points. I will fix this, but I'm going to wait a bit and see if any other issues pop up first. Here's a fix for anyone that needs it now. On line 12615 change : if (e is BuildingBlock || e.ShortPrefabName.Contains("wall.external.high") || !e.enableSaving || e.HasFlag(BaseEntity.Flags.Locked)) to: if (e is BuildingBlock || e.ShortPrefabName.Contains("wall.external.high") || !e.enableSaving && e.HasFlag(BaseEntity.Flags.Busy) && e.HasFlag(BaseEntity.Flags.Locked)) I wish more developers would use dedicated or dummy skins instead, it would be easier to detect your events since I won't use any API for that as it would be too expensive in this method.
  12. nivex

    Raidable Bases

    @miniMe_rust Thank you! I agree with everything you've said. Just a reminder to everyone: 3.0.6 update requires the Rust update to compile.
  13. nivex

    Raidable Bases

    Post #3901 3.0.6 has been released. This requires the Rust update to compile. Also, please read the update notes!
  14. nivex

    Raidable Bases

    This option will be added in the coming update. It enables the above mentioned functionality. If you disable this option, then you must ensure you are in compliance with the Facepunch Terms of Service changes.
  15. nivex

    Raidable Bases

    TOS Compliance Overview: Deployables will spawn as usual. No players will be able to pick up DLC deployables. All players can pick up skinned deployables, but the skin will be removed upon pickup to ensure compliance. Players that own the content are no exception, yet. I tried but failed, so it will have to wait for another update. Restricted items, including skinned turret weapons, will not spawn in containers. If any exist in copypaste files, they’ll be removed from the event (but not the original file) Skins will be reset before being spawned into the game. No skins are allowed unless... If you want skins, you must use the ImportedWorkshopSkins or SkinsPlugin files found in the RaidableBases data folder. This will remain the solution indefinitely. The old method of flooding skins into every corner of the game diluted their value and killed the excitement of collecting them. This (forced) change will bring that thrill back and restore meaning. In short, everything will function as decor, ensuring compliance with the TOS. I don't have time for any questions right now. Save them until tomorrow after the game update. What do you need to do? Just download the update when it’s ready and install it alongside the game update — the usual. Easy. I can only hope my solution eliminates the need for manual edits, but if there’s one thing I’ve learned in programming, it’s this: anything that can go wrong, will go wrong. It’s only a matter of time — Murphy’s Law always finds a way. I will release the plugin update when it's ready, it requires the game update so don't wait around for it. It'll be a few hours yet.
  16. @EllieCat @miniMe_rust and others I haven’t had the chance to work on the tier packages yet — all my time has gone into making sure the RB plugin is fully compliant, which takes top priority right now. I’m sure you understand how important that is. The good news is: the plugin update will enforce compliance by default. No one will need to modify the tier package files. Once a tier package update is released, you can go ahead and update it, but keep in mind that doing so means starting from scratch. Tier updates are mainly useful for people who haven’t made edits, recently purchased, or want a fresh start. But there’s no actual need to update unless you want to. RB Plugin Update: There are commands to either remove all restricted content, or replace it with its non-restricted counterpart where applicable. This will save a lot of time editing files manually. TOS Compliance Overview: Deployables will spawn as usual. No players will be able to pick up DLC deployables. All players can pick up skinned deployables, but the skin will be removed upon pickup to ensure compliance. Players that own the content are no exception, yet. I tried but failed, so it will have to wait for another update. Restricted items, including skinned turret weapons, will not spawn in containers. If any exist in copypaste files, they’ll be removed from the event (but not the original file) Skins will be reset. If you want skins, you must use the ImportedWorkshopSkins or SkinsPlugin files found in the RaidableBases data folder moving forward. In short, everything will function as decor, ensuring compliance with the TOS.
  17. @DrayTemplar Hi there, thank you for the support! 1. Carbon would need to implement such support as its their platform and interface. I don't recommend that they do this though. This is not your standard plugin, and should be updated manually. Reloading the plugin despawns all events, and players will have to start all over again if you accidentally try to update. It's a nightmare waiting to happen, and I've seen it happen multiples with other plugins already. But it's ultimately up to Carbon if they decide they want to implement support for that! 2. You don't need to worry about any tier packages of mine violating the TOS. The next plugin update will handle everything automatically, ensuring compliance with the TOS by default. This means you don't need to edit anything. You only need to update the plugin with the game update. Or it will not compile.
  18. nivex

    Raidable Bases

    Don't forget to update to 3.0.6 when it's released later today. @PhatBlinkie Yes, on lines 15511 and 15755 change var slots = buyer.inventory.FindItemsByItemID(option.Definition.itemid); to using var slots = DisposableList<Item>(); buyer.inventory.FindItemsByItemID(slots, option.Definition.itemid);
  19. nivex

    Raidable Bases

    Message: OnLockedToRaid Option: Lock Players To Raid Base After Entering Zone Applies To: Buyable / Manual / Maintained / Scheduled Events Shown when a player enters an event. This option locks the player to the raid, NOT the raid to the player. Locking the raid to the player uses separate options. Message: BuyCooldown Option: Buyable Cooldowns Applies To: Buyable Events Displayed when a player attempts to use the /buyraid command while still on cooldown. This message does not prevent entering a raid, nor does it show the cooldown when entering a raid — it only blocks purchasing them, and is only shown when being blocked from that purchase. Message: LockedOut Option: Player Lockouts Applies To: Maintained / Scheduled Events Shown when trying to enter a public event while on a lockout. Not related to Buyable Cooldowns, and not related to Buyable Events.
  20. nivex

    Raidable Bases

    @Tay What messages? Paste them. Everything is working as intended. By default, if you do not see a message, then it's intended that you do not see it in the way you expected. I'll post again shortly to explain each message, the related options, what they apply to, and how they're triggered.
  21. nivex

    Raidable Bases

    @Tay Hi, I think the confusion is coming from the translation. First, it said "cooldown," now it says "locked," which changes the meaning. This option doesn’t lock the raid to the player — it locks the player to the raid. That means they should finish that raid before they can start another one. Set to true in the config: This message is shown, OnLockedToRaid: If instead you want the raid to lock to the player, that happens when the player deals damage, not when they enter. That behavior is enabled by default, and there’s no message shown when it happens. It is displayed in an update to the Status UI, visible only when the player is inside of an event. I hope this clears things up. I understand translating is difficult when it's not accurate.
  22. @EllieCat Hi, before the game update.
  23. nivex

    Raidable Bases

    @Tay Heya, relevant messages are shown already. Buyable Cooldowns Buyable Cooldowns do not restrict event entry. They are used to limit how frequently players can purchase events. When a purchase is blocked due to a cooldown, a message is always displayed explaining the reason. This is not used with public events. Player Lockouts Player Lockouts prevent players from entering public events. When a lockout is triggered, a message is displayed and any active lockouts are listed in the Lockout UI. If no message appears, the lockout is either not configured or you do not have a lockout for that difficulty. This is not used with purchased events. Bypassing Lockouts Vanish, noclip, and the permissions raidablebases.lockoutbypass or raidablebases.canbypass will allow you to enter. This is intended so you can easily assist players without interfering with game play. Cooldowns and lockouts are not interchangeable. They serve different purposes and are named differently for that reason.
  24. nivex

    Raidable Bases

    @Tay I've responded in DM. I've tested Easy, Medium, and Hard from Maintained Events using your files and each event locks to the player (on damage, never on entry) as expected. I changed Difficulty Level for each back to its respective value (0=easy, 1=medium, 2=hard, etc). This must be from some error, or an issue with RealPve, as no such issue exists in RB. Several people use both RealPve and RB so I am sure you can sort it out if you ask that developer. He has his own RB implementation, which deviates from mine, so he will be the only one that knows what the issue is since it's not my code.
  25. nivex

    Raidable Bases

    You should not configure it this way. Every difficulty requires its own level, not to be shared with another difficulty send me the files in DM

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.4m
Total downloads
Customers
10.9k
Customers served
Files Sold
156.4k
Marketplace sales
Payments
3.3m
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.