LF PowerGrid
Guide

Installation

How to install and configure LF PowerGrid on your DayZ server.

System Requirements

Before installing LF PowerGrid, ensure your server and client meet the minimum requirements:

  • DayZ Version: 1.25 or higher
  • Steam Workshop: Active Steam Workshop subscription
  • Dependencies: All required mods must be installed (see Dependency List below)

Player Installation

Step 1: Subscribe on Steam Workshop

Navigate to the LF PowerGrid mod on the Steam Workshop and click "Subscribe". Steam will automatically download the mod and keep it updated whenever new versions are released.

Step 2: Join a Server

Once subscribed, simply join any DayZ server running LF PowerGrid. The mod will load automatically when connecting. No manual configuration is required for players.

Server Installation

Step 1: Add to Server Startup Parameters

Add LF PowerGrid to your server startup command line. The exact syntax depends on your server host, but typically looks like:

-mod=@LF_PowerGrid

If running multiple mods, separate them with semicolons:

-mod=@DZ_Data;@DZ_Scripts;@LF_PowerGrid

Step 2: Install Mod Key

Copy the LF PowerGrid .bikey file (mod authentication key) to your server's keys directory:

Server Root/keys/LF_PowerGrid.bikey

This key file is included in the Steam Workshop download. Without it, players will get a mod authentication error.

Step 3: Verify Mod Folder Structure

Ensure the mod folder structure is correct on your server:

@LF_PowerGrid/
├── addons/
│   └── LF_PowerGrid.pbo
├── keys/
│   └── LF_PowerGrid.bikey
├── config.cpp
└── mod.cpp

Configuration

Server Configuration File

LF PowerGrid includes a default server configuration that works out of the box. To customize settings, edit the configuration file in your server's profile directory:

ServerProfile/LFPowerGrid_Settings.json

Configuration Options

Common configuration parameters:

  • power_generation_rate: Multiplier for solar panel output (default: 1.0)
  • battery_capacity_multiplier: Scales battery storage capacity (default: 1.0)
  • device_limit_per_base: Maximum devices per grid (default: unlimited)
  • wire_max_length: Maximum wire length in meters (default: 100m)
  • wire_segment_length: Length of individual wire segments (default: 50m)
  • waypoints_per_wire: Maximum waypoints per wire (default: 10)
  • connections_per_device: Maximum connections per device (default: 12)

Required Dependencies

LF PowerGrid requires Dabs Framework as a mod dependency. Make sure it is installed and loaded before LF PowerGrid in your startup parameters. All other dependencies listed below are vanilla DayZ modules included with the base game:

  • Dabs Framework - Required mod dependency (Steam Workshop)
  • DZ_Data - Core game data (vanilla)
  • DZ_Scripts - Core game scripts (vanilla)
  • DZ_Gear_Tools - Tool items (vanilla)
  • DZ_Gear_Camping - Camping items and structures (vanilla)
  • DZ_Gear_Containers - Container items (vanilla)
  • DZ_Gear_Consumables - Food and consumable items (vanilla)
  • DZ_Radio - Radio systems and components (vanilla)
  • DZ_Gear_Cooking - Cooking equipment and utilities (vanilla)

Your complete startup command should include Dabs Framework before LF PowerGrid:

-mod=@DabsFramework;@LF_PowerGrid

Mod Compatibility

LF PowerGrid is compatible with the following popular mods:

  • BBP (BaseBuildingPlus) - Full compatibility with BBP base building structures
  • LBGroups - Full compatibility with LBGroups group management system

Troubleshooting

Issue: Mod won't load on server

  • Check that the .bikey file is in the correct keys directory
  • Verify mod startup parameters are spelled correctly (case-sensitive)
  • Ensure all required dependencies are installed
  • Review server log for specific error messages

Issue: Mod authentication error on client

  • Confirm the server's .bikey matches your local mod installation
  • Delete the mod locally and reinstall from Steam Workshop
  • Restart Steam and verify mod integrity through Workshop properties

Issue: Devices appear but don't function

  • Verify all dependency mods are loaded on the server
  • Check mod load order: dependencies must come before @LF_PowerGrid
  • Ensure server configuration file is valid JSON with no syntax errors

Issue: Wires disappear or won't connect

  • Ensure wire maximum length is not too restrictive in config
  • Check that devices are within interaction range (default: 3 meters)
  • Verify the cable reel item exists in your inventory
  • Rebuild the grid by clearing and rewiring affected devices