SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SH4 Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 09-14-09, 12:29 PM   #1
Lt commander lare
Grey Wolf
 
Join Date: Feb 2005
Location: southlyon michigan
Posts: 897
Downloads: 781
Uploads: 35
does anyone know how to release this boat for stock ?

hi i was wondering if anyone here knows how to make the tench class available for stock v1.5 i would like to see it added to the game for stock if someone is willing to do it i know its in rsrdc and trigger maru but not in stock


lt commander lare
Lt commander lare is offline   Reply With Quote
Old 09-17-09, 01:27 PM   #2
Webster
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

cant believe nobody answered you, just take any ship thats added to the game and follow what they did with it.

in addition to the sub folder and files i think you will need to add the sub to the roster and campaign files.

ducimus is a very smart and helpfull guy and he could help if you had any questions about doing it.

i know that in TMO ducimus has done some changes to the subs so you might need to tweak a few things to make it work in stock without the rest of the TMO files.
  Reply With Quote
Old 09-17-09, 10:04 PM   #3
Lt commander lare
Grey Wolf
 
Join Date: Feb 2005
Location: southlyon michigan
Posts: 897
Downloads: 781
Uploads: 35
he has not been on is there anyway you can do it for me webster when you have some time available let me know ok thanks for replying i appreciate it as always

lt commander lare
Lt commander lare is offline   Reply With Quote
Old 09-18-09, 01:05 AM   #4
Webster
Stowaway
 
Posts: n/a
Downloads:
Uploads:
Default

i dont even have time to patch my GFO mod right now, and i surely cant take the time to work on a mod rquest so its all up to you.

try asking other modders who have added ships to the game so you understand whats needed then any tweaks you may need to do to add it to the campaign will be beter understood.

modding is about learning and you should take the time to learn about things you are interested in modding so its much easier for you to mod things in the future.

just ask way too many questions from anybody and everybody and take lots of notes. even if what you learn doesnt help right now for the mod your working on, one day it will help you with another mod.

as for contacting ducimus, if hes busy then hes busy

he may not have time to help you now but you could send him a PM and you should get some kind of a reply back in a few days i would think

hes on the ubi forums a lot so maybe you can catch up to him there
  Reply With Quote
Old 09-18-09, 09:32 AM   #5
Lt commander lare
Grey Wolf
 
Join Date: Feb 2005
Location: southlyon michigan
Posts: 897
Downloads: 781
Uploads: 35
Default

ok thanks webster i will do that and i appreciate your help and i will ask around


lt commander lare
Lt commander lare is offline   Reply With Quote
Old 09-18-09, 12:14 PM   #6
Ducimus
Rear Admiral
 
Ducimus's Avatar
 
Join Date: May 2005
Posts: 12,987
Downloads: 67
Uploads: 2


Default

I used to have a tench for stock, but when filefront had its meltdown, it went poof. I seriously do not have time to make another stock version, so ill give you a brief rundown of making one.

1.), rip the entire Data\Submarine\NSS_Tench directory right out of TMO. I don't care if anyone does that, but i'll refer you to the licensing & permissions section in the mods readme if you intend to redistribute later on.

2.) copy the \Data\UPCData\UPCUnitsData\UnitParts9Tench.upc file from TMO, you'll need this for your conning tower. Rename this file to be in numberical sequence to existing UnitParts file .

3.) Copy the Data\Roster\American\Submarine\SSTench.cfg file from TMO.

With all of these files in place, you should now have a Tench added to your game, playable in single missions, but not in campaign. To add it to a campaign, now we get to the messy part.

4.) In TMO, go to this file, Data\UPCData\UPCCampaignData\Flotillas.upc. What your going to have to do, is copy the additional entries for the tench, keeping in proper syntax with existing entries. You'll need to:
a.) declare the boat type for the flotilla,
Code:
[Flotilla 1.UserPlayerUnitType 9]
ID= F1Tench
NameDisplayable= Tench class
AvailabilityInterval= 1945-01-01, NULL
IDLinkUserPlayerUnitType= Tench
UnitTypeCommonality= 8  		
IDFlotillaLinkTransferTo= NULL
This is saying, this boat, goes to this flotilla, from this date onward.

b.) define the patrol missions for that boat.
Code:
[Flotilla 1.UserPlayerUnitType 9.Objective 1]
ID= PH9Obj1
NameDisplayable= East China Sea
AvailabilityInterval=1942-01-01, NULL 
ObjectiveCode= East China Sea

[Flotilla 1.UserPlayerUnitType 9.Objective 2]
ID= PH9Obj2
NameDisplayable= Marshalls patrols
AvailabilityInterval=NULL, 1944-04-01
ObjectiveCode= Marshall Islands

[Flotilla 1.UserPlayerUnitType 9.Objective 3]
ID= PH9Obj3
NameDisplayable= Empire Waters
AvailabilityInterval=NULL, NULL
ObjectiveCode= Honshu

[Flotilla 1.UserPlayerUnitType 9.Objective 4]
ID= PH9Obj4
NameDisplayable= Empire Waters
AvailabilityInterval=NULL, NULL
ObjectiveCode= Hokkaido

[Flotilla 1.UserPlayerUnitType 9.Objective 5]
ID= PH9Obj5
NameDisplayable= Caroline Islands
AvailabilityInterval=1942-01-01, NULL 
ObjectiveCode= Caroline Islands

[Flotilla 1.UserPlayerUnitType 9.Objective 6]
ID= PH9Obj6
NameDisplayable= Mariana Islands
AvailabilityInterval=1942-04-01, 1944-04-01 
ObjectiveCode= Mariana Islands

[Flotilla 1.UserPlayerUnitType 9.Objective 7]
ID= PH9Obj7
NameDisplayable= Palau Island
AvailabilityInterval=1943-01-01, 1944-04-01 
ObjectiveCode= Palau Island

[Flotilla 1.UserPlayerUnitType 9.Objective 8]
ID= PH9Obj8
NameDisplayable= Luzon Strait
AvailabilityInterval=1944-01-01, NULL
ObjectiveCode= Luzon Strait

[Flotilla 1.UserPlayerUnitType 9.Objective 9]
ID= PH9Obj9
NameDisplayable= Patrols in the Sea Of Japan
AvailabilityInterval=1944-11-01, NULL 	
ObjectiveCode= Sea of Japan
NOTE: You cannot just copy and past the above. You'll have to rework it so its in sequence to your existing boat entries in your flotilla.upc file. This means you'll have to change
- [Flotilla 1 to whatever
- UserPlayerUnitType 9 to whatever
- ID= PH9 to whatever

Pay VERY CLOSE attention to the sequencing. This file is finicky that way.

Having done that you should get a tench in campaign mode, if your awarded one, however if you want to start with a tench, you'll have to do the following:

5.) in TMO, look at Data\UPCData\UPCCampaignData\CareerStart.upc
and follow the syntax therein. This file is even MORE picky. Data must match what is in the flotilla.upc

After that, your done.
Ducimus is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 09:13 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.