View Single Post
Old 03-24-10, 09:48 AM   #6
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

oh the devs were already thinking about an add-on or something from this bit of code I found in one of the script files (that was commented out):


##Removed SubmarineTypes (it will be added in the addon)
#DescriptionText += "<title>Submarine Types</title>|"
# add required sub types for this campaign
#for sub in self.CampaignData.RequiredSubTypes:
# for pic in SubmarineTypesTextureMap:
# if pic[0] == sub:
# DescriptionText += pic[1]

TheDarkWraith is offline   Reply With Quote