Mod Parser

The Mod Parser is a utility designed to help format modlists into a semicolon-separated string for Arma 3 Linux servers. This is useful when setting up your server’s startup parameters and automating mod management.

đź”— Use the Mod Parser Tool here: https://tools.hostanvil.com/games/arma/parser

How to Use

  1. Paste your mod list into the input box.

    • The tool expects mod IDs (e.g. @1234567).
  1. Click “Generate Mod String”.

    • The tool will output a string like:

      @mod1;@mod2;@mod3;
  1. Use the output string in your startup parameters:

Example:

@vn;@123456;@1234567;

Mod Parser Steps Illustration: Mod Parser Usage Steps

More Common Questions & Issues

Can I use this on a Windows server?

No — this tool is designed specifically for Linux-based Arma 3 servers. File paths and startup behaviors differ on Windows.

What if a mod doesn't load?

  • Double-check the mod folder exists on the server.
  • Make sure the mod name exactly matches (case-sensitive).
  • Confirm that the @modname folder contains the correct addons directory and mod files.

No — the parser does not convert Steam links or IDs directly. It grabs all IDs present in a .html file.

Do I need to restart my server after updating the string?

Yes — any change to the Additional Mods parameter requires a full server restart to take effect.