View Single Post
Old 01-05-11, 06:49 PM   #11
Otha
Swabbie
 
Join Date: Jan 2008
Location: KCMO
Posts: 13
Downloads: 124
Uploads: 0
Default

Adding more DC slots is relatively simple. Locate the following file: Data/Submarine/[NSS_PlayerSub].upcge, where PlayerSub is the name of the sub you want to use. For example, if you're playing the Gato the file will be NSS_Gato.upcge. Open the file with any text editor and locate the Crewmember Slots header. Under the Crewmember Slots header, find the DAMAGE CONTROL section. The entry for each damage control slot looks like the following:

Code:
[UserPlayerUnit 1.Compartment 6.CrewMemberSlot 5]
ID=CrewMemberSlot_DamageC4
NameDisplayable= Damage Control Crew
Type= Crewman
WatchIndex= 0
IDLinkCrewMember= Crew-Seaman-Rank-1
WatchCrewMemberSlot3D= NULL
BattleStationsCrewMemberSlot3D= NULL
WatchAccessoriesForAdding3DObjects= NULL
WatchAccessoriesForSubtracting3DObjects= NULL
BattleAccessoriesForAdding3DObjects= NULL
BattleAccessoriesForSubtracting3DObjects= NULL
Just copy and paste that code block after the last damage control slot entry, and increment the CrewMember Slot # and the ID=CrewMemberSlot_DamageC #. Replace this
Code:
IDLinkCrewMember= Crew-Seaman-Rank-1
with this
Code:
IDLinkCrewMember= NULL
Repeat for each additional DC slot you want and voila, instant Hogan's Alley.
Otha is offline   Reply With Quote