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 I have your permission to upload to the workshop publicly?
To be clear, it doesn't include your functionality of sorting a single item/stack (unless it's the only item of that category), and I'd recommend this mod to go with it and give credit in the description.
I cant see the button
Lines 88 and 89 can be edited to increase the teleport range.
If you run with Organized, change line 159 to "local capacity = itemContainer:getCapacity() * 1.3;" - otherwise it will stop transferring at normal capacity.
The mod uses this class to find the adjacent square to move to, and I see this code in the class now:
-- if there is a wall between the two tiles, not adjacent.
if not AdjacentFreeTileFinder.privTrySquareForWalls(src, test) then
return false;
end
If someone still has this happen, please let me know!
-- stop grabbing thru walls...
local currentSq = playerObj:getCurrentSquare()
if gs ~= currentSq and currentSq and currentSq:isBlockedTo(gs) then
gs = nil
end