Skip to content

Releases: Look4orion/DayZ-Types-Editor

DayZ Types Editor

06 Feb 19:12

Choose a tag to compare

DayZ Types Editor v2.0.0

🎉 Major Feature Release - Complete Economy File Editing Suite

This is a major update that transforms the Types Editor into a comprehensive economy file management tool with three powerful editors.

✨ New Features

Spawnable Types Editor

  • Full cfgspawnabletypes.xml support
  • Cargo and attachments block management
  • Preset-based and chance-based blocks
  • Item reordering for spawn priority control
  • Preset tooltips showing contents on hover
  • Two-step guided workflow for chance blocks
  • Hoarder and damage properties

Random Presets Editor

  • Complete cfgrandompresets.xml management
  • Create and edit cargo/attachments presets
  • Item validation against types.xml
  • Reusable presets across multiple types
  • Duplicate prevention

Enhanced File Discovery

  • Automatic detection of vanilla db/types.xml
  • Automatic detection of vanilla cfgspawnabletypes.xml
  • Smart loading with proper priority ordering

Unified Save System

  • Save multiple file types together
  • Review all modifications before committing
  • Consistent workflow across all tabs
  • Validation and automatic backups

🐛 Fixes

  • Dialog initialization errors
  • Dark mode styling inconsistencies
  • Filter operation errors
  • Vanilla file loading

📚 Documentation

  • Comprehensive README update
  • Detailed CHANGELOG
  • Enhanced in-app help with new sections
  • Updated About dialog

🔧 Technical Details

  • New models: SpawnableType, SpawnableTypesFile, RandomPreset, RandomPresetsFile
  • New parsers and writers for spawnable types and presets
  • New UI tabs and dialogs
  • Full undo/redo support across all editors

📥 Installation

Requirements:

  • Python 3.8+
  • PyQt5, p

DayZ Types Editor v1.0.1

31 Dec 01:06

Choose a tag to compare

Expanded Batch Operations 🎉

What's New

  • Category Editing: Set or clear item category in batch operations
  • Usage Flags: Add/remove any usage (Military, Police, Farm, etc.) with toggle switches
  • Value Flags: Add/remove tier levels (Tier1-Tier4) with toggle switches
  • Tag Flags: Add/remove spawn tags (floor, shelves, etc.) with toggle switches
  • All Item Flags: Toggle switches for all 6 flags with smooth animations

UI Improvements

  • Three-column layout for better organization
  • Scrollable multi-select area with 3-column grid (fits on screen!)
  • Enhanced spinboxes with 30px wide arrows for easier clicking
  • iOS-style toggle switches (blue=ON, gray=OFF)
  • Resizable dialog (default 1400x800, minimum 1200x600)

Full Changelog: https://github.com/Look4orion/DayZ-Types-Editor/blob/main/CHANGELOG.md

Installation: Download the zip, extract, and run DayZTypesEditor.exe - no installation required!

DayZ Types Editor v1.0.0

29 Dec 03:33

Choose a tag to compare

DayZ Types Editor v1.0.0

A comprehensive desktop application for editing DayZ types.xml files with support for custom economy folders, SFTP (remote server) and local file access.

🎉 First Official Release!

This is the initial stable release of DayZ Types Editor.

✨ Features

  • Dual File Source Support - Connect via SFTP or work with local files
  • Multi-file Editing - Load and edit multiple types.xml files simultaneously
  • Smart Filtering - Filter by name, category, usage, value, tags, flags, and nominal range
  • Batch Operations - Modify multiple items at once with live preview
  • New Item Creation - Add new type entries with duplicate name detection
  • Undo/Redo Support - Up to 50 changes tracked
  • Auto Backup - Automatic timestamped backups before saving
  • File Caching - 80-90% faster load times on subsequent opens
  • Enhanced UI - Bigger spinbox arrows, toggle switches for flags
  • Built-in Help - Quick reference guide accessible from Help menu

📥 Installation

Windows

  1. Download DayZTypesEditor-v1.0-Windows.zip
  2. Extract to a folder of your choice
  3. Run DayZTypesEditor.exe
  4. No installation or Python required!

🚀 Quick Start

  1. Launch the application
  2. Choose file source:
    • SFTP: Enter server credentials
    • Local: Browse to your mission folder
  3. Files load automatically
  4. Edit items in detail panel or use batch operations
  5. Save changes (Ctrl+S)

📋 System Requirements

  • Windows 10 or later
  • No additional software required

🐛 Known Issues

  • None reported yet!

📝 Changelog

Added

  • Initial release with full editing capabilities
  • SFTP and local file support
  • Batch operations with preview
  • New item creation with duplicate checking
  • Toggle switches for flag editing
  • Larger spinbox arrows for easier clicking
  • Built-in documentation (Help menu)
  • Automatic backups
  • File caching system
  • Undo/redo support (50 changes)

📖 Documentation

See the built-in help menu (Help → View Documentation) for detailed usage instructions.

🙏 Feedback

Please report any issues or suggestions on the Issues page.


Full Changelog: Initial Release