Jump to content

Search the Community

Showing results for tags 'ship'.

  • 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

Container

  • Support
  • Tutorials

container

  • Support
  • Tutorials

Posting Records Settings

  • Records

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

Found 19 results

  1. Version 1.2.6

    686 downloads

    Experience the thrill of high-seas plunder with "Tugboat Pirates". Encounter a Tugboat, brimming with NPC pirates protecting their valuable loot. Engage in intense battles, eliminate the captain for an access code, and seize the treasure. Features Tugboat with Pirate NPCs and loot patrols the ocean Kill the captain to get access to the loot room Fully configurable boat interior Boat location marked on the map Fully customizable NPCs (you can even give them rocket launchers in their kits) Event starts automatically (configurable time, can be disabled) Announcements via gametip and/or chat NPC are turret NPC that do not move from their station on the Tugboat Door code of the loot room can be found in the captain's corpse (pirate quotes can be changed in the config) Commands All Commands require the admin permission /tugboatstart - Manually start the event /tugboatstop - Manually end the event Hooks (void) OnTugboatPiratesStarted() // Called when the event has started (void) OnTugboatPiratesEnded() // Called after the event has ended Permissions tugboatpirates.admin - Required to use admin commands Configuration { "Time between events (minutes, set to -1 to disable scheduled events)": 60, "Event duration (seconds)": 3600, "Show toast when event starts": true, "Announce event in chat": true, "Boat leave time before despawning (seconds)": 120, "Time before boat despawn when captain is killed (seconds)": 1200, "Boat configurations": [ { "Location offset (used when spawning multiple boats)": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Npc profile for captain (must be a valid profile)": "captain", "Npc spawn locations and profiles": { "back_right": "pirate_lr", "back_left": "pirate_lr", "upper_front_right": "pirate_lr", "upper_front_left": "pirate_lr", "upper_back_right": "pirate_lr", "upper_back_left": "pirate_lr", "roof_back": "pirate_lr", "entrance_right": "pirate_lr", "entrance_left": "pirate_lr", "roof_right": "pirate_lr", "roof_left": "pirate_lr", "front": "pirate_lr", "right": "pirate_mp5", "left": "pirate_mp5" }, "Interior objects (crates, decoration, etc.)": [ { "Prefab path": "assets/prefabs/deployable/chinooklockedcrate/codelockedhackablecrate.prefab", "Rotation": 180.0, "Position on boat": { "x": 0.0, "y": 2.0, "z": 4.2 }, "Skin id": 1394363785, "Loot profile (only for crates, leave empty for default loot)": "" }, // Removed some lines for readability reasons ] } ], "Npc profiles": { "pirate_lr": { "name": "Pirate", "health": 200.0, "enableRadio": true, "senseRange": 50.0, "visionCone": 135.0, "damageScale": 1.0, "memoryDuration": 60.0, "lootProfile": "pirate", "kit": "", "Clothing items": [ { "shortName": "hat.boonie", "amount": 1, "skinId": 965553937 }, { "shortName": "hoodie", "amount": 1, "skinId": 2984978438 }, { "shortName": "pants", "amount": 1, "skinId": 2984977257 }, { "shortName": "attire.hide.boots", "amount": 1, "skinId": 861468674 } ], "Belt items": [ { "shortName": "rifle.lr300", "amount": 1, "skinId": 0 } ] }, "pirate_mp5": { "name": "Pirate", "health": 150.0, "enableRadio": true, "senseRange": 50.0, "visionCone": 135.0, "damageScale": 1.0, "memoryDuration": 60.0, "lootProfile": "pirate", "kit": "", "Clothing items": [ { "shortName": "hat.boonie", "amount": 1, "skinId": 965553937 }, { "shortName": "hoodie", "amount": 1, "skinId": 2984978438 }, { "shortName": "pants", "amount": 1, "skinId": 2984977257 }, { "shortName": "attire.hide.boots", "amount": 1, "skinId": 861468674 } ], "Belt items": [ { "shortName": "smg.mp5", "amount": 1, "skinId": 0 } ] }, "captain": { "name": "Captain", "health": 100.0, "enableRadio": false, "senseRange": 0.0, "visionCone": 0.0, "damageScale": 1.0, "memoryDuration": 0.0, "lootProfile": "pirate", "kit": "", "Clothing items": [ { "shortName": "hat.boonie", "amount": 1, "skinId": 965553937 }, { "shortName": "tshirt", "amount": 1, "skinId": 811762477 }, { "shortName": "pants.shorts", "amount": 1, "skinId": 849256923 }, { "shortName": "attire.hide.boots", "amount": 1, "skinId": 861468674 } ], "Belt items": [ { "shortName": "mace.baseballbat", "amount": 1, "skinId": 0 } ] } }, "Loot profiles": { "crate_2": [ { "Short name": "scrap", "Min amount": 2, "Max amount": 20, "Chance": 1.0, "Skin id": 0 }, { "Short name": "metal.refined", "Min amount": 4, "Max amount": 8, "Chance": 0.5, "Skin id": 0 }, { "Short name": "gears", "Min amount": 1, "Max amount": 3, "Chance": 0.2, "Skin id": 0 }, { "Short name": "sewingkit", "Min amount": 1, "Max amount": 3, "Chance": 0.2, "Skin id": 0 }, { "Short name": "rope", "Min amount": 1, "Max amount": 3, "Chance": 0.2, "Skin id": 0 }, { "Short name": "sheetmetal", "Min amount": 1, "Max amount": 2, "Chance": 0.2, "Skin id": 0 }, { "Short name": "grenade.molotov", "Min amount": 1, "Max amount": 2, "Chance": 0.1, "Skin id": 0 }, { "Short name": "grenade.f1", "Min amount": 1, "Max amount": 4, "Chance": 0.1, "Skin id": 0 }, { "Short name": "telephone", "Min amount": 1, "Max amount": 1, "Chance": 0.1, "Skin id": 0 }, { "Short name": "multiplegrenadelauncher", "Min amount": 1, "Max amount": 1, "Chance": 0.1, "Skin id": 0 } ], "pirate": [ { "Short name": "scrap", "Min amount": 2, "Max amount": 6, "Chance": 1.0, "Skin id": 0 }, { "Short name": "bottle.vodka", "Min amount": 1, "Max amount": 1, "Chance": 0.7, "Skin id": 0 }, { "Short name": "pistol.eoka", "Min amount": 1, "Max amount": 1, "Chance": 0.2, "Skin id": 0 }, { "Short name": "ammo.handmade.shell", "Min amount": 5, "Max amount": 10, "Chance": 0.2, "Skin id": 0 }, { "Short name": "rope", "Min amount": 1, "Max amount": 3, "Chance": 0.3, "Skin id": 0 }, { "Short name": "sewingkit", "Min amount": 1, "Max amount": 2, "Chance": 0.3, "Skin id": 0 } ] }, "Priate quotes (inluded in captain's note)": [ "If rum can’t fix it, ye are not using enough rum.", "But… why is the rum gone?", "Be who you arrrr...", "All for rum and rum for all!", "Land was created to provide a place for boats to visit.", "If ye can read this ye be stupid." ] }
    $18.99
  2. Version 1.0.0

    9 downloads

    This a small stargate-themed pack containing a BC-304 battlecruiser "Daedalus" and a stargate ring prefab that is a good to use with the portal plugin and a 4 door gate shield to block travel "iris". 1
    $5.00
  3. Version 1.0.0

    4 downloads

    The pirate ship prefab is designed to give your server a little more variety. The size is the same as the cago ship so you have to take that into account when placing it on your map. The prefab can be modified to the client's liking so that it fits their server in the best way. The ship does not contain any NPC since it will depend on the plugin that each client uses, BotReSpawn is the one that I use to test the NPC functionality of the custom prefabs. Prefab size: 3k If you need any questions or personal modifications for your server, do not hesitate to contact me by discord zeroabsoluto_273
    $7.00
  4. Adem

    Space

    Version 1.3.5

    2,296 downloads

    The plugin allows players to visit a cold atmospheric Space void of gravity and oxygen, and visit an International Space Station! A Space Station appears high in the sky, and is surrounded by Meteorites, Spaceships, and Balloons. There is no gravity in Space, the temperature is very low and there is no oxygen. You can get to Space by a Spaceship or by a Balloon which also spawn near roads or in loot tables. The Space Station is guarded by customizable NPCs and a Space Bradley. Outer Space Meteorites, Crates, NPCs, Balloons and Spaceships will spawn in Outer Space near the Space Station, the number of each can be configured and customized. In order to survive in Outer Space, the player will need a Spacesuit. A Spacesuit can be customized to be any piece of clothing. In the config you can customize items that will perform the functions of the Spacesuit in whole or in part. To make space dark for players at any time of the day, use the NightVision plugin Space Station The Space Station consists of several compartments that are separated from each other by doors. Optionally, the doors can be locked and they will need to be raided. Inside the station there are crates with loot, NPCs, turrets, and fire turrets. At the end of the corridor there are two doors that open with blue cards and one door that opens with red. The spawn of the space station can be disabled. All objects on the space station are configured in the Data file of this station Spaceship The plugin includes spaceships that can spawn near roads, in Space, or can be added to loot tables. The ship has separate settings for flying in the normal atmosphere and in zero gravity in Space. It can shoot torpedoes, which will help the player in capturing the space station. There are two seats in each spaceship. Shuttle Control Guide: Balloon A balloon is an ordinary balloon with which you can ride into outer space. The balloon can spawn near roads, in Space, or can be added to loot tables. Also, this function can be applied to all balloons on the server. If the balloon is in zero gravity, it can be used as an escape capsule! If necessary, the player can enter, press a button, and be taken out of Space into the normal atmosphere. Dependencies Required NpcSpawn Chat commands (only for administrators) /spacestart – launches the event in a random configuration /spacestart <eventPresetName> – launches the event in the <eventPresetName> configuration /spacestop – stops the event /spawnshuttle – spawn the shuttle in your position /spawnaerostat – spawn the aerostat in your position /spacepoint – creates a custom spawn point of the event in your position (after that, you need to enable custom spawn points in the config) Console commands (RCON only) spacestart – launches the event in a random configuration spacestart <eventPresetName> – launches the event in the <eventPresetName> configuration spacestop – stops the event givepurplecard <userId> <amount> – gives a space card to a player giveshuttle <userId> <amount> – gives a shuttle to a player giveaerostat <userId> <amount> – gives a shuttle to a player givespacesuit <space_suit_preset> <userId> <amount> – gives <space_suit_preset> to a player Config plugin_en – example of plugin configuration in English station_en – example of station configuration in English plugin_ru – example of plugin configuration in Russian station_ru – example of station configuration in Russian Dependencies (optional, not required) True PVE PveMode GUI Announcements Notify DiscordMessages AlphaLoot CustomLoot Economics Server Rewards IQEconomic Hooks void OnSpaceEventStop() void OnSpaceEventStart() API bool IsPositionInSpace(Vector3 position) float GetMinSpaceAltitude() bool IsEventActive() My Discord: adem9554 Join the Mad Mappers Discord here! Check out more of my work here!
    $49.99
  5. Version 2.8

    47 downloads

    This is a collection of icons for a various amount of events by various developers for the plugin Server HUD by AhigaO There are around ~30 or so events these can be used for! ICONS & HOOKS INCLUDED FOR: Airfield Events Airfield Event AirfieldEventStarted - called when the event starts AirfieldEventEnded - called when the event has ended Arctic Base Event OnArcticBaseEventStart – called when the event starts OnArcticBaseEventEnd – called when the event ends Boss Monsters - (I had fun with this because the possibilities are endless) ☆ Almost Every Monster Has It's Own Icon Plus Some ☆ OnBossSpawn - сalled when the event starts OnBossKilled- сalled when boss is killed Bot Purge Event OnBotPurgeEventStart - called when event starts OnBotPurgeEventEnd - called when event ends Eradication Event OnEradEventStart - called when event starts OnEradEventEnd - called when event ends Caravan OnCaravanStart - сalled when event starts OnCaravanStop - сalled when event ends Cargo Events Gas Station Event OnGasStationEventStart – called when the event starts OnGasStationEventEnd– called when the event ends Harbor Events Heavy Cargo Ship Event HeavyCargoShipEventStarted - called when event starts HeavyCargoShipEventStopped - called when event ends Heavy Excavator Event HeavyExcavatorEventStarted - called when event starts HeavyExcavatorEventStopped - called when event ends Heavy Oil Rig Event HeavyOilRigEventStarted - called when event starts HeavyOilRigEventStopped - called when event ends Heli Events Junkyard Event OnJunkyardEventStart – called when the event starts OnJunkyardEventEnd – called when the event ends Legendary Beasts BroadcastOnSpawn - called when event starts SendMessageOnDeath - called when Beast is killed Meteor Event OnMeteorShowerStart - called when the event starts OnMeteorsKilled - called when the event ends Missile Silo Events Military Airfield Event OnMilitaryAirfieldEventStarted - called when the event starts OnMilitaryAirfieldEventEnded - called when the event ends Mushroom Event OnMushroomEventStarted - called when the event starts OnMushroomEventEnded - called when the event ends Oil Rig Events HeavyOilRigEventStarted - called when the event starts HeavyOilRigEventStopped - called when the event ends Plane Crash Events CargoPlaneCrashStarted - called when the event starts CargoPlaneCrashCrashed - called when a cargo plane crashes OnEntitySpawned - called when the event starts (Chaoscode.io version) OnEntityKill - called when the plane crashes Power Plant Event OnPowerPlantEventStart – called when the event starts OnPowerPlantEventEnd – called when the event ends Shipwreck Event OnShipwreckStart - called when the event starts OnShipwreckStop - called when the event ends Satellite Dish Event OnSatDishEventStart – called when the event starts OnSatDishEventEnd – called when the event ends Sputnik Event OnSputnikEventStart - called when the event starts OnSputnikEventStop - called when the event ends Space Event OnSpaceEventStop - called when the event starts OnSpaceEventStart - called when the event ends Super Market Event OnSupermarketEventStart - called when the event starts OnSupermarketEventEnd - called when the event ends Train Heist Event OnTrainHeistStarted - called when the event starts OnTrainHeistFinished - called when the event ends Train Yard Events Triangulation Event OnTriangulationStart – called when the event starts OnTriangulationEnd – called when the event ends Tug Boat Pirate Event OnTugboatPiratesStarted - called when the event starts OnTugboatPiratesEnded - called when the event ends Tug Me EventTugStarted - called when the event starts EventTugStopped - called when the event ends Water Event OnWaterEventStart – called when the event starts OnWaterEventEnd – called when the event ends Empty Icon For Custom Use All Icons are 50x50 as per originals Style is kept in original style of the plugin Empty 100x100 icon for Custom Logo placement FOR DROPBOX LINKS MAKE SURE TO CHANGE =0 TO =1
    $3.97
  6. Version v1

    2 downloads

    Stalker Checkpoint is a on road prefab that's best placed obviously on a flat road , no masks come along with it to not mess up with your road placement / height and so on. For ease of use no masks for height are included so place it on a flat road and adjust it manually , not all the green crates present are lootable some of them are just decor. Once placed on a flat road make sure to adjust the height and location of bushes and trees according to your road lenght/shape. There are couple invisible loot spawners you can select and remove if unecessary from scene hierarchy in editor , they are placed on prefabs that are naturally non-lootable. Make sure to remove roadside topology on the road it's placed otherwise you will have junkpiles spawning inside the prefabs! Players can find a green card and a recycler at this roadside prefab. Entiy Count : 1864
    $8.00
  7. Version 1.0.0

    5 downloads

    Off-Shore Safezone is a monument combining elements from large fishing village + bandit camp along with some Compound Vending Machines. Ease of access to boat & air vendors all in same spot. Vending Machines for Attire , Building , Components , Resources , Tools , Weapons , Vehicles and Fish are present. Gambling amenities are present in the standard Bandit Barge docked behind the wooden cabins. Marketplace is present for exchange of resources between different vending machine locations from monuments/players. Entity Count : 886
    $5.00
  8. Version v2

    60 downloads

    This bundle of raidable bases is perfect to brighten up your server for the Christmas season around the corner and offer some unique bases that your players can raid themed around the holidays! Celebrate the Christmas season in Rust with our special holiday-themed raidable bases! We have 48 raidable bases with traps all over the place! all adorned with festive decorations and designed to immerse you in the true spirit of Christmas Pack Includes 40+ bases: - 14 easy bases - 23 medium bases - 7 hard bases - 3 expert base ! ReadMe.txt file for help/Discord ! Base designs Shelter design Normal base designs Ship design Tree designs Balloon design Raidable Towns Copy and paste these commands in F1 for easy setup rb.config add "Easy Bases" "santa13" "santa14" "santa18" "santa20" "santa26" "santa27" "santa28" "santa29" "santa30" "xmas-balloon" "santa38" "santa36" "santa35" "santa32" rb.config add "Medium Bases" "santa1" "santa2" "santa3" "santa4" "santa5" "santa6" "santa7" "santa8" "santa9" "santa10" "santa11" "santa12" "santa15" "santa16" "santa17" "santa19" "santa21" "santa22" "santa31" "santa32" "santa33" "santa34" "tree1" rb.config add "Hard Bases" "santa25" "santa24" "santa23" "tree2" "santa40" "santa42" "santa43" rb.config add "Expert Bases" "xmas-town-expert" "santa39" "santa41" rb.config add "Nightmare Bases" resort-nightmare
    $35.00
  9. Version 1.0.0

    11 downloads

    Decorate the ocean with this Aircraft Carrier, although it is not necessary, this Aircraft Carrier was created for the BiPlane plugin. Aircraft Carrier contains a large space to place helicopter, or spawn points for the BiPlane plugin. It also contains NPC, helicopter respawn and a hackable box.
    $8.75
  10. DocNorris

    Reefer Island

    Version 1.1.1

    124 downloads

    Welcome to Reefer Island, a fully custom light weight Rust map featuring under water build areas + unique custom monuments and a fully functional above-ground train system! This map is packed full of engaging areas for players to explore and loot while also giving players a familiar feel with vanilla monuments. Map size: 4250 Prefab Count: 6703 FPS Optimized Lag Free Custom Monuments Crash Site 1 Recycler 1 hackable crate 10 scientist multiple loot spawns Green card puzzle room Hawks Nest Tunnel 14 scientists 1 recycler 1 hackable crate multiple loot spawns Red/Green card Puzzle room Ship Wreck 10 scientists 1 Hackable Crate 1 recycler multiple loot spawns Blue card puzzle room Abandoned Fairground 1 hackable crate 1 recycler 2 diesel can spawns multiple loot spawns 5 scientist Blue/Green card puzzle room Custom build areas 2 small underwater build areas with submarine bay 1 Large underwater build area with 2 submarine bays Other monuments Missile Silo Ferry Terminal Train Yard Fishing villages (With Recyclers) Launch Site Military Tunnels Giant Excavator Power Plant Arctic Research base Harbor The Dome Airfield Bandit Camp Stables Abandoned Military base Abandoned supermarket Sewer Branch Oil Rig small + large Underwater Labs Underground train tunnels Please make yourself aware of the TOS-Restrictions If you find any bugs or issues contact me on here or discord and il sort them out straight away @ DocNorris#5423.
    $19.99
  11. Version 1.0.1

    19 downloads

    This plugin brings a new unique aspect to the cargo ship, it allows it to start sinking! Explosions cause the cargo ship to start sinking and players are notified. The time the cargo ship starts to sink can be set in the config its currently set to 30 minutes as default so the cargo ship can circle the map and players have a chance to loot it before it sinks. Planned Updates: A plane or jet that drops rockets on the ship to cause it to sink. Ability to increase / decrease the cargo ships speed. Ability to stop the cargo ship when it starts sinking. Add floating loot after the cargo ship sinks. Please feel free to message me with any suggestions you may have with the plugin!
    $5.00
  12. Version 1.0.0

    4 downloads

    An old vessel hideout that was taken over by scientists. This monument is constantly supported and updated for the current version of the game with all updates! NOTES – If you need support, join my brand new discord server @ discord.gg/TJxwpKT2Ge – You can edit the monument while placing it. FEATURES – This monument is designed to be placed in the ocean, or in a lake. – Each ship contains 1 container that can be unlocked by key card. (There’s 3 green keycard containers, each having 1 military crate inside. The ship inside the cave contains a blue keycard container that has an elite crate) – Terrain and splat masks are included. – Contains loot, scientists, recycler
    $14.90
  13. Version 1.0.1

    10 downloads

    Bottletown is a custom rt for the Arctic biome. Inside the bottle is a ship filled with loot. The monument is easily installed on the map, for this you just need to install it in a suitable place and press all the buttons "Hight Mask", "SplatMask", "Topology Mask" and so on. The monument has a name and players will easily find it on the map. There are 480 objects in total
    $3.00
  14. Version 1.0.0

    3 downloads

    This is a drakkar from the game The elder scrolls v skyrim. The prefab is made so that players can loot it. When you purchase, you will receive 2 variations of the drakkar in the set. 1. Drakkar for Earth 2. Drakkar for the ocean They differ only in the presence of stairs. The drakkar can be easily put on the water, the players inside will not drown, I have provided for this. Drakkar has 964-985 elements. It is impossible to build on a drakkar, there is a ban on construction around it. Drakkar looks great at night. The Drakkar is visible from afar. Loot: Oil barrel x4 Crate Normal 2 x2 Crate Normal 2 Food x1 Crate Food 2 x5 Crate Normal x2 Vehicle Parts Crate x1
    $6.66
  15. Version 1.0.0

    3 downloads

    Projekt Ikarus is a beached Nazi research and transport ship headed by Dr. Wagner D. Grosse. The ship is surrounded in a thick fog and radiation field. Ikarus II's original purpose was to transport multiple V2 rockets filled with deadly gas across the Atlantic Ocean to an unknown launch facility. The true reason behind the ship's failure is unknown (likely bombed by the British somewhere around 1943). Cobalt discovered the ship merely weeks ago, washed up on the shore. A chem-haz unit consisting of 5 members, code name, Scout, was deployed onto site-34. Here is a radio transmission from Scout Actual: "This is Scout Actual to Control, initially we have detected large amounts of radiation, recommending hazmat suits of level A be worn at all times when at least 250 meters from the site. RS-5267 has been sent into the ship while we continue to survey the lands over" Similar to Launch site the ship is engulfed in a high level or radiation, needing a hazmat suit and some form of anti-rad to enter. The ship has a small two switch puzzle and requires a red access keycard to enter the laboratory which has 3 elite crates. 4 scientists can be located outside the ship, surveying the grounds.
    $18.99
  16. Version 1.0.0

    3 downloads

    A passenger ship with some loot boxes on board. at the back of the ship the player will find a ladder to get on the ship. ladders lead to the individual compartments. Prefabs: 745 Please note: Download the prefab files and place them in RustEdit/CustomPrefabs directory of RustEdit. The prefabs can be accessed in the custom section of prefab browser. To use sinlge letters, the prefab has to be broken by selecting it (once placed) and using the "break prefab" function. Important: I don't use "prevent building sphere/cubes" in any of my prefabs, also no monument markers are set. These need to be added by yourself. If the NPCs are not wanted, press the H key (overview of all prefabs) and delete them from the prefab. Questions and suggestions: If you have any problems you can contact me via Katalaner - Discord: https://discord.gg/e2vrPszZFX Katalaner Webseite: http://katalaner.de Rustgame Infoseite: http://webarte.de Youtube: https://www.youtube.com/channel/UC_5P_wAFKl5bdndkDEQDK4g PVE Urlaub Rust Server - Discord: https://discord.gg/75u3fJwPQw
    $5.94
  17. Version 1.0.0

    2 downloads

    A bundle of 2 unique small-medium sized monuments, both include custom keycard puzzles, their own splat, terrain & topology masks. These monuments are constantly supported and updated for the current version of the game with all updates. NOTES – Need support? Join my brand new discord server @ discord.gg/TJxwpKT2Ge PLANE CRASH – Plane Crash includes both a recycler and a Green Keycard Puzzle. – Terrain Height, Splat, Topology & the decor around the monument is included. – Most of the loot can be seen in the screenshots. ABANDONED SHIP – The island is included (Terrain Height, Splat, Topology & all the decor on it) – The Abandoned Ship includes both a recycler and a Green Keycard Puzzle. – Most of the loot can be seen in the screenshots. – This monument needs to be placed in the water. (ocean/lake) NOTE: The bunker entrance on the island is not included.
    $19.90
  18. Version 1.5.0

    44 downloads

    Когда-то этот корабль принадлежал знаменитому пирату, но пирата давно нет, а команда сбежала. Как мне попасть на корабль? Слева и справа есть лестницы, по которым вы можете подняться, а также вы можете подняться по веревочным лестницам на мачты. Добыча: - 1 военная коробка - 6 основных ящики - 4 обычных ящика - 2 коробки с лекарствами - 1 коробка с едой.
    $10.00
  19. Version 1.0.0

    13 downloads

    A crashed cargo ship with a bluecard door leading to a redcard and loot.
    $2.99
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

80.7k

Files Sold

Total number of files sold.

1.6m

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.