Media gallery
Buy product
In short
This is the ultimate mining and refining script! In this Addon you can harvest, melt and sell many ores!
You can harvest diffrent Ores with a pickaxe or a mineshaft and collect them in a gravelcrate. The collected Ores are then put in a RockCrusher were they get crushed and moved to a Refinery via a conveyorbelt were they get refined and collected in a Refiner Crate.
The refined ore and coal can now be filled in the Melter were it gets melted in to Bar´s. The finished Bar´s get now put in a fancy Storagecrate and sold by a Metal Buyer.
English Tutorial by Ratatouille: Click Here
French Tutorial by KADABRA: Click Here
- Take the job "Retro Miner"
- Choose your Pickaxe and smash it on the rocks
- Purchase a RockCrusher, a Conveyorbelt and a Refinery
- Put a Refiner - Crate under the Refinery
- Purchase a Melter and fill it with Coal and refined ore
- Wait for your ore to be molten in to Ingots and put them in a Storage Crate
- Go to a Metal Buyer and sell your StorageCrate
Please take the time to review my script. Negative and Positive critic is welcome.
If you found some bugs please use the gmod ticket system to contact me.
Thanks.
Dev
// Here are some Hooks you can use for Custom Code // Called when the player hits a ore entity hook.Add("zrmine_OnPickaxeHit", "zrmine_OnPickaxeHit_Vrondakis", function(ply, HitPos, OreEntity) if IsValid(ply) and (LevelSystemConfiguration or manolis) then ply:addXP(zrmine.config.Vrondakis["Mining_pickaxe"].XP, " ", true) end end) // Call when a Mine Entrance produces ore entities // *Note* The player variable can be nil if the MineEntrance is public hook.Add("zrmine_OnOreMined", "zrmine_OnOreMined_Vrondakis", function(ply, MineEntity) if IsValid(ply) and (LevelSystemConfiguration or manolis) then ply:addXP(zrmine.config.Vrondakis["Mining_mine"].XP, " ", true) end end) // Called when Ore gets Crushed hook.Add("zrmine_OnOreCrushing", "zrmine_OnOreCrushing_Vrondakis", function(ply, Crusher, OreType, OreAmount) if IsValid(ply) and (LevelSystemConfiguration or manolis) then ply:addXP(zrmine.config.Vrondakis["Crushing"].XP, " ", true) end end) // Called when a refinery refines ore hook.Add("zrmine_OnOreRefined", "zrmine_OnOreRefined_Vrondakis", function(ply, Refinery, OreType, OreAmount) if IsValid(ply) and (LevelSystemConfiguration or manolis) then ply:addXP(zrmine.config.Vrondakis["Refining"].XP, " ", true) end end) // Called when the player produces metal bars hook.Add("zrmine_OnMelting", "zrmine_OnMelting_Vrondakis", function(ply, Melter, BarType) if IsValid(ply) and (LevelSystemConfiguration or manolis) then ply:addXP(zrmine.config.Vrondakis["Melting"].XP, " ", true) end end) // Called when the player produces metal bars hook.Add("zrmine_OnSelling", "zrmine_OnMelting_Vrondakis", function(ply, BuyerNPC, SellProfit, MetalBarsTable, Earnings) if IsValid(ply) and (LevelSystemConfiguration or manolis) then ply:addXP(zrmine.config.Vrondakis["Selling"].XP, " ", true) end end)
Product reviews
4.90 average based on 57 reviews
Buy product
