[TOOL] Mod creation program

Discuss and distribute tools and methods for modding. Moderator - Grognak
thejinjaninja
Posts: 14
Joined: Sat Apr 11, 2015 10:56 am

[TOOL] Mod creation program

Postby thejinjaninja » Mon Dec 12, 2022 4:24 pm

I am teaching myself C++ and I made a program for creating FTL mods as a project.
It's done, so I thought I'd share it, in case anyone is interested.
It can create weapons, drones, sounds, animations and tips (for weapons).
For ships, Superluminal already exists and I couldn't see any way to make something for creating events that would be preferable to a text editor.
I've included a redistributable for visual c++ if you need it, the program is for 64-bit windows.
The readme has some information about the program but it's mostly about how weapon and drone attributes work, such as what negative power requirements do.
https://www.dropbox.com/sh/p16f7ib9cvabvy9/AABd9uY85Pp8wp9BvR2vOP-ka?dl=0
Umm...