MechWarrior 5: Mercenaries
0 of 0

File information

Last updated

Original upload

Created by

jackalope85

Uploaded by

jackalope85

Virus scan

Safe to use

Tags for this mod

About this mod

A modders resource for generating UnitCardData.csv files based on existing unit card data instead of doing it by hand. Using the csv instead of data set in the unit card file, mechs will show up in the in-game mech database.

Permissions and credits
Changelogs
A modders resource for generating UnitCardData.csv files based on existing unit card data instead of doing it by hand. Using the csv instead of data set in the unit card file, mechs will show up in the in-game mech database.

How to use:
Simply place a file named MakeUnitCardData.txt in your mods resources folder. When you open the mech database while in-game with this file present, a YourModNameUnitCardData.csv will be generated in MechDatabaseGenerator\GeneratedCSVs. The generated csv can then be used in your mod by selecting it from the "Unit Availability File" section of the unit card, and selecting read from file on save.

You can specify a different subpath by entering the subpath into the first line of MakeUnitCardData.txt (e.g. if the mod was called ThisModName but the .pak file was called TMN, enter TMN). Usually this is required when the mod name does not match the name of the .pak file for the mod. You can also enter GenerateAll to generate a csv for all loaded mechs.