View Single Post
Old 02-21-17, 04:02 PM   #95
Kendras
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Exclamation



From my last tests, it appears that there is a bug in SH3 code.

The weapons of Nelson and Rodney evolve all along the war, and I took this into account. So, for example, the 4.7 inch guns have no shield at the beginning of the war. In 1943, a shield is added on Rodney's 4.7"guns. So, I wrote this in the .eqp file :

Code:
[Equipment 3]
NodeName=A01
LinkName=4_7InchSingleN
StartDate=19380101
EndDate=19430531

[Equipment 4]
NodeName=A01
LinkName=4_7InchSingleT
StartDate=19430601
EndDate=19451231
So, the shield should appear in June 1943, right ? Well, in game, it appears only .... in October 1943 !

Anyone has an idea ?

  Reply With Quote