Quick modding question....

Which file do I need to edit to add an icon to the research window? (I'm trying to add a technology to the TEC's research window that will allow you to research a weapon upgrade for the Kol's spinal mount beam cannons)
2,011 views 2 replies
Reply #1 Top
Isn't there a set of "ResearchButtons" files located in.... ...the Window folder, (I can't remember off hand)

Implementing the button is in the "PlayerTech" file

You could get a file viewing program (one that recognizes TGA and DDS, etc, formats, and when you look through all of them, write on a notepad all the ones that interest you :) :D

There should also be a file in the "Window" folder that points to the specific place in the ResearchButtons files...
Reply #2 Top
You'll have to add a new research subject (they all start with RESEARCHSUBJECT_), and then connect it through the player entity as Helioforge said.