Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Can you read? The answer didn't confuse you?
Im not using this mod anymore, my own version of this works without changing anything on it with no problems.
Thanks!
would like to implement some of your code from your mod into my new mod which will change the storage and stack size. Mostly for my own purpose but if you allow i would publish it too and maybe some lost sailors out there finding with my mod exactly what they are looking for :)
Best regards
cant see how this would work right? or is it just me i dont know?
Wolf
it conflicts to "Slots + Torpedos", but can easily add script to get more torpedo slots.
shout up to 可可萝先生
if (BowTorpedoStorage != null) {
AddSlots(BowTorpedoStorage, 12);
} else {
Debug.LogError((object)string.Format("Bow Torpedo Storage not found"));
}
Storage SternTorpedoStorage = playerShip.GetEquipment<Storage>("Stern Torpedo Storage");
if (SternTorpedoStorage != null) {
AddSlots(SternTorpedoStorage, 3);
} else {
Debug.LogError((object)string.Format("Stern Torpedo Storage not found"));
}
I tried to add these in the .cs file, it works but you will find invisible walls which make the crews stunk when they are asked to reloading torpedos or turn on the air compressor. It can be skipped by time compression and zooming out into the global map, but it will be really frustrating when you meet it in the battle.
I will be appreciate if any smart guy can work it out.
rnm可以加格子但是有空气墙 隔壁的鲨雕又不肯更新 一看代码还是抄贴吧的 佛了