콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환

Cold Waters – DotMod Mod Guide for Beginners

에 게시됨 05/31/2023 에 의해 kschang77 코멘트 없음 ~에 Cold Waters – DotMod Mod Guide for Beginners
  • 제목: Cold Waters
  • 출시일:
  • 개발자:
  • 발행자:
Information about Cold Waters is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

This is a series of “small mods” you may want to make to your install of CW, like adding a particular weapon to a specific sub (or ship), add a particular ship to a specific map / era, 등.

부인 성명

This is NOT a full mod guide, as I am not a 3D modeller. This is about how to make small mods to CW, like add a weapon to a particular sub, add a sub to a particular map, 등.

Add a new variant of sub

The trick here is understanding how mods work in CW. Almost everything except graphical assets are controlled by txt files, so simple modding is very easy, but it can be a bit tedious as a vessel is controlled by a lot of components. Best way to add vessel, is to copy an existing vessel, then modify the copy.

예를 들어, I’ll make a 1999 version of the guppy-tench, by copying the 1973 version of it.

As the 1973 version of the Guppy-tench is a Dotmod addition, you can find it in

…\Cold Waters\ColdWaters_Data\StreamingAssets\dotmod\vessels\01_submarine\06_ROC\roc_73_ss_guppy_tench.txt

copy that to roc_99_ss_guppy_tench.txt

Feel free to add some remarks at the beginning, prefix the remark with double slash “//” 좋다

//this is a remark, it’s just for us humans to read, game disregards text here

지금, this is doesn’t do anything in itself, so there are a couple other steps.

You need to then create a corresponding entry for it in the ship reference, which is in

..\Cold Waters\ColdWaters_Data\StreamingAssets\dotmod\language_en\vessel\

Copy the existing roc_73_ss_guppy_tench_description.txt to roc_99_ss_guppy_tench_description.txt

Now do the same to the profile folder, you need to copy the self profile PNG from the 73 에 99 버전, so you have both a roc_73….png vs a roc_99…png

Finally make a copy the damage control and damage control mask files under

…\Cold Waters\ColdWaters_Data\StreamingAssets\dotmod\hud\damage_control\

copy the roc_73_guppy_tench.png and roc_73_guppy_tench_mask.png

to their respective 99 버전.

마지막으로, do the same to the signature folder, copy the 73 에 99 버전

You may want to add something to the …_description.txt to let players know you’re dealing with a modernized version of the same sub. Study how the two versions of the sub differ such as the 68 version of Sturgeon differs from the 84 version of the sturgeon.

지금, your sub should appear as a new sub of that era in the reference section, and you can now start tweaking it to add weapons and such, which we will do so in the next section.

Add a weapon to a particular sub

일반적으로, it is better if you add a weapon to a “복사” of the vessel (즉. a new variant), but you CAN modify an existing sub. 하지만, keep in mind that your modified version will be erased when you install a new version of the DotMod, which is why I recommend you create a new variant of the vessel, THEN modify your own variant.

그래도, to add an existing weapon to a playable sub, that is controlled by the main text file. For our example, we will modify the new version we created, which is roc_99_ss_guppy_tench.txt

Scroll down until you find [Weapon Systems]

For the guppy/tench, there should be only one entry under TorpedoTypes

TorpedoTypes=roc_a184

This means it fires the A184 torpedo, which is unique to the ROC Navy.

We can modify this, by giving the sub a couple Mk 48, but first we have to find the reference to the Mk48.

If you go up one level, back to …\StreamingAssets, you will find a “무기” subdir, 그리고 내부, 당신은 찾을 것입니다 2 different version of usn_mk48, the usn_mk48_description, and usn_mk48_adcap_description

원래, one’s the original version, and the other is the ADCAP, the improved version.

I personally copied the usn_mk48_adcap_description.txt to roc_mk48_adcap_description.txt, thus creating a roc_mk48_adcap

Then I went back to roc_99_ss_guppy_tench.txt then edit TorpedoTypes to say

TorpedoTypes=roc_a184,roc_mk48_adcap

Also edit the subsequent line to say

TorpedoNumbers=14,4

This gives the sub 14 of the A184 torpedoes, 그리고 4 Mk48_adcap torpedoes.

Add a sub to a particular era/map in Mission Editor

In the mission editor, when you choose a map, you have a list of which ships are available for that map/side. What ships are available for that map, is controlled by “editor.txt”, ~에 …\Cold Waters\ColdWaters_Data\StreamingAssets

Scroll down until you find the line “PlayerVessels=….” for your particular campaign.

Add your ship’s internal name to the end of the line. 예를 들어, if I want to add the roc_guppy_tench to the South China Sea 2000 map/side, I’d open editor.txt, then find the South China Sea section:

//South China Sea 2000 US vs PLAN/Russia

To down to PlayerVessels=….

Then add “,roc_99_ss_guppy_tench” at the end of the line.

파일을 저장하십시오, and reload the game, and now your new vessel should be a choice when you choose the map in the editor.

Disable Prestige Mode in Campaign

Tired of getting killed in an Oberon in the Royal Navy Campaign? Hated the diesel-electric deathtraps in the Soviet 84 운동? Here’s the simple way to turning that off.

Soviet campaign is

…\Cold Waters\ColdWaters_Data\StreamingAssets\dotmod\campaign004

Open summary.txt and campaign_data.txt and look for UsePrestige and PrestigeModeEnabled

they should say =TRUE, change both to =FALSE

save and restart the game.

How to make the campaign last longer

Your campaigns are campaign001 through 005.

Open up that campaign folder and look for CampaignPoints and CampaignStartPoints

The way campaign works is Campaign starts at the “midpoint”, so CampaignStartPoints is always half of CampaignPoints (즉. two sides are evenly matched). When campaign points gets to zero, you get the endgame mission. When campaign points gets to the limit set in CampaignPoints, you lose the war.

If you want a longer campaign, increase both CampaignPoints and CampaignStartPoints. 좋다 3000/1500.

거꾸로, if you want shorter campaign. decrease both, 좋다 750/325

메모: The game *does* keep track of how many ships of each class is available for some classes of ships, mainly to keep the “고유한” 또는 “limited” vessels from appearing too often, such as the unique Narwhal class unique. Check the vessel_selector.txt for the limits available. If you want a longer campaign, you may want to increase the number of some of the ships available.

이것이 오늘 우리가 공유하는 모든 것입니다. Cold Waters 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. kschang77. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:Cold Waters

탐색 후

이전 게시물: How to Fix Cold Waters FPS Drop, 지연, 및 말더듬 문제
다음 게시물: How to Fix Blush Blush Crashing, 실행 시 충돌, 및 동결 문제

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: Cold Waters
  • 출시일:
  • 개발자:
  • 발행자:
Information about Cold Waters is still incomplete. 이것을 사용하여 게임의 세부 정보를 입력할 수 있도록 도와주세요. 문의 양식.

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마