Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Modweb Generator

From Fightorder
Revision as of 21:59, 23 February 2026 by Qrow (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
File:172px-Symbol comment vote.svg.png Warning! This page is outdated! The information displayed may no longer be valid, or has not been updated in a long time. Please refer to a different page for current information.


The Modweb Generator is a set of PHP scripts created by Maelstrom to easily create statistics pages for each unit and weapon in a mod.

Instructions

To create a 'Modweb' for your mod, follow these instructions

  1. Download the current version of the Modweb scripts from the forum thread. A link is down the bottom of this page.
  2. Unzip the Modweb generator into a directory on your webserver.
  3. Unzip the following folders and files of your mod into the mod/ directory of the Modweb:
    • The modinfo.tdf file, found in the base directory of the mod, into the base directory
    • The units/ directory of the mod,
    • The weapons/ directory of the mod,
    • The gamedata/ directory of the mod.
    • The files in unitpics/ directory of the mod in the output/images folder of the modweb generator (note : unitpics MUST be in .bmp format.
  4. Run index.php through your web browser of choice, and select the relevant options from the menu.
  5. Copy the contents of the output/ folder to the desired location
  6. Your done!

Notes

  • Depending on the template, build pics will need to be uploaded to an images/ directory where all the HTML files are located.

Examples

Forum Thread