Jump to content

nivex

Creator
  • Posts

    4,780
  • Joined

  • Last visited

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. 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
  3. 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
  4. nivex

    Abandoned Bases

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

    Campers Exploit

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  6. nivex

    Despawn issues

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  7. nivex

    Despawn issues

    I have fixed this bug in the next update
  8. Changed Status from Pending to Closed
  9. this does indeed appear to happen when teleporting using the NTeleportation plugin. please continue the discussion in the active uMod thread. closing this
  10. nivex

    hbhf sensor

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  11. nivex

    hbhf sensor

    I've added this change in the next update
  12. nivex

    Campers Exploit

    added in next update. it will be enabled by default to block campers from entering the dome Eject Mounts = Campers (true) private object OnPlayerRespawn(BasePlayer player, SleepingBag sleepingBag2) { if (EventTerritory(sleepingBag2.transform.position) && sleepingBag2.HasParent() && sleepingBag2.GetParentEntity().ShortPrefabName.Contains("module_camper")) return ServerMgr.FindSpawnPoint(player); return null; } another option is the above where I just prevent the exploit by not allowing them to respawn on the bed inside of a camper when the camper is inside of a raidable bases event. but this requires a hook and I'm against adding hooks unless they're really useful. but nothing is stopping you from adding it yourself by copy pasting this into the RaidableBases.cs if you prefer this solution instead.
  13. nivex

    Clans/Teams Lockout Issue

    i also might be able to just check for this when they join a clan or team actually! that sounds ideal imo it would prevent them from joining any teams if caught exploiting, and remove them from any clan immediately after joining one. i'd prefer to prevent them from joining a clan but there's no hook in the Clans plugin to support this
  14. nivex

    Clans/Teams Lockout Issue

    ...removed...
  15. nivex

    Despawn Issues Still

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  16. nivex

    Despawn Issues Still

    I've fixed this issue in the next update
  17. nivex

    Crazy amount of lag

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  18. nivex

    Crazy amount of lag

    lastly i have reimplemented the methods used to find a position for bases which was the last issue causing performance issues. though it has always been an issue since day but does not affect most people. either way if this was an issue for you then it won't be anymore
  19. nivex

    Entity 1000000

    Changed Status from Pending to Closed
  20. nivex

    Crazy amount of lag

    also have raid bases set to kill these entities immediately if any spawn in the next update (2.4.8) too
  21. nivex

    Crazy amount of lag

    attached it below np CopyPaste.cs
  22. nivex

    Raidable Bases

    @chuck norrisyes
  23. 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!
  24. nivex

    CUSTOM SPAWNS

    Changed Status from Pending to Closed
  25. nivex

    CUSTOM SPAWNS

    well damn that is news to me. nice find. glad its sorted
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.7k

Files Sold

Total number of files sold.

2.4m

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.