• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Reinforced Ore Mod

TheDevilsBunny

New member
Does anyone have a mod for version 1.3 
Where the ore has 20,000 Hp instead of 600
Trees have an increased hp count., 
To prevent players from digging mines)))

 
Does the mod have config files... like a blocks.xml where you can edit those values yourself?

I could not find the mod you named anywhere or any site. Is that the actual name? Is it part of another mod pack, which would be why I cant find it?
I was going to double check it, but since I can't, I'm going semi-blind, but usually you can find those things in the blocks.xml and find the tree or ore boulder, etc you want to edit (usually leads back to a "master" type, which you can edit and then all object that use that master template will have those edited stats).

 
Есть ли у мода файлы конфигурации... типа blocks.xml, где вы можете редактировать эти значения самостоятельно?

Я не смог найти мод, который вы назвали, нигде или на каком-либо сайте. Это настоящее название? Это часть другого пакета модов, поэтому я не могу его найти?
Я собирался дважды проверить, но поскольку я не могу, я иду вслепую, но обычно вы можете найти эти вещи в blocks.xml и найти дерево или рудный валун и т. д., которые вы хотите редактировать (обычно это приводит к типу «master», который вы можете редактировать, и тогда все объекты, которые используют этот шаблон master, будут иметь эти отредактированные характеристики).
if I knew how to write a mod, I wouldn't ask such a question :( but I don't know how. Maybe someone can help me. Show me how to write it)

 
if I knew how to write a mod, I wouldn't ask such a question :( but I don't know how. Maybe someone can help me. Show me how to write it)
You would just open up those files in notepad, or Notepad++ and edit the values for those parts.

Like this line from a blocks.xml file... can be on a tree or ore boulder for example:
 

<property name="MaxDamage" value="3500"/>


You can change that value to anything you want, from 600 to the 20,000 you are looking for.  The higher the number, the more you can hit it with your tools and it should eventually give you more resources.

If the tree or ore deposit you are looking at doesn't have that line, you can copy and paste it to the property section of that resource and adjust the value to your liking.

 
Back
Top