Skip to content

cjrcodes/XCOM-Mod-File-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bacae9c · Jun 12, 2022
Jun 12, 2022
May 30, 2021
Feb 21, 2021
May 30, 2021
Feb 28, 2021
Feb 19, 2021
Feb 23, 2021
Feb 18, 2021
Mar 12, 2021
Feb 19, 2021
Feb 22, 2021
May 30, 2021
Jun 12, 2022
Mar 29, 2022
Feb 21, 2021

Repository files navigation

XCOM Mod File Generator Logo

XCOM Mod File Generator is a configuration file generator for mods for the popular PC game, XCOM 2. Currently, it generates XComContent.ini and XComGame.int files. It is primarily designed for squadmates and clothing/gear parts.

Check it out here

Wiki Page (Helpful for contributing or with those unfamiliar with modding/XCOM)

Project Preview

This project serves the XCOM modding community, so if you have any ideas or contributions, please share!

XCOM Modding Discord

XCOM Modding Reddit

How to use:

  1. Select the part types you would like to generate body part template configuration lines for
  2. Fill in the text properties (primarily the details you've filled in for your mod)
  3. Select special properties
  4. Select Armor Templates, if applicable
  5. Click the generate files button and save/copy and paste the files to your project. Done!

Using this generator can help you save hours on writing mod files.

Technologies Used:

  • HTML (Page Structure)
  • CSS/SASS (Page Styling)
  • JavaScript (Processing Form Data, Generating Mod Files)
  • JSDoc (Documentation)