1 Import
Most people start with the folder — load your CfgServerTrader folder
(the one containing a Category/ sub-folder). The CSV option is handy for
reloading a single file you exported here earlier. Just exploring?
Load the default Epoch trader files to follow along.
Load CfgServerTrader Folder
Click to browse or drag & drop the folder here
No files yet? Load the default Epoch trader files →
Load CSV File
Best for reloading a single CSV you exported here earlier
No CSV? Download example CSV ↓
📋 Notes
- Comments (
//and/* */) are stripped on import. - Only
worthand Silver/Gold classnames are supported for pricing (e.g.buy[] = {2,"ItemRuby"}is not supported). Silver/Gold examples:ItemSilverBar(1 oz),ItemSilverBar10oz(10 oz),ItemGoldBar(1 oz),ItemGoldBar10oz(10 oz),ItemBriefcase100oz(briefcase). - Select the entire
CfgServerTraderfolder, not just theCategorysub-folder. - You can add / remove / modify rows in the exported CSV, but don't change the column headers.
About the Epoch Trader Editor
The Epoch Trader Editor is a free, browser-based tool for editing
ArmA 2 DayZ Epoch trader prices. Load your CfgServerTrader configuration,
adjust buy and sell values in a spreadsheet-style grid, and export the result back to HPP or CSV — without
hand-editing config files or running any conversion scripts.
Everything happens locally in your browser. Your trader files are never uploaded to any server — you can verify that in DevTools → Network. It's the browser version of the Epoch-Trader-Converter ↗.
What problem does it solve?
DayZ Epoch trader prices live in CfgServerTrader HPP files, split across a
Category/ folder with one file per trader category. Retuning an economy by hand means opening
dozens of files and editing paired buy/sell arrays without breaking the syntax. This editor parses the whole
folder, shows every item and price in one sortable, searchable table, and writes valid HPP back out.
How to use it
- Load your
CfgServerTraderfolder (the one containing theCategory/sub-folder), or import a CSV you exported here earlier. No files yet? Load the bundled default Epoch trader set to explore. - Search or sort to find items, then edit buy and sell values directly in the grid.
- Export back to HPP to drop straight into your server, or to CSV for spreadsheets and backups.
- Replace the files in your server's mission or config folder and restart.
Supported files
Built for DayZ Epoch 1.0.7.1 CfgServerTrader HPP files and CSV exports. For other config work,
try the CfgLoot Editor for loot tables or the
SQF Cleaner to strip comments and whitespace from SQF/HPP files. New to hosting?
See the Basic Server Install & Upgrade Guide.
Is it private?
Yes — no accounts, no analytics, no uploads. All parsing and exporting run client-side in your browser. Always keep a backup of your original trader files and test on your server before going live.