frizzo420's Wishlist
-
Glass Base Bundle | Building Places For Your Players
Build your base in a glass building!
These prefabs were created especially for all creative base builders. You can build in it and even hang lights on the ceiling above.
Glass Teepee
Prefabs count: 83
Glass Hexagon
Prefabs count: 57
Glass Cube
Prefabs count: 27
No modifiers needed
Installation:
1. Download file
2. Unzip the file and copy the folder to RustEdit\CustomPrefabs
3. Open RustEdit and place the prefab
4. Adjust the height of your prefab
If you want to remove the grass in the Glass Base paint with the Topology "Building" or Splat "Dirt", that way it removes the grass.
If you have any questions or problems, feel free to contact me on Discord: ilineus - J.A.R.V.I.S.#5700.
- #rust custom
- #bases
-
(and 3 more)
Tagged with:
-
Prometheus 3500
By Ionut Shiro in Maps
Prometheus is a custom shaped island featuring unique building locations , lakes and facepunch monuments , highly optimized for PVP/E gameplay and gameplay performance for low-end computers to reduce rendering distance.
Procedural Monuments :
Launch Site
Military tunnel
Airfield
Water Treatment Plant
Bandit Town
Outpost
Junkyard
Sewer Branch
Satellite Dish
Dome
Harbor
Oil rigs
Swamps
Stables
Quarries
Caves
Supermarkets , Gas Stations and Warehouses
Unique Lakes and Rivers.
Map Size : 3500
Entity Count : 6197
- #3500 rust map
- #rust custom map
- (and 8 more)
-
Alphabet
You can use this set of letters to write texts on the map. Players will not be able to pass through the letters but will be able to shoot through them. The letters are perfectly visible at night.
-
Welcome Panel
Site
In case you having issues with plugin feel free to open support ticket on site here. I will usually respond within 24 hours not including weekends.
Discord
I'm also available at my discord server where I provide support for my customers. You can also find small community here and get answers for your questions. Invite link here.
Documentation
To find out what can be customized within config file please refer to full plugin documentation here. Any questions prior to purchasing forward into DM here or into ticket at my discord.
Default configs available as template with plugin.
Screenshots bellow showcasing configurations created by customers. These are not available with the plugin but I decided to post them here since it's good demonstration of how customizable this plugin is.
BOOBLEJ
Tide
Neighigh
Paul
Leunal17
BOOBLEJ
How to start using plugin? Simply drop WelcomePanelLite.cs file into your plugin folder. After successfully loading plugin you can use default command /info in game. Configuration is handled in config file (oxide/config/WelcomePanelLite.json).
How hard is to get this plugin all set up? It's fairly simple. Plugin comes with default configuration which showcases everything you need to know regarding text, styling and changing images.
How hard it is to customize your own layout?
When it comes to changing color or images it's simple, any inexperienced user can do it however if you want to customize positions of UI or add extra tab buttons, it requires understanding of "ui anchors". Anchors are not that complicated but it takes hour or two to fully understand it. For more info check documentation.
Can I add multiple pages into WelcomePanel?
Yes, you can add unlimited amount of pages.
Can I add images into WelcomePanel?
Yes, you can add image to any panel and you can set background for each tab
What image sizes I should use?
This is different for each panel across different templates. Basically images parented to any panel are stretched to its size. Best approach is to take screenshot of the panel and try to fit image size into that prior to uploading it.
How to add addons?
Each text tab has addon option at bottom, just type in plugin name. List of available addons can be found at the top of the plugin description, listed as "Works with".
-
Drug Business
Looking for some business, eh?
Overview
Introduces a drug farming system to the server to enhance the gameplay
Give the role players a motive to live.
Commands
/db.vpn (Works for both chat & console) - Spawns a vpn which must be held in the belt and is required to access the black market through a computer station. (Admin only) /process - Opens the drug processing and packaging menu, must be entered while looking at a workbench level 3 for marijuana and mixing table for cocaine /spawndealer (optional parameter for name) - Spawns a dealer which can be further customized in the data file for example, regular spawning time, unique clothing to each dealer, etc (Admin only) /deletedealer ("perma" optional parameter) - Use this command while looking at the dealer, this will make them disappear for a while until the next time they're supposed to spawn, use "perma" as a optional parameter this will permanently clear them and never spawn back. (Admin only)
Flow
Players are required to find a vpn (custom item) in order to access the black market. Accessing a Computer Station with a VPN in the belt will access the Black Market, from here they'll be able to order weed or coca seeds. A drone will deliver it to them shortly, they're supposed to plant the seeds, grow the plant and harvest it on time Once done, they can now proceed further and process/package the material gotten off the plant, this can be done by standing near a workbench level 3 for weed and mixing table for coca and using the command /process (configurable) Packaged bricks can be sold to dealers available across the map, they're forced to spawn in a specific time (configurable) and they spawn randomly also configurable
Configuration
{ "Basic Settings": { "Hours From The Dealers Will Be Available": 0.0, "Hours Till The Dealers Will Be Available": 24.0, "Loading Screen Update Rate (Seconds) [Don't make it too small]": 0.035, "Loading Screen Anchor Shifting [Left - Right]": 0.001 }, "VPN Settings": { "Item Info": { "Display Name": "VPN Flash Drive", "Skin ID": 2645299478, "Require In Belt": true, "Spawn Command": "db.vpn" } }, "Drug Settings": { "Use (Economics / Server Rewards / Scraps)": "economics", "Currency Symbol": "$", "Marijuana Seeds": { "Cost per seed": 40.0 }, "Peruvian Coca Seeds": { "Cost per seed": 40.0 } }, "Drone Settings": { "Drone Spawn Distance (Default: 210)": 210, "Drone Spawn Height (Default: 78)": 78, "Drone Delivery Height (Default: 40)": 40 }, "Crafting Settings": { "Cocaine Leaves Required": 5, "Cocaine Powder Required": 10, "Cannabis Required": 5, "Marijuana Required": 10 }, "Dealer Settings": { "Maximum Dealers at a time (will pick random from the data)": 3, "Dealer Name": "Dealer", "Default Outfit": [ { "Item": "tshirt", "Skin": 838212999 }, { "Item": "pants", "Skin": 866948432 }, { "Item": "hat.beenie", "Skin": 814355387 }, { "Item": "shoes.boots", "Skin": 1889769313 }, { "Item": "mask.bandana", "Skin": 2312147084 } ], "Weed Brick": { "Bricks Sell Quantity": 1, "Time Taken For Single Trade (Seconds)": 30, "Brick Selling Price": 120 }, "Cocaine Brick": { "Bricks Sell Quantity": 1, "Time Taken For Single Trade (Seconds)": 30, "Brick Selling Price": 160 } } }