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
The lift had 3 sounds
1. travel
2. start
3. arrive(stop)
In this mod I have disabled 2. and 3.
Test it and tell me if that's what you wanted
Also I have changed the code of silent doors a bit, so info if it still works or stopped working would be nice
the output mod
this one should work without testing anything
The MSS mod
I didn't test it (and don't plan to rn) :V I don't have the MSS system on my worlds ;D (some time passed since I actually played game, now I just have worlds where I just tested mods)
It's advised to backup world just in case of errors, the MSS code is spread over everywhere
The testing would be about using inputs/stockings/outputs/IO ports and seeing if the stuff screws up or properly stacks up the resources
Also testing the "Q" thingie
Should I make it output to locked hoppers too?
(Who uses locked option anyway?)
Knowing it's normal lift not the cargo one decreases amount of places to check to 3
I have just found the hopper code in output port, I guess I missed it before o_O
What would be name of this mod?
MSS Remove-Only Output or something like that?
About 1)
I have found numerous sounds
Both in the lift itself and in the cargo lift (the thing you input inside of lift)
This compressing sound happens with or without the cargo lift installed?
Does it happen when cargo lift is idle?
Or maybe happens when cargo lift does the first run?
Or maybe happens each time cargo lift starts/stops moving?
Or maybe happens when cargo lift is loading/unloading?
When I asked about details I was thinking about stuff like that ^
I have realised I didn't specify it in previous message
And the name of mod again :V
Silent Cargo Lift ;D?
1. the output port doesn't output anything, it's the conveyor who just looks around itself and notices "oh there is machine with items! let's take the items without permission!"
2. I have the game muted so I have totally no idea what sound you talk about (and actually too lazy to build some lift system to find it out), any more details?
The lift itself is scattered over 10 places in code so the more details the bigger chance to find it
it's possible to change the colors for specific items,
for example... this yellow crate is considered "white" color (soo probably all colors I will try to paint it will be "the color I wanted + yellow = resulting color")
the normal stacking items are "magenta"
and the bars:
CopperBar is Color(0.5f, 1f, 0.1f)
TinBar is Color(0.4f, 0.75f, 1f)
IronBar is Color(1f, 0.25f, 0.1f)
LithiumBar is Color(0.95f, 0.65f, 1f)
GoldBar is Color(1f, 1f, 0.2f)
NickelBar is Color(0.2f, 1f, 0.65f)
TitaniumBar is Color(0.5f, 0.5f, 1f)
ChromiumBar is Color(0.75f, 0.1f, 1f)
MolybdenumBar is Color(1f, 0.75f, 0.2f)
those numbers are mix of (RED,GREEN,BLUE)
1f being max of this color
0.0f being not a dip of this color
Maybe if there is other object in game that can be colored (basically anything that isn't perfect cube is object) then I could try to copy paste, but I don't recall anything like that
you would have to rebuild stuff only if you wanted to upgrade them to higher MK, but if you wanted to still use the vanilla one, it should still work
by Q extract you mean this?
>>You can press Q on block to extract it's contents. (Disabled for clients on multiplayer)
>>In case of stacking items "Q" always extracts everything from the Mass Storage Block.
>>
>>In case of not stacking items: (1 item per slot in inventory)
>>-L.CTRL+L.Shift+Q = Extract until your inventory is full.
>>-L.CTRL+Q = Extract 25 items.
>>-L.Shift+Q = Extract 10 items.
>>-Q (alone) = Extract 1 item.
>>If you don't have enough space in inventory then it will drop stuff under you.
or only the part about extracting everything?
it's possible to make such separate mod, but what would be the name ;D?
and it's not something to make in few minutes like previous mods so it will take longer