Jump to content

SLATE's Wishlist

  1. More information about "Dreamland"

    $25.00

    Dreamland

    This map is not new, but an old map converted from scratch, which was sold only on one site for a long time. Now, after all the updates, I decided to reshoot the video and release it on other sites for general review. It is optimized and has an interesting landscape and fantasy concept.
    "Dreamland” is a real island, which has absolutely everything for an unforgettable holiday for players, as well as it has everything for the battles in a fantasy world! The largest custom locations for collecting loot and research are located here. On its territory you will find five large fantastic locations, several unique places where you can build your own base, various small custom monuments and the exchange of all roadside monuments for custom ones! All these places are united by a well-maintained landscape with zones for the construction of bases and farms. Here you can do your favourite things and have fun, e.g. relax with teammates, build a farm, or even relax near the cool waterfall. "Dreamland” is a land of great emotions!
    Map Size - 4000
    Prefab Count - 28281 prefabs
    Custom monuments:
    Waterfall Dreams; Luminous Lake; Lost Portal; Dungeon of Fantasy; Fantasy Cave; Blockpost; Garage; Warehouse; Wild Gas Station; Cannibal House; Abandoned Supermarket; Diner; Custom places for building bases. Monuments Facepunch:
    Launch Site RadTown Outpost Nuclear Silo Ferry Terminal Train Yard Sewer Branch Water Treatment Snow Bandit camp Sphere Airfield Quarry Harbor Military tunnels OilRig Fishing Village Ranch Lighthouse Arctic Research Base Water Well
  2. More information about "Indusville"

    $39.95 $33.96

    Indusville

    Indusville is a 3000 Size 62K prefab custom map featuring a number of unique plugins to enhance your immersion in the game.Custom Monuments
    Automated Weapons Factory producing rockets of various flavours (customisable)   Automated Factory producing a small amount of ore and presents (customisable) Automated Deep Ore Mine, mine the ore face and send it to the surface via conveyer belt Teslas Wardenclyff Tower Lava Caves Ruined Bridge (Full of Bots) Spillway & Laboratory Giant Solar Farm Suspension Bridge Container Yards Lake Tatyana and the Fish Wives Tackle Shop Cavern Money Pit Mountain Village Crypt TV Studio Oil Derricks Sharts Motel Fort Knox True Monorail Facepunch Monuments
    Quarries Airfield Junkyard Ranch Outpost Bandit Dome Sewer Missile Silo Fishing Villages Oil Rigs Underwater Labs Military Base  
     
  3. More information about "Homing Missiles"

    $5.99

    Homing Missiles

    Adds homing missiles to the server.  Just load the rocket launcher with a smoke rocket and aim. Require a smoke rocket to be used as the ammo type!
    Great damage system, you can set damage for all types of objects (buildings, animals, NPCs, players, trains, boats, helicopters and others) Great crafting system, you can customize the amount of resources needed to craft homing missiles, set the level of the workbench required for crafting You can customize crosshair size and color, aiming time, aiming sound You can set the type of rocket explosion, set rocket speed, self-detonation time and more You can set zones where you cannot use homing missiles, (you need the ZoneManager plugin) This plugin utilizes the smoke rocket. As it is not a item that players can usually get through loot it makes the perfect placeholder for this purpose.
    Simply use a plugin such as BetterLoot to insert the smoke rocket into your loot tables, then any smoke rocket that is picked up by a player can be used as a Homing Missile.  Or you can just use the crafting system.
    Commands:
    /hmcraft  - use to craft homing missiles (if enabled in the config)
    /hmcraft  X - use to craft multiple homing missiles, where X is the amount of homing missiles
    This plugin uses the permission system.
    Permissions:
    homingmissiles.use -  required to use homing missiles
    homingmissiles.craft -    required to use the craft command
     
    To assign a permission, use:    oxide.grant <user or group> <name or steam id> homingmissiles.use
    To remove a permission, use:    oxide.revoke <user or group> <name or steam id> homingmissiles.use
     
    To assign a permission, use:    oxide.grant <user or group> <name or steam id> homingmissiles.craft
    To remove a permission, use:    oxide.revoke <user or group> <name or steam id> homingmissiles.craft
    Developer API:
    (void) LaunchHomingMissile(Vector3 launchPosition, Vector3 targetPosition, Vector3 startVelocity, BaseEntity target)  
    Launches a homing missile from a point with coordinates "launchPosition" with velocity "startVelocity" (startVelocity can just be a Vector3.zero).
    You can set any "targetPosition" value if you have specified a "target". If you set the "target" to null, then the target will be the point with coordinates "targetPosition".
     
     
    Config file:
    { "Rocket display name": "Homing missile", "Rocket icon skinID": 3018993457, "Allow homing missiles crafting": true, "Workbench level required to craft(0-3)": 3, "Crafting costs": [ { "shortname": "ammo.rocket.basic", "amount": 1 }, { "shortname": "techparts", "amount": 2 } ], "List of zones where homing missiles cannot be used (requires ZoneManager plugin)": [ "111111111", "222222222", "333333333" ], "Make it so that only in these zones you can use homing missiles": false, "A message when you are in an area where homing missiles cannot be used": "You can't use homing missiles here", "Rocket speed": 50, "Rocket acceleration(1 - 10)": 1.0, "Amount of time before the rocket self detonates": 20.0, "Amount of time to acquire target lock(in seconds)": 1.0, "How quickly the target lock is lost if you lose the target(0-1)": 1.0, "First crosshair size": 24.0, "First crosshair color Red (0-1)": 1.0, "First crosshair color Green (0-1)": 0.0, "First crosshair color Blue (0-1)": 0.0, "Left side of the first crosshair": "<", "Right side of the first crosshair": ">", "Middle of the first crosshair": "+", "Second crosshair size": 24.0, "Second crosshair color Red (0-1)": 0.0, "Second crosshair color Green (0-1)": 1.0, "Second crosshair color Blue (0-1)": 0.0, "Second crosshair": "[ + ]", "Enable sound effects when aiming": true, "Base damage of the rocket(affect everything, including buildings)": 100.0, "Damage to players": 100.0, "Damage to animals": 500.0, "Damage to patrol helicopter": 3500.0, "Damage to chinook": 2000.0, "Damage to bradleyAPC": 500.0, "Damage to submarine": 400.0, "Damage to NPCs": 300.0, "Damage to snowmobile": 300.0, "Damage to boat": 400.0, "Damage to modular cars": 400.0, "Damage to hot air baloon": 1000.0, "Damage to scrap transport helicopter": 500.0, "Damage to minicopter": 750.0, "Damage to train": 500.0, "Explosion type: 1 - basic; 2 - fire; 3 - smoke; 4 - heli; 5 - heli napalm; 6 - heli airburst; 7 - sam; 8 - 40mm_grenade_he; 9 - c4; 10 - f1; 11 - beancan grenade; 12 - satchelcharge; 13 - mlrs": 13, "Use homing missiles for building blocks": false, "Use homing missiles for constructions": false, "Use homing missiles for items": false, "Use homing missiles for traps and turrets": false }  
  4. More information about "Basements"

    $29.99

    Basements

    Basements lets players build underground rooms beneath their bases. Place a hatch on your foundation and dig straight down into a hidden basement with walls, ceilings, and full building privileges. Great for stashing loot, setting up secret bunkers, or just adding extra space.

    Readme Link - Click Here for Instruction and Documentation
    👆Highly recommend reading the FAQ section!
    BUILD
    Build basements easily from your tool cupboard. Just place an entrance to get started. 

    EXPAND
    Expand your basement by drilling underground. But don't forget to bring a headlamp - its dark down there!

    TRAVERSE
    Place multiple entryways, building out your labyrinth of tunnels beneath your base. 


    DECORATE
    All deployables, electricity, and storage items can be placed in your basement. Take advantage of your new space!

    RAID
    Nothing is safe in Rust, including your basement. If all the entrances are destroyed, then the basement is too. Any loot below will float to the surface. Protect the entrance at all costs!




    API METHODS (For Plugin Developers)
    // Returns true if the given entityId is part of a basement. bool IsBasementEntity(ulong entityId) // Returns the building ids of the basements connected to a given surface building id. uint[] GetBasementBuildingIds(uint surfaceBuildingId) // Returns the building ids of the surface buildings connected to a given basement building id. uint[] GetSurfaceBuildingIds(uint basementBuildingId) Extension Plugins
    These are free plugins that add additional functionality to Basements.

    BasementsManager
    Provides a UI for admins to view and manage the basements on the server. Useful for debugging & fixing issues. Use with the /bm command, requires the basements.admin permission to use.
    BasementsManager.cs

  5. More information about "Zombie Rocks"

    $8.50

    Zombie Rocks

    When running in the forest on the quest of finding some ore nodes and finally hitting the rock to get some valuable resources , there can be a zombie sleeping under the rock
    Features :
    Set configurable chance of a [Rock Zombie] spawning after a ore node is depleted (last hit) Set configurable chance of a [Ore/Wood  Zombie] spawning after a ore or wood spawn is picked up Set configurable chance of a [Tree Zombie] spawning after a tree is cut down Configurable NPC (HP, Damage scaling, spawn amount and more) Support for Kits. The NPC can drop a backpack (internal lootprofile through configuration) The npc can only spawn on the surface (no support for tunnel/cave nodes) npc has 2 starter outfits and changes weapon each time it spawns out of the box (or when assigned kit(s) is not found) Ore/Wood zombies use their Stone and Tree zombie kits Permissions :
    zombierocks.pickup  : Assign to players/groups to trigger the resource pickup mini event zombierocks.nodestone  : Assign to players/groups to trigger stone mining mini event zombierocks.nodeiron  : Assign to players/groups to trigger the   iron mining mini event zombierocks.nodesulfur  : Assign to players/groups to trigger the sulfur mining mini event zombierocks.tree: Assign to players/groups to trigger the tree cutting mini event Pickup items :
    On resource pickups only 1 npc can spawn
    Wood stones iron sulfur Commands :
    /zrinfo  : Replies plugin info and version to chat Configuration :
    To make a item spawn as a blueprint add .bp behind the shortname (for example  ammo.pistol.bp)  Probability from value 0 to 1 is the spawn chance of any item Usage of custom naming is now possible (> v1.2.4) Example of custom items like the ExtendedRecycler plugins recycler item.
    If multiple skins are added it will pick a random skin (make sure they are TOS safe) { "probability": 1.0, "shortname": "pickaxe", "name": "", "Skin list": [ 3163818649, 1962043729 ], "amountMin": 1, "amount": 1 },  
    { "Use Debug": false, "Only Trigger at Night Time": false, "Night start": 20, "Night end": 8, "Tree spawns": { "Can spawn from trees": false, "Spawn chance (1-100%)": 10.0 }, "Pickup spawns": { "Can spawn from resource pickups": false, "Spawn chance (1-100%)": 10.0 }, "Node spawns": { "Stone Nodes": { "Can spawn from stone nodes": true, "Spawn chance (1-100%)": 10.0 }, "Sulfur Nodes": { "Can spawn from sulfur nodes": true, "Spawn chance (1-100%)": 10.0 }, "Metal Nodes": { "Can spawn from metal nodes": true, "Spawn chance (1-100%)": 10.0 } }, "NPC Settings": { "Spawn Amount Nodes": 1, "Spawn Amount Pickups": 1, "Health": 250, "Max Roam Distance": 20, "Damage multiplier": 0.6, "Lifetime (minutes)": 10.0, "Use kit (clothing)": false, "Kit ID Rock Zombie": [], "Kit ID Tree Zombie": [], "Show messages": true, "NPC drop a Backpack with loot": false, "Spawn Min Amount Items": 2, "Spawn Max Amount Items": 6, "Loot Table": [ { "probability": 1.0, "shortname": "ammo.pistol", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.pistol.fire", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.rifle.explosive", "name": "", "Skin list": [ 0 ], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.rifle.hv", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.rifle.incendiary", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.shotgun", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "ammo.shotgun", "name": "", "Skin list": [], "amountMin": 128, "amount": 256 }, { "probability": 1.0, "shortname": "explosive.timed", "name": "", "Skin list": [], "amountMin": 1, "amount": 5 }, { "probability": 1.0, "shortname": "explosives", "name": "", "Skin list": [], "amountMin": 200, "amount": 200 }, { "probability": 1.0, "shortname": "pistol.m92", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 }, { "probability": 1.0, "shortname": "shotgun.spas12", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 }, { "probability": 1.0, "shortname": "pickaxe", "name": "", "Skin list": [ 3163818649, 1962043729 ], "amountMin": 1, "amount": 1 }, { "probability": 1.0, "shortname": "hatchet", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 }, { "probability": 1.0, "shortname": "can.beans", "name": "", "Skin list": [], "amountMin": 3, "amount": 5 }, { "probability": 1.0, "shortname": "can.tuna", "name": "", "Skin list": [], "amountMin": 3, "amount": 5 }, { "probability": 1.0, "shortname": "black.raspberries", "name": "", "Skin list": [], "amountMin": 3, "amount": 5 }, { "probability": 0.0, "shortname": "box.repair.bench", "name": "Recycler", "Skin list": [ 1594245394 ], "amountMin": 1, "amount": 1 }, { "probability": 0.6, "shortname": "hmlmg", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 }, { "probability": 0.6, "shortname": "supply.signal", "name": "", "Skin list": [], "amountMin": 1, "amount": 1 } ] } } Localisation  :
    English language file included to use a different language just make a new file in the language folder.
    { "Zombie_Spawn": "Braaains", "Zombie_Dropped_Backpack": "{npc} dropped his old Backpack !", "Prefix": "[<color=green>Rock Zombie</color>] : ", "infoRock": "The diffrent stone/sulfur/metal rocks can hide a Zombie that can ressurect from their rocky grave.", "infoTree": "When cutting down Trees a Zombie can ressurect from under their roots.", "infoPickup": "When picking up resources a Zombie can sneak up behind you.", "Nodes": "<<color=orange>Nodes</color>> ", "Trees": "<<color=green>Trees</color>> ", "Pickups": "<<color=orange>Pickups</color>> " } API :
    bool IsZombieRocksNpc(global::HumanNPC npc) example call  :
    object OnEntityDeath(global::HumanNPC npc, HitInfo info) { if (npc == null) return null; if (ZombieRocks.Call<bool>("IsZombieRocksNpc", npc)) { Puts($"Target : {npc} net.ID : [{npc.net.ID}] Event : ZombieRocks NPC"); } return null; }  

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
172k
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.