UBOAT
Slot Machine - Add extra slots to your sub
235 Comments
pbinstall 9 Jul @ 12:42pm 
@Cironian, is there any way of modifying the new version
Cironian  [author] 9 Jul @ 9:25am 
I don't think you can. Steam allows the mod owner to access old versions, but I can't just make them available to others easily. I'd have to reupload the old version as a brand new mod which isn't really worth the effort.
pbinstall 9 Jul @ 7:03am 
@Cironian, is there an older version, like b129..
Cpt.Camper 28 Jun @ 7:58am 
that is a rlly nice mod but sadly it does not add Torpedo slots xD
nlee964 8 May @ 6:44pm 
does not work for 2025.1.1
mgiu7t 4 May @ 9:14am 
Disable and re-enable the mod
fraenky85 3 May @ 5:31pm 
hmmm.... type IIA boat works fine, but when i changed to a IID i have only vanilla slots now. idk what happens with the VII boats. worked fine before the latest updates....
mgiu7t 25 Apr @ 2:47am 
@ColdSpaCe7 "There is no need for an update, works fine with 2025.1 Patch 8. Thanks very much for QOL Mod!!:steamhappy:"
Can you read? The answer didn't confuse you?
MightyThor769 24 Apr @ 8:47am 
2024.....
MightyThor769 24 Apr @ 8:46am 
update please
Майор Рулюк 18 Apr @ 8:36am 
delete mode fully and load again when you buy new submarine. works with no problems
dand 4 Apr @ 6:55pm 
sadly it makes me unable to loot ships (abandoned ones and sunk ones)
mgiu7t 4 Mar @ 1:37pm 
I found a bug, when buying a new submarine, the inventory is compressed to a standard size.
Teax 28 Feb @ 8:55am 
Dude are you somehow not able to read properly? Mod works and dont need any update
MightyThor769 28 Feb @ 8:16am 
can someone make a new/updated version of this mod please?
Nebelwerfer 5000 18 Feb @ 8:27am 
works great is really needed for a good and realistic game
Kornflaker 18 Feb @ 4:02am 
There is no need for an update, works fine with 2025.1 Patch 8. Thanks very much for QOL Mod!!:steamhappy:
MightyThor769 16 Feb @ 5:31am 
update it please
MightyThor769 8 Feb @ 4:04am 
can someone make an updated version please?
Teax 1 Feb @ 3:00am 
yes and no, it used parts of this mod and i already asked Cironian for permission but no response sadly.
KobeBongrips 31 Jan @ 5:24pm 
is your version on workshop too?
Teax 31 Jan @ 12:15pm 
items disappearing is sadly normal, since on switching the sub the new sub got only the vanilla slots and the script changes the slots after the new sub is spawned. If the slots dont get added after switching to a new sub, check the logs for errors that will help the mod creator.
Im not using this mod anymore, my own version of this works without changing anything on it with no problems.
Filip1014.PL 31 Jan @ 12:04pm 
i meant that sometimes when i change sub to different model both additional slots and items just vanish and when i change again sub they return, it seems to happen randomly
Teax 31 Jan @ 10:33am 
But you got the extra slots even after changing to a new submarine type, right? Just the items in the storage disappear, am i right?
Filip1014.PL 31 Jan @ 10:20am 
no, it doesn't work with current patches nor with current game version as when i change subs additional slots and items in additional slots simply disappear and reappear
Teax 28 Jan @ 5:10am 
Mod still works with the current patches. No update needed
MightyThor769 28 Jan @ 4:46am 
can this get an update please? or is there an updated version?
"MrHindsight" 26 Jan @ 4:10pm 
Needs updating to not show "outdated", and fix any incompatibilities with the latest game version. "Update 2025.1 Patch 5"
Thanks!
flow 26 Jan @ 2:51pm 
Update would be awesome! :)
MightyThor769 21 Jan @ 8:04am 
update?
MightyThor769 11 Jan @ 3:23am 
yes
DrunkenMclown 30 Dec, 2024 @ 4:36am 
is this still working?
Teax 15 Dec, 2024 @ 12:18pm 
Greetings,
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
An Apple a Day 4 Oct, 2024 @ 6:52am 
After changing the number of torpedoes, there will be an air wall blocking the crew from moving
negato9 2 Oct, 2024 @ 6:24am 
这个good
ByteHammer 30 Sep, 2024 @ 2:13pm 
Bro I don't even know what you're saying.
CAREEREVIL 29 Sep, 2024 @ 10:15pm 
i know this i have no mod for slots , just the game slots and my slots dont work right
cant see how this would work right? or is it just me i dont know?
Doc 29 Sep, 2024 @ 8:39pm 
Something is wrong with this mod, I can't find any slot machines on my ship. Not one.
Nexus 29 Sep, 2024 @ 9:39am 
Hello and Thanks for this great mod , is it possible that you add more torpedo slots just like main storage, kitchen , ... ?
Lord X 18 Sep, 2024 @ 1:40pm 
How to enable this mod on steam?
WolfvonSohl 8 Sep, 2024 @ 1:00am 
Unfortunately the order of items completely gets mixed up with every new load.
Wolf
Nolan_Yell 30 Aug, 2024 @ 6:48am 
my bad, it works perfectly fine!
it conflicts to "Slots + Torpedos", but can easily add script to get more torpedo slots.
shout up to 可可萝先生
Pmelo310 25 Aug, 2024 @ 8:45pm 
Do Milk cows work? If they don't work we won´t be able to complete the game...
Cironian  [author] 25 Aug, 2024 @ 7:32am 
@yell1369 Just tested it with Patch 11, and it works fine for me. The DLL gets correctly recompiled even after deleting them. Maybe you have a bad interaction with another mod?
Nolan_Yell 25 Aug, 2024 @ 5:45am 
not workink with 2024.1 patch 11, everytime get into game, the .dll is always 0kb, dont know what went wrong
可可萝先生 17 Aug, 2024 @ 5:23am 
Storage BowTorpedoStorage = playerShip.GetEquipment<Storage>("Bow Torpedo Storage");
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可以加格子但是有空气墙 隔壁的鲨雕又不肯更新 一看代码还是抄贴吧的 佛了
Polski Bóbr 16 Aug, 2024 @ 8:06pm 
workink with 2024.1 patch 9,compatible with saving. Thanks alot :steamthumbsup:
Cironian  [author] 14 Aug, 2024 @ 12:31pm 
This one works on existing saves.
PainfulCh33se 14 Aug, 2024 @ 12:11pm 
Can this be used on a current save file or do you have to create a new game for it to work?
Beta 🚫 Geuze 🚫 13 Aug, 2024 @ 12:21pm 
Thanks for the info