Jump to content

nivex

Creator
  • Posts

    6,212
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by nivex

  1. nivex

    Missing Icons...

    no worries.
  2. nivex

    need help wont load

    heya, you need to update the plugin. those errors are from an older version
  3. nivex

    Turrets not shooting

    hi, what pve plugin are you using? sounds like another plugin blocking it
  4. nivex

    Missing Icons...

    hi, did you disable it in your in-game map then? don't know what else it would be if not that. it's definitely not broken
  5. nivex

    Missing Icons...

    heya, its working here how do you have it configured? "Map Markers": { "Marker Name": "Raidable Base Event", "Radius": 0.35, "Radius (Map Size 3600 Or Less)": 0.25, "Use Vending Map Marker": true, "Show Remaining Loot When No Owner (PVE)": true, "Show Remaining Loot When No Owner (PVP)": false, "Show Owners Name on Map Marker": true, "Show If Purchased On Map Marker": false, "Use Explosion Map Marker": false, "Create Markers For Buyable Events": true, "Create Markers For Maintained Events": true, "Create Markers For Scheduled Events": true, "Create Markers For Manual Events": true },
  6. heya, you would need to fix your Steam issue, or neither plugin will be able to spawn the base. RaidableBases will only allow 15 minutes before it despawns it. suppressing the errors wouldn't fix your Steam issue, but it is null checked in the next update anyway.
  7. nivex

    Adding a new Difficulty

    heya, that command would remove the difficulty. use rb.difficulty add instead rb.difficulty add "Colosal" this will create the profile: oxide/data/RaidableBases/Colosal Bases.json add the bases that you want to use. example: rb.config add "Colosal Bases" colobase1 colobase2 colobase3 set the options in the "Colosal Bases" profile: oxide/data/RaidableBases/Profiles/Colosal Bases.json copy a loot table from an existing difficulty and rename it. example: copy oxide/data/RaidableBases/Difficulty_Loot/Nightmare.json to oxide/data/RaidableBases/Difficulty_Loot/Colosal.json setup the options in the config file, and configure a cost. example, set Colosal under Economics Buy Raid Costs to 20000. reload the plugin. o.reload RaidableBases c.reload RaidableBases wait for the grid to load type /buyraid after the grid has loaded voice chat won't make this any easier, the steps above are all that is needed. copying an existing difficulty loot table and/or profile after the difficulty has been created is much simpler than trying to create or edit it from scratch.
  8. nivex

    Abandoned Bases

    @idkrocky heya, you can set Do Not Destroy During Purge to true in the config to prevent bases from being destroyed during purge. if you enable purge and all bases convert then they would despawn roughly around the same time using your configured despawn time, yes. but you only need to enable that option to prevent the despawn.
  9. heya, not a bug, someone added that to the config Difficulty Colors (Inner) and Difficulty Colors (Border) are the only two options with that name ensure those exist and delete or rename the other back to its original name
  10. nivex

    Abandoned Bases

    @idkrocky hi, it turns off when the plugin is unloaded / server restarts
  11. heya, tested here and have no issue. 5 bases spawned the expected 4 scientist inside, 8 scientist outside, and 10 murderers which can only spawn outside. if you don't have enough space outside or if water is too deep they cannot spawn. if nav cannot be sampled they will not spawn. they will spawn if they can
  12. Changed Status from Pending to Closed
  13. you're welcome, enjoy!
  14. heya, you were close. you had the item shortnames, but 3 of the weapons were missing the skin list. by default, the skin is 0 (vanilla). "Random Weapons To Use When Unequipped": { "rifle.ak": [ 0 ], "lmg.m249": [ 0 ], "hmlmg": [ 0 ], "rifle.bolt": [ 0 ] }, Nightmare Bases.json
  15. nivex

    Raidable Bases

    @T-Nuts hi, add another entry for rocket.launcher or change lmg.m249 to rocket.launcher "Random Weapons To Use When Unequipped": { "rocket.launcher": [ 0 ], "lmg.m249": [ 0 ] },
  16. hi, I just looked and the lootable option doesn't work. either way, vanish or noclip will bypass it when it does work.
  17. nivex

    Raidable Bases

    Hi, 3.1.7 has been released to fix a few issues. See the update notes. Enjoy
  18. they should be able to loot the sleepers without issue, and the Kits plugin works fine with RB. not sure what would allow them to get items over the top of their kits when the game explicitly blocks that already. RB would not be what is moving the item to the players inventory though. the game or another plugin would be doing that. seeing multiple weapon models at the same time is normal, being able to equip multiple different weapons in the same belt slot is not normal though. the same with armor. that is likely a plugin with CanWearItem or CanEquipItem in the .cs file that uses return true; where it should be using return null; that would cause the game to bypass the behavior that would prevent this issue otherwise. it's easy to get lost in code, so I recommend unloading any plugins with CanWearItem or CanEquipItem in their .cs files. this is not the only way for that to happen though. failing the above, you would have to unload plugins until you found the cause.
  19. hi, your players are able to wear two kits simultaneously simply by looting a sleeper? this is not making any sense to me ya, they should be lootable when they're asleep.
  20. nivex

    Raidable Bases

    @Papa Bear the plugin compiles on public so just ignore it. I don't care about the others, it is too early in the month.
  21. heya #1 yep. only scientists are allowed to spawn inside #2 yes #3 it should be at least 1 if you always want at least 1 inside #4 no, this is blocked atm #5 yes #6 if a roof is exposed outside then it should be removed yes. no, I wouldn't enable this unless you want them on the roof too it's not working because the game uses internal sampling prior to spawn, which overrides the position set by RB. it is fixed in the next update SceneManager.MoveGameObjectToScene(go, Rust.Server.EntityScene); if (isStationary && go.TryGetComponent(out Rust.Ai.Gen2.RustNavMeshAgent navAgent)) { navAgent.updatePosition = false; go.transform.position = position; } go.SetActive(true); return npc != null; the additional code between MoveGameObjectToScene and SetActive is the fix
  22. nivex

    3.1.6

    Changed Status from Pending to Closed
  23. nivex

    Raidable Bases

    yep, this is the paid version that contains many additional features that the free version does not. namely those listed by miniMe_rust
  24. nivex

    Hello

    hi, that shouldn't cause it. it would be another plugin
  25. nivex

    Hello

    heya, another plugin is preventing them from being killed

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
3.1m
Total downloads
Customers
12.1k
Customers served
Files Sold
171.8k
Total sales
Payments
3.7m
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.