quik question, what files do i need to edit to add custom ore into my shard, and make it minable.... im in the process of doing custom leather so im fairly certain i could figure out how to add custom ore so long as i know all the files that need editing, and just syntax it like the previous ores allready in the file.... thanks in advance.
 
Scripts\Misc\ResourceInfo.cs
Items\Resources\Blacksmithing\Ore.cs
Items\Resources\Blacksmithing\Ingots.cs
Services\Harvest\Mining.cs

I think that's just about whats needed.
If I'm Missing anything i'm sorry.
It was just a quick look threw.
 
in the way of ores here is a list of affected scripts from what i can tell.
armorenums.cs
basearmor.cs
baseweapon.cs
craftitem.cs
defblacksmithy.cs
granite.cs
ingots.cs
mining.cs
ore.cs
prospectorstool.cs
resmelt.cs
salvagebag.cs
resourceinfo.cs
add info to runics.
there maybe others.

that should help you in your quest for more ores.
 
Back