View Single Post
Old 06-26-10, 09:09 AM   #26
TheBeast
The Old Man
 
Join Date: Jan 2010
Location: Lynnwood, WA
Posts: 1,533
Downloads: 876
Uploads: 23


Default

Quote:
Originally Posted by rsvette12 View Post
Looks great, quick question is possible to add tower emblems to this beauty, thank you.

Rich
If you have a custom tower emblem you want on your boat. Just place your emblem texture in the Data\Textures\TNormal\tex\emblems folder. (Use exiting Emblems for texture dimensions example.)

Then edit the Data\UPCDataGE\UPCUnitsData\Equipment.upc file and changes the filename of a existing emblem.

Example of Equipment.upc change:
Before
Quote:
[Equipment 48]
ID=EqpEmblem2
NameDisplayable= U-1164
FunctionalType= EqFTypeCoating
EquipmentInterval= NULL, NULL
EquipmentSlotType=NULL
ExternalLinkName3D=data\Textures\TNormal\tex\U-1164.dds
Hitpoints= 10000
DamageDescription1= NULL, 0, 1, 0, 1, 1, invulnerable, 0, 0, NULL, 0, 1, 1
After
Quote:
[Equipment 48]
ID=EqpEmblem2
NameDisplayable= U-1164
FunctionalType= EqFTypeCoating
EquipmentInterval= NULL, NULL
EquipmentSlotType=NULL
ExternalLinkName3D=data\Textures\TNormal\tex\emblems\My_New_Emblem.dd s
Hitpoints= 10000
DamageDescription1= NULL, 0, 1, 0, 1, 1, invulnerable, 0, 0, NULL, 0, 1, 1
Then edit the Data\UPCDataGE\UPCUnitsData\UpgradePacks.upc file, find the emblem describe in the Equipment.upc and changes the name, infor and notes for your emblem.

Example of UpgradePacks.upc:
Before
Quote:
[UpgradePack 46]
ID= UpackEmblem2
NameDisplayable=Joker (U-1164)
Info=
Notes=
FunctionalType= UpFTypeEmblem
UpgradePackSlotType= UboatEmblems
Type=NULL
UnitUpgradePackIntervalOptionCurrent= NULL, NULL, 0
UnitUpgradePackIntervalOptions1=1939-09-01, NULL, 100
IDLinkUpgradePackElements= EqpEmblem2
TrackingID=901
After
Quote:
[UpgradePack 46]
ID= UpackEmblem2
NameDisplayable=Name of your new emblem here
Info=Information about your emblem here
Notes=Any Notes here
FunctionalType= UpFTypeEmblem
UpgradePackSlotType= UboatEmblems
Type=NULL
UnitUpgradePackIntervalOptionCurrent= NULL, NULL, 0
UnitUpgradePackIntervalOptions1=1939-09-01, NULL, 100
IDLinkUpgradePackElements= EqpEmblem2
TrackingID=901
Now the Emblem is available for any boat as a Upgrade!
__________________
Fear me! I am, TheBeastBelow

SHIV-MediaFire | SHV-MediaFire

Last edited by TheBeast; 06-26-10 at 10:11 AM.
TheBeast is offline   Reply With Quote