1
DF Dwarf Mode Discussion / Re: some useful things i found while playing
« on: April 21, 2021, 11:56:17 am »
These are amazing tips. Did not know about the majority of these. Thanks!
March 6, 2024: Dwarf Fortress 50.12 has been released.
News: February 3, 2024: The February '24 Report is up.
News: February 4, 2021: Dwarf Fortress Talk #28 has been posted.
News: November 21, 2018: A new Threetoe story has been posted.
Forum Guidelines
Wool/Yarn
[PRODUCT:100:10:THREAD:NONE:CREATURE_MAT:SHEEP:WOOL]
[PRODUCT_DIMENSION:15000]
$^bLeft:: ProcessEvent("Left","+s")
$^bRight:: ProcessEvent("Right","+s")
$^bUp:: ProcessEvent("Up","+s")
$^bDown:: ProcessEvent("Down","+s")
ProcessEvent(direction, type)
{
Send {Enter}
Sleep 50
Send {Enter}
Sleep 50
Send %type%
Sleep 50
Send {%direction%}
Loop
{
if not GetKeyState(direction, "P")
break
Send {Enter}
Sleep 50
Send {Enter}
Sleep 50
Send %type%
Sleep 50
Send {%direction%}
}
}
$^wLeft:: ProcessEvent("Left","w")
$^wRight:: ProcessEvent("Right","w")
$^wUp:: ProcessEvent("Up","w")
$^wDown:: ProcessEvent("Down","w")

That's not what it does, unfortunately, and I can't figure out why. It keeps getting to "build statue" instead, as if it's sending "s" and not "S". I don't have capslock on or anything like that, so I can't figure out why it's doing this.The reason why it is doing this is because you need to Send +s rather than just a caps S. I hope that answers your question.
This is my first time extensively using windows and it is a big pain. Not going to do it again.Yup, you should try MacOs X.
(sorry, couldn't help![]()
)
I prefer just using demolitions for larger scale channeling.