View Single Post
Old 01-07-14, 03:28 PM   #159
Raven_2012
Commander
 
Join Date: Jan 2010
Location: Elmira, NY
Posts: 445
Downloads: 129
Uploads: 0
Default

Yeah I know what you are taking about, but it seems the Equip_Upgrades_Fix_1_4_Patch_1_AFFOE_151 in the Equipment mod download aren't matching with same files in the download. I just downloaded a fresh copy to check. Those two files in Equip_Upgrades_Fix_1_4_Patch_1_AFFOE_151 don't match up. I didn't see it at firsts in WinMerge. You have to open each one in notepad, thats when I saw it.

EX:
Equipment.upc

;################################################# ##################
;#########BEGIN ADDITIONS BY FISTFUL OF EMBLEMS MOD#################
;################################################# ##################

[Equipment 86]
ID=EqpEmblem31
NameDisplayable=
FunctionalType= EqFTypeCoating
EquipmentInterval= NULL, NULL
EquipmentSlotType=NULL
ExternalLinkName3D=data\Textures\TNormal\tex\U-281.dds
Hitpoints= 10000
DamageDescription1= NULL, 0, 1, 0, 1, 1, invulnerable, 0, 0, NULL, 0, 1, 1

[Equipment 87]
ID=EqpEmblem32
NameDisplayable=
FunctionalType= EqFTypeCoating
EquipmentInterval= NULL, NULL
EquipmentSlotType=NULL
ExternalLinkName3D=data\Textures\TNormal\tex\U-287.dds
Hitpoints= 10000
DamageDescription1= NULL, 0, 1, 0, 1, 1, invulnerable, 0, 0, NULL, 0, 1, 1


UpgradePacks.upc

;################################################# ##################
;#########BEGIN ADDITIONS BY FISTFUL OF EMBLEMS MOD#################
;################################################# ##################

[UpgradePack 103]
ID=UpackEmblem6
NameDisplayable=U-30 (Julius Lemp Emblem)
Info=U-30 was a Type VIIA U-boat, commissioned on 8th Oct 1936.
Notes=This boat sank the first ship in the war when she sank the 13,581 ton passenger ship Athenia by mistake (taking her to be an Armed Merchant Cruiser). On 29 April 1940 in the North Sea the boat rescued four crew members from a crashed German Dornier Do 18 airplane of 2nd Staffel Küstenfliegergruppe 906. The boat was already inbound to port and reached Wilhelmshaven the next day. U-30 was the first U-boat to make use of the newly captured French bases when she landed in Lorient on 7 July, 1940.
FunctionalType= UpFTypeEmblem
UpgradePackSlotType= UboatEmblems
Type=NULL
UnitUpgradePackIntervalOptionCurrent= NULL, NULL, 0
UnitUpgradePackIntervalOptions1=1939-09-01, NULL, 0
IDLinkUpgradePackElements=EqpEmblem6
TrackingID=901

[UpgradePack 104]
ID=UpackEmblem7
NameDisplayable=U-47
Info=U-47 was a Type VIIB U-boat, commissioned on 17th Dec 1938.
Notes=On 14 Oct, 1939 U-47 made an incredible raid on the British Navy base at Scapa Flow sinking the Battleship HMS Royal Oak. This transformed her Kaleun Günther Prien into an instant War Hero. U-47 made 10 war patrols with the 7th Flotilla, sinking an impressive 30 ships for a total of 162,769 GRT. She was lost with all hands on or about 8th March 1941, possibly due to mines, British corvettes or her own torpedoes.
FunctionalType= UpFTypeEmblem
UpgradePackSlotType= UboatEmblems
Type=NULL
UnitUpgradePackIntervalOptionCurrent= NULL, NULL, 0
UnitUpgradePackIntervalOptions1=1939-09-01, NULL, 0
IDLinkUpgradePackElements= EqpEmblem7
TrackingID=901



The Equipment.upc counts from 30 when the correct one start at 6. The 6 works also, because last one is stock game is named EqpEmblem5. So EqpEmblem6 is correct and not EqpEmblem31. There will be 30 emblems missing, that most of us haven't seen in a while.

Those two files in download that are suppose to be compatible with AFFOE, actually removes 30 of the emblems.

Quote:
Originally Posted by gap View Post
UpgradePacksElement / Equipment ID's must be matched; header sorting numbers do not need to be the same in the two files though. See the example below.


UpgradePacks.upc:
Code:
[UpgradePack 175]
ID= UpackEmblem119
NameDisplayable=Gunfighter Emblem 21
Info=Gunfighter Emblem 21
Notes=Custom emblem made by Gunfighter, who had 10 of his emblems in the top 24 in the Emblem Contest from Ubisoft.
FunctionalType= UpFTypeEmblem
UpgradePackSlotType= UboatEmblems
Type=NULL
UnitUpgradePackIntervalOptionCurrent= NULL, NULL, 0
UnitUpgradePackIntervalOptions1=1939-09-01, NULL, 0
IDLinkUpgradePackElements= EqpEmblem119
TrackingID=901
Equipment.upc:
Code:
[Equipment 174]
ID=EqpEmblem119
NameDisplayable=
FunctionalType= EqFTypeCoating
EquipmentInterval= NULL, NULL
EquipmentSlotType=NULL
ExternalLinkName3D=data\Textures\TNormal\tex\gf21.dds
Hitpoints= 10000
DamageDescription1= NULL,	0,	1,	0,	1,	1,	invulnerable,		0,	0,	NULL,	0,	1,	1


If you plan to use R.S.D, you should edit its upc files, as they overwrite E.U.F's upc's.

All you need to do is copying/pasting AFFOE's entries, and adjusting their sorting numbers so that no numbers are missing/duplicated, and that they are sorted in ascending order.

Boring task, but without complications

Last edited by Raven_2012; 01-07-14 at 03:49 PM.
Raven_2012 is offline   Reply With Quote