Jump to content

nivex

Creator
  • Posts

    5,446
  • Joined

  • Last visited

  • Days Won

    190

Everything posted by nivex

  1. nivex

    Raidable Bases

    @SuperKitten Unloading PlayerDLCAPI should make no difference then. It doesn't interfere with RaidableBases. You can ask k1lly0u though.
  2. Npcs will still spawn with a weapon, even when no valid loadout or kit exists. The only thing that can prevent this is another plugin or an error. Send me a base where the turrets don't work properly and I can look at it. And the profile for the base.
  3. nivex

    Raidable Bases

    @SuperKitten Are you using Kits by Mevent?
  4. 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.
  5. @MatthiasBM Your exact issue was fixed by removing Turbo Weapons and restarting the server. If that doesn't work, then you'll have to find the plugin causing your issue
  6. I can't say without the error. This shouldn't be caused by RB. Update Kits by Mevent Unload TurboWeapons. Make sure LootEnhancer is configured. Loot not dropping from boxes is not caused by RB
  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. I'm really not sure about rustedit. best to ask a map dev
  9. hi, this would be caused by another plugin. we are trying rcon narrow it down. but its inconsistent
  10. hi, this shouldn't be related to rb TurboWeapons caused this for other people as did misconfigured LootEnhancer
  11. 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.
  12. Hi, it means the spawn points are not available This is likely due to metal detector sources blocking the spawn point, implemented in this game update. See my fix, here: https://codefling.com/plugins/raidable-bases?page=157&tab=comments#findComment-70932
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. Changed Status from Pending to Closed
  18. No problem Enjoy
  19. Hi, it requires the Rust update See the update notes
  20. nivex

    Raidable Bases

    Post #3901 3.0.6 has been released. This requires the Rust update to compile. Also, please read the update notes!
  21. 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.
  22. 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.
  23. @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.
  24. @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.
  25. 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);
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

136.7k

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.