Jump to content

nivex

Creator
  • Posts

    5,958
  • Joined

  • Last visited

  • Days Won

    201

Everything posted by nivex

  1. If you own multiple tier packages... they are now unique and you can update Tier 1 or Tier 2 package to 1.0.6 Tier 3 package is unchanged Download the respective tier(s) and copy the new base files from the data/copypaste/ folder in the zip archive into your oxide/data/copypaste/ folder For TIER 1 use the console commands: rb.config add "Easy Bases" raideasy11 raideasy12 rb.config add "Medium Bases" raidmed11 raidmed12 rb.config add "Hard Bases" raidhard11 raidhard12 rb.config add "Expert Bases" raidexpert11 raidexpert12 rb.config add "Nightmare Bases" raidnightmare11 raidnightmare12 For TIER 2 use the console commands: rb.config add "Easy Bases" raideasy13 raideasy14 raideasy15 raideasy16 raideasy17 rb.config add "Medium Bases" raidmed13 raidmed14 raidmed15 raidmed16 raidmed17 rb.config add "Hard Bases" raidhard13 raidhard14 raidhard15 raidhard16 raidhard17 rb.config add "Expert Bases" raidexpert13 raidexpert14 raidexpert15 raidexpert16 raidexpert17 rb.config add "Nightmare Bases" raidnightmare13 raidnightmare14 raidnightmare15 raidnightmare16 raidnightmare17
  2. nivex

    Abandoned Bases

    @Rustgaming2021this would need to be added, and would only work properly if the events ran every hour
  3. nivex

    Raidable Bases

    @chuck norrisyes
  4. nivex

    Raidable Bases

    despawn issue during server restarts is fixed in the next update! woo! private void OnServerShutdown() { IsUnloading = true; SaveData(); RaidableBase.Unload(Raids.ToList(), true); Scheduled.StopCoroutine(); Maintained.StopCoroutine(); SpawnManager.StopCoroutine(); GridController.StopCoroutine(); DestroyAll(); } SaveData(); was missing from this method. RIP. so sorry that I overlooked this!
  5. nivex

    Raidable Bases

    which bug since March? @MercedesCLA45AMG
  6. nivex

    Raidable Bases

    just found the bug that's causing some servers to not spawn any bases. this is a unity bug and has been reported to Facepunch. i've also implemented a workaround for it in the next update. private static bool IsSafeZone(Vector3 a) { for (int i = 0; i < TriggerSafeZone.allSafeZones.Count; i++) { var triggerSafeZone = TriggerSafeZone.allSafeZones[i]; try { if (InRange2D(triggerSafeZone.transform.position, a, triggerSafeZone.triggerCollider.GetRadius(triggerSafeZone.transform.localScale) + config.Settings.Management.MonumentDistance)) { return true; } } catch { return true; } } return false; } here is the workaround if any want to use it. just replace the existing code block for the IsSafeZone method with this code. or if that sounds too difficult for you then rename the existing IsSafeZone method to anything else such as IsSafeZoneBROKEN, and put this workaround code above that
  7. nivex

    Raidable Bases

    thanks guys I will try to fix these issues. sorry some are frustrated but bugs are just a part of all software. it sucks but all I can do is try my best. I wish I could do more but my health isn't so good atm
  8. nivex

    Raidable Bases

    @thepiercedweirdoheya sorry about this issue. I have not been able to reproduce it but I will figure it out. good suggestion but I already do this by recording all entity unique identifiers to find and kill them after a restart. I will try to reproduce during a restart. good info ty and let me know of any other details regardless of how important you think they are.
  9. nivex

    Raidable Bases

    I can try @MooDDang
  10. nivex

    Raidable Bases

    @MooDDangyou would need to place cupboards there
  11. @Andres Siilbekwhat update? and you can simply copy the copypaste folders contents to your server from any update, as you would any other base just note that an update to one tier does not mean it is necessary for the other tiers. lower tiers do not have as many bases so changes may not be needed to tier 1 or 2. same applies with the free version vs the paid version. they're different versions. just because one requires an update does not mean the other will
  12. nivex

    Raidable Bases

    ya I don't really have an answer without an error =/ sorry @chuck norrisi will figure it out somehow as always...
  13. nivex

    Raidable Bases

    @Light Hammerah ok ty for explaining @Y2kcavy your debug shows it cant find a position. the map is poor quality
  14. nivex

    Raidable Bases

    @Light Hammer I don't understand this translation i will attempt to reproduce and fix this
  15. nivex

    Raidable Bases

    sorry for those having difficulties with the plugin. i will do whatever it takes to make it work properly as i've always strived to do however hounding me with negativity will get you no where
  16. nivex

    Raidable Bases

    I can confirm that Facepunch fixed the performance issue from the 2.4.7 update regarding the grid 2.4.7 works @Lisacoif you have issues please be as specific with as many details as possible
  17. nivex

    Raidable Bases

    @tyneariaaye change the anchors in the config under UI => Buyable UI @BEEF SUPREMEhi, no, bases do not persist. there are plans to make this optional as it has been requested dozens of times but no eta on this unfortunately. it's fairly complicated and I have high priority issues to deal with first. someone did contribute towards this so that will help when I get to it @mrdecoder @Rubiks-Q-Bert @chuck norristhis can only be caused by an error. can one of you provide me with it? it would likely be in the server logs and not in your oxide logs @spencer clearyive responded to your support thread @CHUCK DIXX no, it would need to be highly customized to do this. likely better suited in its own plugin. i will note this for later as ive thought about creating it a few times now sorry to everyone for the late replies. I was recovering from a serious medical issue
  18. nivex

    Raidable Bases

    2.4.7 released Blocked spawns on rail and railside topologies Fixed UnityEngine.Object.GetName NullReferenceException causing bases to not spawn
  19. nivex

    Raidable Bases

    looks to be another rust bug causing this issue NullReferenceException at (wrapper managed-to-native) UnityEngine.Object.GetName(UnityEngine.Object) this should never happen. easy fix though. I will just trap the error. releasing 2.4.7 here shortly in a few minutes
  20. @DiDreamersorry I don't understand. do you mean KpucTaJl fixed it?
  21. nivex

    Raidable Bases

    @Rubiks-Q-Bertit's released already bud
  22. nivex

    Raidable Bases

    sorry guys it's fixed in 2.4.6
  23. nivex

    Raidable Bases

    @CovfefeI wouldn't know why the grid doesn't finish. But I just released 2.4.5 so try that. It does take a long time on some servers to finish btw, like 2-3 minutes
  24. nivex

    Abandoned Bases

    @chuck norriskk ill see what i can do
  25. nivex

    Abandoned Bases

    @chuck norrissorry can you clarify this? it is a bit confusing

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
11k
Customers served
Files Sold
158.1k
Marketplace sales
Payments
3.4m
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.