I've run across a problem I can't seem to solve; I've added a few new techs to NAVAL and they function fine, but the string names for SHORT_TECH_APP_NAVAL_[id]_NAME seem to be completely ignored, along with the string names for the second and fourth component names.
Here are my tech_names.csv modifications and some in-game screens for clarification.
I have not had this problem in any other tech area, so i believe it's exclusive to the Naval tree. If anyone has encountered this problem before and knows how to fix it or work around it, I'd appreciate some advice. Thanks.
Here are my tech_names.csv modifications and some in-game screens for clarification.
Code:
TECH_APP_NAVAL_49_NAME;Optimized Construction;;;;;;;;;x
TECH_APP_NAVAL_49_DESC;;;;;;;;;;x
TECH_CMP_NAVAL_49_1_NAME;;;;;;;;;;x
TECH_CMP_NAVAL_49_2_NAME;;;;;;;;;;x
TECH_CMP_NAVAL_49_3_NAME;;;;;;;;;;x
TECH_CMP_NAVAL_49_4_NAME;;;;;;;;;;x
TECH_CMP_NAVAL_49_5_NAME;;;;;;;;;;x
SHORT_TECH_APP_NAVAL_49_NAME;Optimization;;;;;;;;;x
TECH_APP_NAVAL_50_NAME;Improved Transport;;;;;;;;;x
TECH_APP_NAVAL_50_DESC;;;;;;;;;;x
TECH_CMP_NAVAL_50_1_NAME;Reinforced Hull Design;;;;;;;;;x
TECH_CMP_NAVAL_50_2_NAME;Efficient Engine Turbines;;;;;;;;;x
TECH_CMP_NAVAL_50_3_NAME;Specialized Cargo Holds;;;;;;;;;x
TECH_CMP_NAVAL_50_4_NAME;Optical Rangefinder;;;;;;;;;x
TECH_CMP_NAVAL_50_5_NAME;Transport Prototype Tests;;;;;;;;;x
SHORT_TECH_APP_NAVAL_50_NAME;Improved;;;;;;;;;x
TECH_APP_NAVAL_51_NAME;Super Transport;;;;;;;;;x
TECH_APP_NAVAL_51_DESC;;;;;;;;;;x
TECH_CMP_NAVAL_51_1_NAME;Streamlined Hull Design;;;;;;;;;x
TECH_CMP_NAVAL_51_2_NAME;Hydro-Powered Engine Turbines;;;;;;;;;x
TECH_CMP_NAVAL_51_3_NAME;Honeycomb Storage Compartments;;;;;;;;;x
TECH_CMP_NAVAL_51_4_NAME;Early Warning Radar System;;;;;;;;;x
TECH_CMP_NAVAL_51_5_NAME;Threshold Tests;;;;;;;;;x
SHORT_TECH_APP_NAVAL_51_NAME;Super;;;;;;;;;x


I have not had this problem in any other tech area, so i believe it's exclusive to the Naval tree. If anyone has encountered this problem before and knows how to fix it or work around it, I'd appreciate some advice. Thanks.
Last edited: