Endless Monday: Dreams and Deadlines

Endless Monday: Dreams and Deadlines

Not enough ratings
Tips And tricks for Lumber Lass
By Fairy Bread
Hello, if you are trying to get the 3 grindy Lumber Lass achievements well this is the place to help you. In this guide i will show you stress levels and i will show you tricks to get to 10,000,000 logs for the achievement.

   
Award
Favorite
Favorited
Unfavorite
Lumber Lass tricks and Things to Know. (NO LONGER UPDATING)
----------------------------------------- Stress Levels ----------------------------------------
Stress Levels is important to remember as it will indicate when you will past out.

Here is some screenshots of the stress levels:

Stress Level 0:


Stress Level 1:


Stress Level 2 (Note: this is when you will faint/ the background will go black)


---------------------------------- Trick to getting a lot of logs ------------------------------

To get a lot of logs you will need to find Skye's cabin while playing Lumber Lass.
When you break Skye's cabin your wood amount will double.


Screenshot of Skye's cabin:









Edit: If your fingers get tired just hold down click and auto swing the axe just remember you still will have to let go of the D key and then hold down the D key again otherwise you cant move

- Thank you Serious Loads of Dosh for reminding of this feature
- Thank you for looking at my guide if you have any questions leave them in the comments -

I hope you get these 3 achievement from this guide.


18 Comments
Nephthanthropic 4 Jan @ 9:18am 
I can say with 100% confidence that you don't have to have called Skye previously to find her cabins in-game, I just did it.
Fairy Bread  [author] 30 Nov, 2024 @ 5:52pm 
i havent played this game in over a year so i dont know lol
alex 30 Nov, 2024 @ 4:16am 
might be wrong but after you pass a certain point cabins stop appearing, i got to 1.3 billion and wanted to see if it would stop at the 32 bit integer limit but cabins stopped appearing at that point
voynich 20 Mar, 2024 @ 1:17pm 
its cute but also sad you destroy your friend's house for the wood
Nameless Tree 8 Jan, 2024 @ 11:25pm 
I timed it both days; it takes 10 minutes to get to stress level 1 and 5 more minutes to get to 2. You don't have to actually play the game, like if you want the Debut achievement but you got all the logs on the first day. I just chopped down the first tree and went afk and it still worked.
xeliicious 20 Dec, 2023 @ 2:16pm 
I had a few issues with SockMonkey's AHK script below so if you're having the same bug as me where it's opening the pause menu instead of logging, try copy-pasting and running the following script instead:



Pause

Loop{
Send {D down}
while GetKeyState("D"){
Send {Space down}
Sleep 300
Send {Space up}
}
Sleep 20000
}

F11::Pause

Esc::ExitApp
SockMonkey 8 Sep, 2023 @ 7:25pm 
The following is an AutoHotkey v2 Script that lets you auto-play Lumber Lass
Use F11 to toggle it on/off, and Escape to exit the script at any time
Paste the following in a text file, save as AutoLog.ahk, and run with AutoHotkey v2
-----

Persistent ; Remain open even when nothing is happening
#SingleInstance force ; Only run one instance of this script at a time
Esc::ExitApp ; Exit the script at any time using the Escape key

toggle := 0 ; Set toggle variable at script startup

F11:: ; Use F11 key to toggle the following on and off
{
global toggle := !toggle ; Toggle toggle variable between 0 (off) and 1 (on)
if (toggle) { ; Toggled on, hold down D key and start spamming space to chop
Send "{D Down}"
SetTimer SpamSpace, 10
} else { ; Toggled off, release D key and stop spamming space
Send "{D Up}"
SetTimer SpamSpace, 0
}
return
}

SpamSpace(){ ; This function is all about repeatedly hitting that space bar key to chop
Send "{Space Down}"
Sleep 50
Send "{Space Up}"
return
}
KowalskiYukio 21 Jul, 2023 @ 8:55am 
if you want to be quick you can click and press space/enter one after the other
Tyrant 24 May, 2023 @ 12:18am 
Sometimes I'll get no cabins over 15 minutes and sometimes I'll get 2 in 5. It's the only thing that lets you get the achievements...
Fairy Bread  [author] 15 May, 2023 @ 11:41pm 
oh rlly? I only started getting them from calling skye