Recent content by PistOffBastd

  1. PistOffBastd

    Bring Back Wild Horses Without Saddles

    My server isn't end game in 2-3 days, its 2-3 weeks. The idea is, no rideable horses - population "0", but random "assets/prefabs/npc/bandit/horsespawner.prefab" (Legacy Horses) scattered around the map with like a 2-3+ hour cool down time between spawns and a distance between horses option. But...
  2. PistOffBastd

    Planned Turn Caves Into Player Spawn Points

    A separate plugin, or config option that makes the caves, forced spawn points, would be an excellent compliment to No Cave Building.
  3. PistOffBastd

    Bring Back Wild Horses Without Saddles

    Plugin makes the rideable horse population 0, and randomly spawns saddleless horses, where you have to craft a saddle, then go find the horse you want.
  4. PistOffBastd

    Solved The Type or Namespace Name RidableHorse2 Could Not Be Found

    Heads up: Error while compiling HorseEquipment: The type or namespace name 'RidableHorse2' could not be found (are you missing a using directive or an assembly reference?) | Line: 210, Pos: 38
  5. PistOffBastd

    Planned Turn Every Water Source Into Salt Water

    Yeah, the only place to get fresh water is from the water wells, all rivers lakes ponds ect,,, would have to be purified.
  6. PistOffBastd

    Planned Turn Every Water Source Into Salt Water

    Pretty much all in the title.
  7. PistOffBastd

    Clear View in Attack Helicopter Cockpit

    I don't even know if this is possible, so I 'm just throwing it out there. A plugin that would remove the annoying, view blocking cockpit of the attack helicopter. Lets say ,from the orange line up...what chall think?
  8. PistOffBastd

    Recycler That Runs Nonstop, Even with Full Output

    A recycler that will run until its out of items. No more stopping when the output slots are full, it just starts dumping excess items out onto the floor.
  9. PistOffBastd

    Barrel Health (Legacy Thread)

    NM, I loaded it on my test server and was observing on the main server, it works just fine, sry.
  10. PistOffBastd

    Barrel Health (Legacy Thread)

    Its loading without any errors, but it is not updating the barrel health.
  11. PistOffBastd

    Open Backpacks with a Keybind

    It would be so very awesome to have a PI that would allow for a key bind to be set, that would open the Vanilla Backpacks.
  12. PistOffBastd

    Workbench Equip Only (Legacy Thread)

    @VisEntities My crafty heathens have discovered that if you put the gun in a box, you can add/remove the equipment without a workbench. They have also discovered with the PI "Backpacks" by WhiteThunder you can do the same.
  13. PistOffBastd

    Planned Bradley vs Bases

    It wouldn't reach, drive up to the base, however, if the base is built near a road, and there is a road Bradley of any kind, but lets say -- (bradleyapc.spawnroadbradley) is on that road, and that base is within the defined range, say 150m, it would blast that base until the TC was no longer...
  14. PistOffBastd

    Planned Bradley vs Bases

    Pist, I think its awesome and very diabolical.
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart