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
want to feed beefalo twigs for 40 rot etc
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3004639365
░░░░░▐▀█▀▌░░░░▀█▄░░░
░░░░░▐█▄█▌░░░░░░▀█▄░░
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░
░░░░▄▄▄██▀▀▀▀░░░░░░░
░░░█▀▄▄▄█░▀▀░░
░░░▌░▄▄▄▐▌▀▀▀░░ THIS IS BOB
▄░▐░░░▄▄░█░▀▀ ░░
▀█▌░░░▄░▀█▀░▀ ░░ COPY AND PASTE HIM,
░░░░░░░▄▄▐▌▄▄░░░ SO, HE CAN TAKE
░░░░░░░▀███▀█░▄░░ OVER THE WORKSHOP
░░░░░░▐▌▀▄▀▄▀▐▄░░
░░░░░░▐▀░░░░░░▐▌░░
░░░░░░█░░░░░░░░█░░░
░░░░░▐▌░░░░░░░░░█░░
░░░░░▐▀█▀▌░░░░▀█▄░░░
░░░░░▐█▄█▌░░░░░░▀█▄░░
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░
░░░░▄▄▄██▀▀▀▀░░░░░░░
░░░█▀▄▄▄█░▀▀░░
░░░▌░▄▄▄▐▌▀▀▀░░ THIS IS BOB
▄░▐░░░▄▄░█░▀▀ ░░
▀█▌░░░▄░▀█▀░▀ ░░ COPY AND PASTE HIM,
░░░░░░░▄▄▐▌▄▄░░░ SO, HE CAN TAKE
░░░░░░░▀███▀█░▄░░ OVER THE WORKSHOP
░░░░░░▐▌▀▄▀▄▀▐▄░░
░░░░░░▐▀░░░░░░▐▌░░
░░░░░░█░░░░░░░░█░░░
░░░░░▐▌░░░░░░░░░█░░
░░░░░▐▀█▀▌░░░░▀█▄░░░
░░░░░▐█▄█▌░░░░░░▀█▄░░
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░
░░░░▄▄▄██▀▀▀▀░░░░░░░
░░░█▀▄▄▄█░▀▀░░
░░░▌░▄▄▄▐▌▀▀▀░░ THIS IS BOB
▄░▐░░░▄▄░█░▀▀ ░░
▀█▌░░░▄░▀█▀░▀ ░░ COPY AND PASTE HIM,
░░░░░░░▄▄▐▌▄▄░░░ SO, HE CAN TAKE
░░░░░░░▀███▀█░▄░░ OVER THE WORKSHOP
░░░░░░▐▌▀▄▀▄▀▐▄░░
░░░░░░▐▀░░░░░░▐▌░░
░░░░░░█░░░░░░░░█░░░
░░░░░▐▌░░░░░░░░░█░░
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2873533916&searchtext=actionqueue
It seems this author is no longer updating this mod. Highly recommend RB3 because it adds new actions and includes new tool.
打开该目录下的actionqueuer.lua(记事本打开都行),搜索"hoe"
可以看到有一行是elseif equip_item and (equip_item.prefab == "farm_hoe" or equip_item.prefab == "golden_farm_hoe" )
把它改成:
elseif equip_item and (equip_item.prefab == "farm_hoe" or equip_item.prefab == "golden_farm_hoe" or "shovel_lunarplant")
就可以了
⭐謝謝作者/二次創作者的創作,整理成了收藏合集,歡迎下載⭐
❤️還有詳細的模組教學❤️
╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬
Thanks to the author/secondary creator for the creation, I compiled a collection, welcome to download
There are also detailed tutorials on how to use the mod
╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬ ╭☆╭★╭♬
⭐茶海空的DST超實用新手萌新必備【客戶端】模組推薦合集MOD (๑‾ ꇴ ‾๑)⭐
or equip_item.prefab == "shovel_lunarplant" inside the parentheses
AddAction("leftclick", "PICK", function(target)
-- return target.prefab ~= "flower_evil"
return target.prefab
end)
Worked for me.
That's why I didn't dare change it, seems the way to decide what can be picked is by excluding evil flowers...
And I don't know if I can just remove that bit...
return target.prefab ~= "flower_evil"
to this:
return target.prefab == "flower_evil"
The ~= means Not Equal (so don't pick up evil flowers). Whereas == means Equals (so pick up evil flowers).
I'm not sure if that change would be enough since I can't test it myself at the moment, but you can perhaps try it out.
What do I have to change locally so I can autocollect evil flowers?
I found those lines:
AddAction("leftclick", "PICK", function(target)
return target.prefab ~= "flower_evil"
end)
and
AddAction("collect", "PICK", function(target)
return not target:HasTag("flower")
end)
I can't even guess what I'd have to do to them to let me shift-click evil flowers to collect them all, though.
Thanks!
@Shard the original ActionQueue Reborn has not been updated in a long time, so it does not support the latest updates (basically, the farming update and later). So it is up to you and what you do in the game. If you want to use this version of ActionQueue (which supports the farming update and later), then you need to disable the older ActionQueue (this version replaces it).
* Added support for the new Snazzy Pitchfork (goldenpitchfork)
You can Shift + Right Click Drag to select an area to Dig up Turfs with the Pitchfork / Snazzy Pitchfork.