Jump to content

Search the Community

Showing results for tags 'jtedal'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

  1. jtedal

    Train Homes

    Version 1.0.9

    308 downloads

    Live in one place? It's not interesting. Live in a camping car module? Too small. Have a full-fledged mobile home? That's what you need! Video Description With this plugin, your players will be able to build their own small base on the wagon and wander around the server with it. Or you can even assemble a whole train of such wagons. Chat Command (For admins) /showfreewagons - Writes the number of available wagons to the console, and also shows their location on the server. (Permission is required for use) /givewagon <amount> <SteamID or Name> - gives the specified player an item for the spawn of the wagon in the amount that you specify (Permission is required for use) Chat Command (For Player) /thinstruction - instructions on some features of the plugin /removewagon - take a hammer in your hands, write a command and hit the wagon Console Command (RCON only) clearallwagons - clears the server of all custom wagons. Be careful! The action is irreversible and players will lose all their items and resources. It should be used only before you want to turn off the plugin from the server, because after unloading, custom wagons can be created on the server. givewagon <amount> <SteamID or Name> - gives the specified player an item for the spawn of the wagon in the amount that you specify Plugin Config https://pastebin.com/jbsateCv Permissions trainhomes.givewagon - gives permission to use the chat command /givewagon trainhomes.showfreewagons - gives permission to view the location of free wagons Hooks private bool OnWagonSpawn(BasePlayer player) API private bool IsEntityFromBaseWagon(ulong netIdValue) Returns true if the netId of the object belongs to the wagon private bool IsBaseWagon(ulong netIdValue) Returns true if the netId belongs to a wagon on the base private bool IsTrainHomes(ulong netIdValue) Returns true if the netId belongs to a wagon on the track private bool IsFreeWagon(ulong netIdValue) Returns true if the netId belongs to a free wagon on the track Check out more of my work here JTedal's library. Come see our whole teams work Mad Mapper Library.
    $28.99
  2. Version 1.4.1

    539 downloads

    Never worry about your players fighting over a monument, make them compete for ownership! With this plugin you can configure several parameters then players can compete to claim a monument for a set time. There is enough configuration and options that this would work well for any server, whether PvE or PvP. Video Description This plugin will automatically find Facepunch standard monuments, including Cargo Ship and Oil Rigs that are on the map, and which can be specified in the configuration. This will create a zone around each monument in which customizable rules apply for anyone coming to the monument, whether they become owner or not. You can also create a zone using coordinates anywhere on the map, and assign certain rules to it. Chat Command (For all players) /mocd - Displays all cooldowns for the player /CreateCustomZone {name} - Creates a file for a custom zone in the Data/MM_Data/MonumentOwner/Custom Zones folder with the administrator position at the time of file creation Console Command (RCON only) mocdreset {SteamID64} - Resets all cooldowns for the player Plugin Config example of a configuration for monuments sample configuration for the plugin Ideas for updates that may be implemented in the future Current ideas for the future of this plugin. These are things that I want to implement possibly. You can also write to us in Discord to suggest ideas or to vote for any that I share here. Respawn loot, NPC, Bradley, etc. on command Respawn loot when getting a new owner Purchase of owner status through third-party plugins or through commands Ownership retention for as long as there is fuel in Excavator or Quarries Add plugin support for notifications and also add notifications via Rust GUI Disabling and enabling zones while the plugin is running Creating a zone by command API The answer true or false will tell whether there is a zone in this coordinate private bool HasZone(Vector3 posMonument) The answer true or false will tell whether the zone belongs to someone private bool HasOwner(Vector3 posMonument) The answer ulong will tell who the zone belongs to private ulong GetOwnerID(Vector3 posMonument) The answer true or false will tell whether the player can become the owner private bool CanPlayerBecomeOwner(Vector3 posMonument, BasePlayer player) Forcibly establishes the owner of the zone, bypassing checks on his ability to become the owner. The answer true or false will tell whether he was able to become one or the zone is occupied by another player private bool SetOwnerID(Vector3 posMonument, ulong userID) Deletes a zone. The answer true or false will tell whether he was able to do it private bool RemoveZone(MonumentInfo monument) Creates a zone for the desired monument. The answer true or false will tell whether he was able to do it private bool CreateZone(MonumentInfo monument) Translation assistance by Jbird. Check out more of my work here JTedal's library. Come see our whole teams work Mad Mapper Library. Come by the Mad Mapper Discord for support, feedback, or suggestions!
    $19.99
  3. Version 1.0.2

    89 downloads

    This event is based on the game "Red Light, Green Light" from the popular serial "Squid Game" Description Prefab arena for this game is in the plugin package To work event is necessary to have this prefab on the map (it works only on custom maps!!!) Event starts with a message in the chat about the beginning of the event. Then everyone who wants to take part in the game must write in the chat command (/rlglenter). The player will be moved to the arena after this action. If the player is in his building zone, he will return to the same place at the end of the event. It’s a place where he wrote the command. Otherwise, at the end of the event the player will be moved to a safe zone on the map. There is a waiting time for all players at the beginning of the event. The game will begin when this time is over. The idea of the game is to follow instructions strictly. While the indicator is green, a player can move. When a red indicator is on the player’s screen, a player can’t move. If the violation of the rules is noticed, a player will be out of the game and move to the watching area of the game. Then a player can monitor other players’ game from the watching zone. All players who cross the finish line before the time limit is up will win. It is possible to set up in the configuration: a total table of items for the winners, all the time periods in the game, the inaccuracy of the player's movement when the red light is activated. Prefab Installation Instructions In this case, it is assumed that the customer uses the RustEdit program 1. Unpack the archive to a folder 2. Open the RustEdit program location 3. Place the folder with the prefab files in the "CustomPrefabs" folder 4. Run the RustEdit program 5. Open the map on which you want to install this prefab 6. In the Prefab List tab, open the Custom tab 7. In the Custom tab, open the folder that we dragged to CustomPrefabs (item 3) 8. Drag the prefab to the place you want on the map 9. Apply The Modifications (!!!THE first step is to APPLY the Height Mask, then everything else!!!) 10. Everything is ready (If available)! It remains only to save the map, run it on the server Dependencies (optional, not required) NoEscape NTeleportation Chat commands (only for administrators) /rlglstart - start the event /rlglstop - end the event /rlglenter - enter the arena of the game /rlglexit - exit the arena of the game Console commands (RCON only) rlglstart - start the event rlglstop - end the event Plugin Config "Prefix of chat messages" "Inaccuracy of changing the player position at the red indicator [м.]" "Inaccuracy of changing the position of player’s camera at the red indicator [degrees]" "Minimum time between events [sec.]" "Maximum time between events [sec.]" "Waiting time at the beginning of the event [sec.]" "Duration of the event [sec.]" "Waiting time at the end of the event [sec.]" "Minimum starting time of the stage (at least 2) [sec.]" "Maximum starting time of the stage (at least 4) [sec.]" "Sound language [ru/en]" "List of commands that you cannot use in the event area" "Table of items for winning the game" "List of items" "ShortName" "Minimum" "Maximum" "Chance [0.0-100.0]" "Is this a blueprint? [true/false]" "SkinID (0 - default)" "Name (empty - default)" "Own loot table" "Minimum numbers of items" "Maximum numbers of items" "List of items" The prefab is designed by jtedal#8448 Contact me in Discord: KpucTaJl#8923
    $31.00
  4. Version 1.0.1

    92 downloads

    This monument is designed for my TrainHomes plugin, but if you like it, you can use it on your map. (for personal use only, no resale) You can read more information on the plugin page. Description 266 Prefabs for this build There are all the necessary modification masks for easy installation on the map Triggers Not has any loot Modification masks Height Mask Splat Mask Topology Mask Triggers Building Box Collider Instruction Video example: Check out more of my work here!
    Free
  5. jtedal

    Deathland

    Version 1.2.0

    86 downloads

    Deathland A great custom post-apocalypse style map to add a little bit of horror to your server The story of the creation of the map as well as the storyline of the video is timed to a new event (Defendable Bases) from KpucTaJl that wants to immerse us in the world of the post-apocalypse when the dead captured the earth and all hope is only in our hands How can I view the map? You can do this in our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an "administrator" and without any difficulties you will be able to fly around the map and fully familiarize yourself with it. Discord Server: https://discord.gg/UpUXuxs4Vx For which plugins do I provide configuration files? Defendable Bases BetterNpc Description Size: 4000к Prefab Count: ~64к Custom monuments: Gallows Project (Includes 4 medium underground stations) The Swamp of the Guards Water Dump Excavation Village of the Dead Frostpunk Generator Underground Station-1 Underground Station-1 Food Shops Car Services Custom Warehouses T-Stations А place to build your base Monuments from Facepunch: Train Yard Military tunnels Sphere Tank Military Base Outpost Bandit camp Satellite Dish Lighthouses Launch Site Underwater Labs Oil Rig Large Oil Rig Harbor 1 Harbor 2 Fishing Villages Ranch Junkyard Ziplines Railway tracks Quarries Check out more of my work here!
    $34.99
  6. jtedal

    Calibre

    Version 1.1.1

    103 downloads

    An excellent user map of small size with a large number of monuments and non-standard improvements. The history of the map creation is timed to coincide with the August update of the Rust game when the developers presented us with a new addition for the standard "Coaling Towers" monuments. How can I view the map? You can do this on our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an "administrator," and without any difficulties, you will be able to fly around the map and fully familiarize yourself with it. Discord Server: https://discord.gg/UpUXuxs4Vx For which plugins do I provide configuration files? Defendable Bases BetterNpc Description Size: 3700к Prefab Count: ~36к Custom monuments: Logistics Center Oil Refinery Red Brick White Brick Verf (Additional structure for the standard Harbor monument) Underground Cannabis Plantation Hunting Pit Hunters Estate Wind Valley Coaling Towers Wayside monuments (Food Shop, Warehouse, and Car Service) Super Fishing (Based on the standard monument, Recyclers, a drone station, and a place to buy a mini copter were added, as well as a small loot) Breakable Outpost merged with Bandit Camp and Stable + Car Lift. Standard monuments: Launch Site Train Yard Power Plant (+ custom Coaling Tower) Excavator (+ custom Coaling Tower) Harbor (+ custom Coaling Tower) Military Base Military Tunnel Arctic Base Junkyard Sphere Lighthouse Satellite Dish Stables Oil Rigs Underwater Labs Check out more of my work here!
    $34.99
  7. Version 1.0.8

    160 downloads

    Great custom map with a large size but also a high density of water. The history of the map creation is timed to coincide with the Halloween update of the game Rust 2022. On the map you can find iconic locations from various movies and games How can I view the map? You can do this in our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an "administrator" and without any difficulties you will be able to fly around the map and fully familiarize yourself with it. Discord Server: https://discord.gg/UpUXuxs4Vx For which plugins do I provide configuration files? Defendable Bases BetterNpc BossMonsters Description Size: 4000к Prefab Count: ~54к Custom monuments: Railway Depo Gornizon Snake Pumpkin Sphere Outpost / Bandit Camp (Combined together and decorated in the Halloween style) Amusement Park Camp Crystal Lake Haddonfield Frankenstein's Castle Several places for the building of base Standard monuments: Launch Site Train Yard Excavator Harbor [2/2] Military Base Military Tunnel Arctic Base Junkyard Water Treatment Plant Airfield Lighthouse Satellite Dish Stables [2/2] Oil Rigs [2/2] Underwater Labs Check out more of my work here!
    $34.99
  8. Version 1.1.9

    44 downloads

    A great custom map that is a continuation of the first part of Luminous World How can I view the map? You can do this in our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an "administrator" and without any difficulties you will be able to fly around the map and fully familiarize yourself with it. For which plugins do I provide configuration files? BetterNpc Description Size: 3700к Prefab Count: ~41к Custom monuments: Logistics Center (with Coaling Towers) Abandoned Underground Plantation Radioactive Junkyard Dams Wind Valley Abandoned Arctic Base Meteorite J23 Sewer Drainage Abandoned Harbor Lagoon Breakable Outpost merged with Bandit Camp and Stable + Car Lift. Wayside monuments (Food Shop, Warehouse, and Car Service) Super Fishing (Based on the standard monument, Recyclers, a drone station, and a place to buy a mini copter were added, as well as a small loot) Super Stables (Based on the standard monument, Recyclers, a drone station, and a place to buy a mini copter were added, as well as a small loot) Monuments from Facepunch: Launch Site Bandit Camp Excavator Harbor [1/2] Military Base Military Tunnel Arctic Base Water Treatment Plant Airfield Lighthouse Satellite Dish Stables [2/2] Oil Rigs [2/2] Underwater Labs Check out more of my work here!
    $34.99
  9. Version 1.2.4

    383 downloads

    Lapland This Christmas map will bring your server a great Christmas mood How can I view the map? You can do this in our Discord server by submitting a request for an invitation to our servers. There you will be given the rights of an "administrator" and without any difficulties you will be able to fly around the map and fully familiarize yourself with it. Discord Server: https://discord.gg/UpUXuxs4Vx Description Size: 3700к Prefab Count: ~63к Dear customer, please note that the plug-in for riding animals along with the map is not for sale. If you want to add this feature to your server, then you need to purchase it yourself. Included with the map are plug-ins for cableway, sled tweaks, etc. WARNING! There are a large number of objects on the map that remain visible for a long distance. For a higher and more stable FPS, I advise you not to include a drawing range above 1500. Custom monuments: New Year's Snow Globe New Year's Central Square Sledge Slide Yeti Cave Stag Ranch Port Village Cableway Junkyard Hands Underground Cannabis Plantation Excavation Stations for ground trains Bridges Festive Christmas trees on standard monuments Christmas pole А place to build your base (Igloo) Monuments from Facepunch: Train Yard Arctic Base Military tunnels The Dome Water Treatment Plant Military Base Outpost Sewer Branch Bandit camp Satellite Dish Lighthouses Launch Site Underwater Labs Oil Rig Large Oil Rig Harbor 1 Harbor 2 Fishing Village Ranch Junkyard 3 in the form of roadside monuments Quarries
    $34.99
  10. Version 1.0.0

    13 downloads

    Procgen Arenas These arenas will perfectly decorate your battle server Aimtrain Arena A 418 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Paths Arena diameter: 200m Aimtrain Arena B 186 Prefabs for this build Installation Modifiers: Biome, Height, Splat Arena diameter: 200m Aimtrain Arena C 122 Prefabs for this build Installation Modifiers: Biome, Height, Splat Arena diameter: 200m Aimtrain Arena D 109 Prefabs for this build Installation Modifiers: Biome, Height, Splat Arena diameter: 200m Aimtrain Arena E 104 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Paths Arena diameter: 200m Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $14.99
  11. Version 1.0.0

    7 downloads

    Lobby This lobby will perfectly embellish your combat server Product Features 8300 Prefabs for this build It includes 8 sections, each section has 5 portals Total number of portals - 40 Check out more of my work here!
    $14.99
  12. Version 1.0.0

    6 downloads

    What is in the archive? Train station for PvP (Loot, spawn point workcart) Train station for PvE (Loot, vending machine, save zone, marketplace, minicopter/helicopter shop, spawn point workcart) Small stations for intermediate stops Track Fork Workcarts Spawn Plugin p.s. For more information, see the photos Description: RT large size Backlight Build zone: Loot: Custom IO: Cameras: ~ 30K objects Modifications Splat mask Height mask Topology mas
    $14.99
  13. Version 1.0.0

    16 downloads

    A place to build your base These places to build your base will bring variety to your map. ---------------------------------------------------------------- Custom Base A 418 Prefabs for this build Installation Modifiers: Topology, Height, Splat, Alpha ---------------------------------------------------------------- Custom Base B 48 Prefabs for this build Installation Modifiers: Topology, Height, Splat, Alpha, Biome ---------------------------------------------------------------- Custom Base C 207 Prefabs for this build Installation Modifiers: Topology, Height, Splat ---------------------------------------------------------------- Custom Base D, D1 [D-639]/[D1-598] Prefabs for this build Installation Modifiers: Topology, Height, Splat, Biome ---------------------------------------------------------------- Custom Base F, F1, F2 [F-339]/[F1-244]/[F2-282] Prefabs for this build Installation Modifiers: Topology, Height, Splat, Alpha ---------------------------------------------------------------- Custom Base G 343 Prefabs for this build Installation Modifiers: Topology, Height, Splat, Alpha ---------------------------------------------------------------- Custom Base H 64 Prefabs for this build Installation Modifiers: Topology, Height, Splat You can store your work cart if the place is connected to the railway tracks ---------------------------------------------------------------- Custom Base N 542 Prefabs for this build Installation Modifiers: Topology, Height ---------------------------------------------------------------- Custom Base O, O1 [O-826]/[O1-750] Prefabs for this build Installation Modifiers: Topology, Height, Splat ---------------------------------------------------------------- Custom Base P 1716 Prefabs for this build Installation Modifiers: Topology, Height, Splat, ---------------------------------------------------------------- Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $14.99
  14. Version 1.0.0

    17 downloads

    Procgen Arenas These arenas will perfectly decorate your battle server Procgen Arena F 767 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 175m Procgen Arena G 1263 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 200m Procgen Arena H 829 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology, Paths Arena diameter: 150m Procgen Arena I 641 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 125m Procgen Arena J 594 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology, Paths Arena diameter: 100m Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $14.99
  15. 15 downloads

    Industrial Arenas These arenas will perfectly decorate your battle server Industrial Arena A 1715 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 150m Industrial Arena B 1753 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 85m Industrial Arena C 2028 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 100m Industrial Arena D 3607 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 200m Industrial Arena E 2186 Prefabs for this build Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 125m Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $14.99
  16. Version 1.0.0

    26 downloads

    A place to build your base These places to build your base will bring variety to your map. ---------------------------------------------------------------- Custom Base I 85 Prefabs for this build Installation Modifiers: Topology, Height, Splat ---------------------------------------------------------------- Custom Base J 175 Prefabs for this build Installation Modifiers: Topology, Height, Splat ---------------------------------------------------------------- Custom Base K 95 Prefabs for this build Installation Modifiers: - ---------------------------------------------------------------- Custom Base L 883 Prefabs for this build Installation Modifiers: - ---------------------------------------------------------------- Custom Base S,S1 [S-506]/[S1-504] Prefabs for this build Installation Modifiers: Topology, Height ---------------------------------------------------------------- Custom Base T 122 Prefabs for this build Installation Modifiers: - ---------------------------------------------------------------- Custom Base U 526 Prefabs for this build Installation Modifiers: Topology, Height ---------------------------------------------------------------- Custom Base V 1628 Prefabs for this build Installation Modifiers: - ---------------------------------------------------------------- Custom Base W 55 Prefabs for this build Installation Modifiers: Topology, Height ---------------------------------------------------------------- Custom Base X 443 Prefabs for this build Installation Modifiers: - ---------------------------------------------------------------- Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $14.99
  17. Version 1.0.0

    4 downloads

    Farm Islands A wonderful pack of 4 farm islands that will add the opportunity for your players to get a significant amount of resources in a short period of time. But do not forget that there are a lot of "bloodthirsty" players and PVP content can't be avoided there Description: Each farm island is equipped with 150 ores (50-sulfur, 50-metal, 50-stone) Each island has a high level of radiation (it is weaker than on the Launchsite, but it breaks through the hazmat suit a little) On each farm island there is a "Prevent building sphere" with a diameter of 500 meters Each farm island has a surveillance camera with its own unique name Farm Island Grass 397 Prefabs for this build CCTV Cam: FarmIslandGrass Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 250m Farm Island Sand 705 Prefabs for this build CCTV Cam: FarmIslandSand Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 250m Farm Island Snow 250 Prefabs for this build CCTV Cam: FarmIslandSnow 6 barrels of fire to keep players warm Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 250m Farm Island Tundra 344 Prefabs for this build CCTV Cam: FarmIslandTundra Installation Modifiers: Biome, Height, Splat, Topology Arena diameter: 250m Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $14.99
  18. jtedal

    Excavation

    Version 1.0.0

    4 downloads

    Excavation This monument is somewhat similar to the standard monument from Facepunch, but this is far from the case. You won't be able to launch an excavator on it, but it will perfectly decorate your map with a detailed landscape and also give your players the opportunity to fight with bots for loot that is there P.s. On the screenshots you can notice that there is an entrance for underground tunnels on this monument, but due to the fact that for reasons that are unclear to me, it is not saved in the prefab, I removed it from there but left a place to install it, so if you have a desire, you can install it there yourself Description 3114 Prefabs for this build There are all the necessary modification masks for easy installation on the map Resource mining stones, bots, triggers and crates Modification masks Height Mask Splat Mask Topology Mask Triggers Building Sphere Radiation Med Water culling volume Check out more of my work here! Join the Mad Mappers Discord Here! https://discord.gg/UpUXuxs4Vx
    $14.99
  19. Version 1.0.0

    70 downloads

    This is a set of 3 bases for the Defendable Bases plugin. Defendable Bases (Bundle-1) - the first bundle The plugin itself is not included in the bundle, it must be purchased separately Video: Base [F] Has 2 corridors for zombies to General Newman 3 barricades can be installed in each corridor It has 3 types of traps: Auto Turrets, Flame Turrets and Shotgun Trap 8 rooms for loot crates Base [G] Has 4 corridors for zombies to General Newman 3 barricades can be installed in each corridor It has 3 types of traps: Auto Turrets, Flame Turrets and Shotgun Trap 6 rooms for loot crates Base [H] Has 4 corridors for zombies to General Newman 3 barricades can be installed in each corridor It has 2 types of traps: Auto Turrets, Flame Turrets and Shotgun Trap 4 rooms for loot crates Maps on which you can install these bases on custom monuments: Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448) Join the Mad Mappers Discord Here! https://discord.gg/UpUXuxs4Vx
    $14.99
  20. Version 1.0.2

    26 downloads

    Aimtrain Arenas These arenas will perfectly decorate your battle server Aimtrain Arena A 2500 Prefabs for this build 8 shooting tracks 25m; 50m; 75m; 100m; 125m; 150m; 175m; 200m; Aimtrain Arena B The arena is designed for training shooting at enemies in the open area 331 Prefabs for this build Arena length - ~200m There you will find marks at 5-15, 50, 100,150 and 200 meters. Aimtrain Arena C The arena is designed for training shooting at enemies located behind barriers, in the room and etc. 500 Prefabs for this build Arena length - ~200m There you will find marks at 5-15, 50, 100,150 and 200 meters. Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal#8448)
    $19.99
  21. Version 1.0.0

    13 downloads

    This is a set of 3 bases for the Defendable Bases plugin. Defendable Bases (Bundle-1) - the first bundle Defendable Bases (Bundle-2) - the second bundle The plugin itself is not included in the bundle, it must be purchased separately Video: Base [I] Has 4 corridors for zombies to General Newman 3 barricades can be installed in each corridor It has 3 types of traps: Auto Turrets, Flame Turrets and Shotgun Trap 4 rooms for loot crates Base [J] Has 3 corridors for zombies to General Newman 3 barricades can be installed in each corridor It has 1 type of traps: Auto Turrets 4 rooms for loot crates Base [K] Has 6 corridors for zombies to General Newman 3 barricades can be installed in each corridor It has 3 types of traps: Auto Turrets, Flame Turrets and Shotgun Trap 6 rooms for loot crates Maps on which you can install these bases on custom monuments: Check out more of my work here! If you have any ideas or suggestions on how to improve / supplement this pack, please contact me. (Discord: jtedal) Join the Mad Mappers Discord Here! https://discord.gg/madmappers
    $14.99
  22. Version 1.0.0

    1 download

    Description: Monument from the pack "Wayside monuments" RT small size Backlight Build zone: Loot: ~ 800 objects Modifications Splat mask Height mask Topology mask 1P.S. If you want to change the prefab for yourself / your needs, please contact the author. 2P.S.All roadside monuments can be purchased at the link.
    $6.99
  23. Version 1.0.0

    7 downloads

    Description: Monument from the pack "Wayside monuments" RT small size Backlight Build zone: Loot: ~ 350 objects Modifications Splat mask Height mask Topology mask 1P.S. If you want to change the prefab for yourself / your needs, please contact the author. 2P.S.All roadside monuments can be purchased at the link.
    $6.99
  24. Version 1.0.0

    1 download

    Description: Monument from the pack "Wayside monuments" RT small size Backlight Build zone: Loot: ~ 1400 objects Modifications Splat mask Height mask Topology mask 1P.S. If you want to change the prefab for yourself / your needs, please contact the author. 2P.S.All roadside monuments can be purchased at the link.
    $6.99
  25. Version 1.0.0

    8 downloads

    Wayside Car Service The monument was created to replace the standard gas station. A fresh and new look at roadside monuments. P.S. Included in the pack of wayside monuments (Pack-2). Description 2238 Prefabs for this build There are all the necessary modification masks for easy installation on the map Triggers, crates and green card Lighting Recycler Modification masks Height Mask Splat Mask Topology Mask Alpha Mask Triggers Building Sphere Environment volume building (Light shading of the screen when the player is in the building) Check out more of my work here! Join the Mad Mappers Discord Here! https://discord.gg/UpUXuxs4Vx
    $6.99
1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.5k

Files Sold

Total number of files sold.

1.5m

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.