Thread: Fix for CCoM12
View Single Post
Old 06-12-20, 04:28 PM   #4
RickSarg
A-ganger
 
Join Date: Nov 2012
Posts: 79
Downloads: 50
Uploads: 0
Default

@ Anvar

Yes It appears there are lots of errors in all the super mods mainly regarding Equipment files in certain Units. These are either due to date errors such as non existent dates (for example there is no such date as 31st of February). Also the Duplicate equipment errors are due to 'Identical Nodes' within the Equipment attempting to tell the game the type of equipment to place at that particular Node. If the Dates are the same in each Identical Node then the game is trying to place two pieces of equipment on the same Node at the same time.

Example Original Nagato Equipment:

[Equipment 43]
NodeName=A09 <<<<Node A09
LinkName=25mm_Single_base_Jp
StartDate=19380101
EndDate=19451231

[Equipment 49]
NodeName=A09 <<<<Node A09
LinkName=25mm_Triple_base_Jp
StartDate=19380101
EndDate=19451231

Notice the StartDate and EndDate's are identical yet different guns this could well be the reason for so many reported CTD's. So I have now gone through my entire Air & Sea Folders in CCoM and corrected all reported errors.

Nagato Now looks like this:

[Equipment 43]
NodeName=A09
LinkName=25mm_Single_base_Jp
StartDate=19380101
EndDate=19440709

[Equipment 49]
NodeName=A09
LinkName=25mm_Triple_base_Jp
StartDate=19440710
EndDate=19451231

Hope this makes sense.

Rick
RickSarg is offline   Reply With Quote