Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

empty a category, tag or usage #6

Open
wants to merge 7 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 23 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,49 @@


# DayZ LootEditor

# DayZ Loot Editor

<p align="center">
<a href="https://github.com/ojemineh/DayZLootEdit/releases/latest">
<img src="https://img.shields.io/badge/Version-0.3.14-blue.svg?style=flat-square" alt="Loot Editor Version">
</a>
<a href="https://github.com/ojemineh/DayZLootEdit/issues">
<img src="https://img.shields.io/github/issues-raw/ojemineh/DayZLootEdit.svg?style=flat-square&label=Issues" alt="Loot Editor Issues">
</a>
<a href="https://github.com/ojemineh/DayZLootEdit/releases">
<img src="https://img.shields.io/github/downloads/ojemineh/DayZLootEdit/total.svg?style=flat-square&label=Downloads" alt="Loot Editor Downloads">
</a>
<a href="https://github.com/ojemineh/DayZLootEdit/wiki">
<img src="https://img.shields.io/badge/DayZLootEdit-Wiki-lightgrey.svg?style=flat-square" alt="Loot Editor Wiki">
</a>
<a href="https://github.com/ojemineh/DayZLootEdit/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-red.svg?style=flat-square" alt="Loot Editor License">
</a>
</p>

An editor to comfortably modify the loot table of the game "DayZ (Standalone)".


---


**Version 0.2.1 Alpha**
#### **[DOWNLOAD](https://github.com/ojemineh/DayZLootEdit/releases)**
**Version 0.3.14**
**[DOWNLOAD](https://github.com/ojemineh/DayZLootEdit/releases)**

This tool requires at least **Windows 7** with **ServicePack 1**.
This tool requires at least **Windows 7 SP1** & **.NET Framework 4.8**.



## Usage


The loot table of DayZ (Standalone) is stored in a XML file inside the current mission.
The file is called `types.xml` and can be found in the `mpmissions` folder in the server files or the game files. For the current version of the game it's stored in the following location:
`\mpmissions\dayzOffline.chernarusplus\db\types.xml`
The file is called `types.xml` and can be found in the `mpmissions` folder in the server files or the game files. For the current version of the game it's stored in the following location: `\mpmissions\dayzOffline.chernarusplus\db\types.xml`

Usually the file from the dedicated server has to be changed.
Changing the file in your local game folder will only affect yourself while playing in offline mode.

To start, open the file `types.xml`.

Note: Alle values can be changed, even though you shouldn't do so. For example, don't change the name of any object, it will break the game.


![DayZ LootEdit](dayzlootedit.png)