DayZ
DayZ Mining System with Ores and Gems (Legacy)
正在显示第 41 - 50 项,共 59 项条目
< 1  2  3  4  5  6 >
更新于:2022 年 10 月 7 日 上午 4:03

Updated:
miningsystem_events.xml (Read github logs)
INSTALL HELP.txt (Read github logs)
FreezeFurnace_Static - Item Cargo size 5 by 10
FreezeGrindingStone_Static - Item Cargo size 0 by 0
FreezeAnvil_Static - Item Cargo size 0 by 0
These are static items that can be placed by admin tools and they can no be picked up anymore.
Remove and lowered the space to stop people filling them up with item.
The kits are same size so need to worry.


Fixes:
Disassemble Furnace Static - Fixed
Disassemble Grinding Stone Static - Fixed
Disassemble Anvil Static - Fixed
Disassemble Furnace Prop - Fixed
Disassemble Grinding Stone Prop - Fixed
Disassemble Anvil Prop - Fixed
The Props have 0 action to them they are just there for looks


Being Worked on:
Stringtable - Supported Language Russian (Requested) (20% done)
If you want to add language let me know and I will work on it.

更新于:2022 年 9 月 20 日 下午 4:18

Typo fix:
Old: FreezeNode_AquamrineGemNode
New: FreezeNode_AquamarineGemNode
Remember to update your miningsystem_types.xml
(Already been done within mod folder but if you have edited it remember to change it)

Config Update:
Copper: You can now add all gems without Crashing
Gold: You can now add all gems without Crashing
Silver: You can now add all gems without Crashing
Tin: You can now add all gems without Crashing
Stone: You can now add all gems without Crashing
Uranium: You can now add all gems without Crashing
Iron: You can now add all gems without Crashing
The Config does not come with it already written you need to add it.
Look at the example.json to see how it is setup (You don't need to do 100)

Description fix for Grinding Stone:
Cut's Gems down. Created by Ethan.

How the Probability works:
% per full circle, If at 100 you will 100% get it every swing, 50 is 50% per swing, 25 is 25% per swing and so on.
Example: Stone = 50 , Copper Stone = 5
50% Chance getting Stone, 5% Chance getting Copper Stone.

Remember to Backup your profiles\FreezeMining\Mining\config.json then remove it so it can load the new config. (Restart is required)
Then you can edit it to fit your server.

更新于:2022 年 8 月 8 日 上午 5:58

New Hitbox System!
Some complaints about people not getting the action to mine the node and I hope this new system fixes that issue.

Check discord to see the video.

更新于:2022 年 6 月 24 日 下午 11:30

Please keep in mind the nodes do still spawn in even if you get this error:
[CE][VehicleRespawner] (PRINodeSpawn) :: Respawning: "ItemNodeSpawn" - Failed to spawn the requested amount (1 < 39) within 117 attempts.
I am looking for a new way to spawn the nodes in and I have also been told that DayZ dev's are also working on a fix.

Added:
FreezeBar_gold (model)
FreezeBar_copper (model)
FreezeBar_iron (model)
FreezeBar_silver (model)
FreezeBar_uranium (model)

Fixed:
MrfreezeMiningSystem/4_world/classes\useractionscomponent\actions\deploy\actiondeployobject.c(5)
FreezeNode_AquamrineGemNode
FreezeNode_FancyColourDiamondGemNode
FreezeNode_IoliteGemNode
FreezeNode_JadeGemNode
FreezeNode_RubyGemNode
FreezeNode_TurquoiseGemNode

Removed:
old type.xml
old event.xml
FreezeNode_TurquoiseDimondGemNode
FreezeNode_RubyDimondGemNode
FreezeNode_JadeDimondGemNode
FreezeNode_IoliteDimondGemNode
FreezeNode_FancyColourDimondGemNode

How to add new files to your server:
Copy+Paste the Folder "files_miningsystem" into your mission folder.

Add the following lines at the end of the file (BEFORE </economycore> tag):

<!-- DayZMiningSystem Files -->
<ce folder="files_miningsystem">
<file name="miningsystem_types.xml" type="types" />
<file name="miningsystem_events.xml" type="events" />
</ce>

更新于:2022 年 5 月 29 日 上午 6:06

Box Model Changed for:
FreezeFurnace_Kit
FreezeAnvil_Kit
FreezeGrindingStone_Kit

XML's - Added missing items.
https://discord.gg/MXUwnsXRVw

更新于:2022 年 5 月 3 日 上午 9:52

- Furnace model not loading.
- type_mine.xml (Updated ``FreezeBar_copper`` was missing and ``FreezeBar_tin`` was in there 2x)
I have also fixed the furnace de-spawning*
make sure your files are up to date.

更新于:2022 年 5 月 3 日 上午 4:12

Change Log:
- Fix missing class names within units (might fix some issues)

Fix collision on listed nodes:
FreezeNode_copper
FreezeNode_gold
FreezeNode_iron
FreezeNode_silver
FreezeNode_tin
FreezeNode_stone
FreezeNode_uranium

更新于:2022 年 5 月 2 日 上午 5:24

As suggested by few people I have taken my time adding props to the pack so you can make your trader/custom ares better.
Every prop is non usable they are just for show.
bars/ingots models are being redone they will just take some time.
Once they are done I will add them to the list.

Class Names:
FreezeProp_Anvil
FreezeProp_GrindingStone
FreezeProp_Furnace

FreezePropNode_copper
FreezePropNode_gold
FreezePropNode_iron
FreezePropNode_silver
FreezePropNode_tin
FreezePropNode_stone
FreezePropNode_uranium
FreezePropNode_AmberGem
FreezePropNode_AmethystGem
FreezePropNode_AquamrineGem
FreezePropNode_FancyColourDiamondGem
FreezePropNode_IoliteGem
FreezePropNode_JadeGem
FreezePropNode_RubyGem
FreezePropNode_TurquoiseGem

FreezeProp_CutJade
FreezeProp_CutAmethyst
FreezeProp_CutAquamarine
FreezeProp_CutAmber
FreezeProp_CutFancyColourDiamond
FreezeProp_CutIolite
FreezeProp_CutRuby
FreezeProp_CutTurquoise

FreezeProp_NuggetGold
FreezeProp_NuggetCopper
FreezeProp_NuggetIron
FreezeProp_NuggetSilver
FreezeProp_NuggetTin
FreezeProp_NuggetUranium

FreezeProp_StoneOreCopper
FreezeProp_StoneOreGold
FreezeProp_StoneOreIron
FreezeProp_StoneOreSilver
FreezeProp_StoneOreTin
FreezeProp_StoneOreUranium

更新于:2022 年 5 月 2 日 上午 12:06

- You can now use Sledge Hammer to mine nodes
- All Nodes take 6 hits to remove them.

更新于:2022 年 5 月 1 日 下午 2:43

Added
- Disassemble Furnace
- Disassemble Anvil
- Disassemble Grinding Stone
You can Disassemble all of them with a Screwdriver.

Updated
- Fixed some miner things
- Grinding Stone Craft Script
- cfgeventspawns.xml_template
- event.xml_template
- types_mine