Can we get a sound effect implemented(normal quarry sound? or something of a furnace noise)… maybe even make the screen represent 1%-100% as the 40 second cycle to match?
Quarry Computer
Original price was: $25.00.$14.99Current price is: $14.99.-40%
Sold by: Marte6Offer Ends In:
Personal computers that can be placed within player bases, providing full customization.
- Description
- Reviews (1)
- Version History
- Discussions (17)
- Setup
- Product Enquiry
Description
Description
Quarries have evolved into personal computers that can be placed within player bases, providing full customization. Everything, from fuel types to unlimited upgrades, is configurable, including upgrade requirements, mined items, and fuel. Seamlessly integrating with the industrial system.
Here’s how to add the recycler to your shop:
Use the Command:
gq %steamID%
FEATURES
- Intuitive UI: Simulates old DOS programs for easy use
- Full Customization: Item output, fuel, and upgrade requirements can be adjusted
- Unlimited Upgrades: Use items, Economics, and ServerRewards for upgrades
- Base Placement: Quarry Computers can be placed inside bases
- Industrial Automation-Ready: With permissions for seamless integration
- Screen Activation: Easily see if the computer is on, with percentage displays
- Multi-Language Support: Fully translatable
- Player Permissions: Control how many quarries a player can own and upgrade
- Persistent Data: Upgrades and item levels are saved across restarts
PERMISSIONS
“quarrycomputer.give”
Grants the player the ability to use the customizable command (/gq <User>) to give themselves or other players a Quarry Computer.
“quarrycomputer.industrialinput” AND “quarrycomputer.industrialoutput”
Allows players to connect industrial storage adaptors to their quarries, enabling automated resource handling.
“quarrycomputer.vip”
Provides players with additional benefits or features, such as having a higher limit on the number of quarries they can deploy.
“quarrycomputer.norequirements”
Allows players to upgrade their quarries without needing to meet the usual item or resource requirements.
“quarrycomputer.admin”
Provides administrative control over players’ quarries, such as the ability to manage or interact with any quarry regardless of ownership.
CONFIGURATION
- You can have as many upgrade levels as you want.
- Use Economics and ServerRewards on the item shortnames to use currency.
- Any in-game item can be used.
- Requirements can utilize Economics and ServerRewards based on the item shortname.
- Item shortnames are validated when the plugin loads, with a warning issued if they need to be fixed.
{ "Use LangAPI Plugin": true, "Use Notify Plugin": true, "Allow Team Access": false, "Allow Friends Access": false, "Give Quarry Command": [ "gq", "givequarry" ], "Drop Quarry Item on Ground Loss": true, "Fuel Configuration": { "Shortname": "charcoal", "Resource Extraction Interval In Seconds": 40, "Fuel Required Per Extraction": 100 }, "No Upgrades (Level 1)": { "Storage Slots": { "Fuel": 1, "Resources": 6 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 4 }, { "Shortname": "stones", "Amount": 35 }, { "Shortname": "metal.ore", "Amount": 7 }, { "Shortname": "sulfur.ore", "Amount": 7 } ] }, "Upgrades (Level 2+)": [ { "Storage Slots": { "Fuel": 3, "Resources": 12 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 6 }, { "Shortname": "stones", "Amount": 50 }, { "Shortname": "metal.ore", "Amount": 10 }, { "Shortname": "sulfur.ore", "Amount": 10 } ], "Required Items To Upgrade": [ { "Shortname": "Economics", "Amount": 25000 }, { "Shortname": "scrap", "Amount": 1000 }, { "Shortname": "pumpkin", "Amount": 100 } ] }, { "Storage Slots": { "Fuel": 6, "Resources": 24 }, "Resources Output Per Extraction": [ { "Shortname": "crude.oil", "Amount": 10 }, { "Shortname": "hq.metal.ore", "Amount": 10 }, { "Shortname": "metal.ore", "Amount": 30 }, { "Shortname": "stones", "Amount": 100 }, { "Shortname": "sulfur.ore", "Amount": 25 } ], "Required Items To Upgrade": [ { "Shortname": "scrap", "Amount": 5000 }, { "Shortname": "pumpkin", "Amount": 1000 }, { "Shortname": "cloth", "Amount": 10000 }, { "Shortname": "red.berry", "Amount": 1000 }, { "Shortname": "bone.fragments", "Amount": 1000 } ] } ], "Keep Upgrades On Remove Quarry": true, "Profiles": { "Default (No Permission)": { "Quarry Limit": 1 }, "VIP (quarrycomputer.vip Permission)": { "Quarry Limit": 3 } }, "Version": { "Major": 1, "Minor": 2, "Patch": 0 } }
Reviews (1)
1 review for Quarry Computer
Only logged in customers who have purchased this product may leave a review.
Version History
- Added Added configuration for the quarry item skin.
- Added Added configuration for the item skins required for quarry upgrade.
- Added Added configuration for the extraction item skins.
- Added It is now possible to configure more than one fuel required for extraction.
- Added Profiles can now be added as many as necessary in the configuration.
- Updated Item icons are now loaded directly from the game.
- Updated Extraction progress now calculates percentage correctly based on cycle time and required charge. Progress updates every 2 seconds (e.g., a 100-second cycle increases by 2% each update). Improved performance and visual accuracy.
- Updated Improved Fuel Management: The quarry now checks all fuel compartments. This means it won’t refuse to start just because one slot doesn’t have enough fuel—it adds up the fuel from every slot. Refined Auto-Start Behavior: The quarry will only start automatically when the plugin (or server) restarts and fuel is available. Once you’ve turned it off manually, adding fuel later won’t cause it to turn on by itself. Overall Stability Enhancements: Minor tweaks have been made to make the quarry work more predictably, giving you better control over when it runs.
- Fixed Ensure that the quarry is turned on when the plugin starts.
- Updated Fuel requirements, extraction intervals, and specific fuel types are now tied directly to the quarry's level.
- Added Configuration for the Economics/ServerRewards image.
- Added Use the Command: gq %steamID%
- Added Advanced UI Configuration: Added detailed configuration options for customizing UI elements, including colors and font settings.
- Fixed Fixed an issue where items would always retain their level regardless of the configuration setting to not maintain the level upon removal.
- Updated Code refactor.
- Added Access Control Options: Introduced configuration options for controlling access. Allow Team Access Allow Friends Access
- Fixed Adjusted the delay for the extraction process to start based on the configured interval. This ensures that the extraction begins after the specified delay.
- Added Added support for Russian (ru) language.
- Added Added support for Spanish (es) language.
- Fixed Adjusted and improved German (de) language translations to enhance clarity and accuracy.
- Updated If you experience issues with language files not updating, consider removing existing translation files to allow regeneration upon plugin reload.
- Added Default behavior for /gq command to target self if no player is specified.
- Added "Stop" button to the UI for manual resource extraction halt.
- Added Transparent background for click-to-close functionality, while keeping main UI elements opaque.
- Added Separate permissions for industrial input (quarrycomputer.industrialinput) and output (quarrycomputer.industrialoutput) adaptors.
- Added Outer clickable area around the main panel to maintain transparent background functionality.
- Added Comprehensive permission checks and registration for newly implemented features.
- Added Functionality to ensure excess items in storage are handled when capacity is changed — items are moved, dropped, or removed.
Discussions (17)
17 thoughts on "Quarry Computer"
Leave a reply
-
-
There’s already a sound effect for turning on, turning off, and for upgrades, so I’m not quite sure what more you’re looking for. Could you clarify?
-
-
anyway to require electricity on it? or is that impossible with that prefab
-
Unfortunately, it’s not possible—it already requires fuel instead! 😊
-
-
It looks to auto-dump immediately the items after 0 seconds, even though it is set to 90seconds…. to test it, I put 1 barrel, hit start, boom items already in output. I hit stop. Put another barrel, hit start, boom items done again instantly
-
Essentially you can hit start…. then stop… then start… then stop and ignore any timer what so ever
-
That’s a simple adjustment—I’ll make the fix right away!
-
-
Another bug, the industrial permission shows up in console as “non existing”
-
The permissions were split into two: input and output. I hadn’t updated the description here on this site yet. The correct ones are: “quarrycomputer.industrialinput” and “quarrycomputer.industrialoutput”.
-
If you’d like to chat on Discord for faster communication, feel free to add me: martedev6.
-
-
the rumbling machinery noise of a recycler, furnace, or quarry type noise
-
Just sent discord friend request. The permission thing worked perfectly now for industrial
-
My English is not good, I communicated with you through a translation software. I just tried to add you, but you have already deleted me from the chat room. Can you add a custom item as an upgrade material? such as:”Shortname”: “diesel_barrel”,
“Skin”: 0,
“Amount”: 1.0,-
Hello, I thought it was a bot and sent a simple “hi.” Sorry about that! Please add martedev6 back to the chat. I’ll look into adding the custom item as an upgrade.
-
-
My servers have a daily restart, and my players are reporting that the quarry computer turns off. Is there any way to make it run constantly, even through a restart? Thanks!
-
The plugin is designed to start by default when the server restarts, but I will investigate this issue further and test it again. I’ll get back to you shortly with an update. Thank you for your patience!
-
-
Any way to remove upgrades and have the Quarry Computers act as a sole quarry. OR as an alternative have 1 extra upgrade level only for VIP instead of placing a second comp?
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
patrick nolan (verified owner) –
All kinks worked out super fast by creator, and plugin works fantastically!