I hope I don't get banned for saying this but . . . you guys are locking up threads way too fast here.
I was going to say in the other thread that the missing text in the Basic Depth Charge Mortar thing was not a "technology description" but the area where its describing the modifier that shows the UNKNOWN STRING WANTED. The text describing the tech is there, but on the left side of the dual window there is no idea as to what this technology does in the game because of the missing text.
Anyway, I do understand your need to keep the bug forum clean.
Here's a pic of the problem, maybe that will clear things up. Its probably a text file issue, but lets just be clear.
The Naval Technology csv file :
Code:
application = { # Basic Depth Charge Mortar
id = 6605
name = TECH_APP_NAVAL_7_5_NAME
desc = TECH_APP_NAVAL_7_5_DESC
required = { 5005 }
chance = 90
cost = 8
time = 90
neg_offset = 20
pos_offset = 40
effects = {
command = { type = sub_attack which = destroyer when = on_upgrade value = 2 }
The relevant portion(s) of the text.csv file
Code:
TECH_APP_NAVAL_7_5_NAME;Basic Depth Charge Mortar ;;;;;;;;;;X
This "UNKNOWN TEXT STRING WANTED" error also occurs on the Improved Depth Charge Mortar and ASW Helicopters techs. The only thing all three of these have in common is the "command = { type = sub_attack " line in the Naval Technology csv. It would appear to me, therefore, that the problem is in fact the sub_attack parameter being unknown for some reason.