Guides

12 guides
(permalink)
  1. 0
    • This is... awkward
    • I just don't know what I'm doing, anymore

    After discovering Joy (X) and Passion (C), input this sequence: X X C X X C. This flood-fills tiles with an orange color and increases the world's Awkward percentage, which is displayed next to the world map. Reach 20% Awkward to unlock an achievement, and 50% Awkward to unlock another achievement.

    Set a metronome to 130 BPM and input the sequence to the beat to get the right orange color. Alternatively, use the following AutoHotkey script and press F1:

    F1:: ; Awkward (orange)
        Send X
        Sleep 460
        Send X
        Sleep 460
        Send C
        Sleep 460
        Send X
        Sleep 460
        Send X
        Sleep 460
        Send C
    return
    

  2. 0
    • Fertility can be both a blessing and a curse
    • When I think fertile, I think bloated

    After discovering Logic (Z) and Joy (X), input this sequence: Z Z Z X X X. This flood-fills tiles with a green color and increases the world's Fertile percentage, which is displayed next to the world map. Reach 20% Fertile to unlock an achievement, and 50% Fertile to unlock another achievement.

    Set a metronome to 105 BPM and input the sequence to the beat to get the right green color. Alternatively, use the following AutoHotkey script and press F2:

    F2:: ; Fertile (green)
        Send Z
        Sleep 571
        Send Z
        Sleep 571
        Send Z
        Sleep 571
        Send X
        Sleep 571
        Send X
        Sleep 571
        Send X
    return
    

  3. 0
    • The Jitters
    • Pink... and the Brain

    After discovering Logic (Z), Joy (X) and Passion (C), input this sequence: Z Z X X C C. This flood-fills tiles with a pink color and increases the world's Jittery percentage, which is displayed next to the world map. Reach 20% Jittery to unlock an achievement, and 50% Jittery to unlock another achievement.

    This can't be done using a metronome, an irregular rhythm is required to get the right pink color. Instead, use the following AutoHotkey script and press F3:

    F3:: ; Jittery (pink)
        Send Z
        Sleep 583
        Send Z
        Sleep 583
        Send X
        Sleep 452
        Send X
        Sleep 583
        Send C
        Sleep 583
        Send C
    return
    

  4. 0
    • Oh Joy!
    • Joy... means different thing to different people

    After discovering Logic (Z) and Joy (X), input this sequence: Z X X Z X X. This flood-fills tiles with a yellow color and increases the world's Joyous percentage, which is displayed next to the world map. Reach 20% Joyous to unlock an achievement, and 50% Joyous to unlock another achievement.

    Set a metronome to 142 BPM and input the sequence to the beat to get the right yellow color. Alternatively, use the following AutoHotkey script and press F4:

    F4:: ; Joyous (yellow)
        Send Z
        Sleep 423
        Send X
        Sleep 423
        Send X
        Sleep 423
        Send Z
        Sleep 423
        Send X
        Sleep 423
        Send X
    return
    

  5. 0
    • Optimism is a strange thing....
    • Inverse Pessimism

    After discovering Logic (Z) and Joy (X), input this sequence: Z Z X Z Z X. This flood-fills tiles with a cyan color and increases the world's Optimistic percentage, which is displayed next to the world map. Reach 20% Optimistic to unlock an achievement, and 50% Optimistic to unlock another achievement.

    Set a metronome to 113 BPM and input the sequence to the beat to get the right cyan color. Alternatively, use the following AutoHotkey script and press F5:

    F5:: ; Optimistic (cyan)
        Send Z
        Sleep 530
        Send Z
        Sleep 530
        Send X
        Sleep 530
        Send Z
        Sleep 530
        Send Z
        Sleep 530
        Send X
    return
    

  6. 0
    • I'm a passionate guy
    • Hot Mess

    After discovering Joy (X) and Passion (C), input this sequence: X C C C C C. This flood-fills tiles with a red color and increases the world's Passionate percentage, which is displayed next to the world map. Reach 20% Passionate to unlock an achievement, and 50% Passionate to unlock another achievement.

    Set a metronome to 105 BPM and input the sequence to the beat to get the right red color. Alternatively, use the following AutoHotkey script and press F6:

    F6:: ; Passionate (red)
        Send X
        Sleep 571
        Send C
        Sleep 571
        Send C
        Sleep 571
        Send C
        Sleep 571
        Send C
        Sleep 571
        Send C
    return
    

  7. 0
    • Blue and Thoughtful
    • Think Globally, Act Erratically

    After discovering Logic (Z) and Passion (C), input this sequence fast: Z Z C Z Z C. This flood-fills tiles with a blue color and increases the world's Pensive percentage, which is displayed next to the world map. Reach 20% Pensive to unlock an achievement, and 50% Pensive to unlock another achievement.

    Set a metronome to 218 BPM and input the sequence to the beat to get the right blue color. Alternatively, use the following AutoHotkey script and press F7:

    F7:: ; Pensive (blue)
        Send Z
        Sleep 275
        Send Z
        Sleep 275
        Send C
        Sleep 275
        Send Z
        Sleep 275
        Send Z
        Sleep 275
        Send C
    return
    

  8. 0
    • See the task, do the task
    • Purple is reserved for royalty

    After discovering Logic (Z) and Passion (C), input this sequence: Z Z Z C C C. This flood-fills tiles with a purple color and increases the world's Pragmatic percentage, which is displayed next to the world map. Reach 20% Pragmatic to unlock an achievement, and 50% Pragmatic to unlock another achievement.

    Set a metronome to 119 BPM and input the sequence to the beat to get the right purple color. Alternatively, use the following AutoHotkey script and press F8:

    F8:: ; Pragmatic (purple)
        Send Z
        Sleep 504
        Send Z
        Sleep 504
        Send Z
        Sleep 504
        Send C
        Sleep 504
        Send C
        Sleep 504
        Send C
    return
    

  9. 0
    • Crawl through the Muck
    • Primal Rage... except not rage.

    After discovering Logic (Z), Joy (X) and Passion (C), input this sequence fast: Z Z X X C C. This flood-fills tiles with a brown color and increases the world's Primal percentage, which is displayed next to the world map. Reach 20% Primal to unlock an achievement, and 50% Primal to unlock another achievement.

    Set a metronome to 218 BPM and input the sequence to the beat to get the right brown color. Alternatively, use the following AutoHotkey script and press F9:

    F9:: ; Primal (brown)
        Send Z
        Sleep 275
        Send Z
        Sleep 275
        Send X
        Sleep 275
        Send X
        Sleep 275
        Send C
        Sleep 275
        Send C
    return
    

  10. 0
    • How dry am I?
    • Your life, the mirage

    After discovering Logic (Z) and Joy (X), input this sequence: Z Z X - Z Z X. This flood-fills tiles with a beige color and increases the world's Thirsty percentage, which is displayed next to the world map. Reach 20% Thirsty to unlock an achievement, and 50% Thirsty to unlock another achievement.

    Set a metronome to 148 BPM and input the sequence to the beat, and skip a beat in the middle, to get the right beige color. Alternatively, use the following AutoHotkey script and press F10:

    F10:: ; Thirsty (beige)
        Send Z
        Sleep 406
        Send Z
        Sleep 406
        Send X
        Sleep 812
        Send Z
        Sleep 406
        Send Z
        Sleep 406
        Send X
    return
    

  11. 0
    • Have a good old wallow
    • Dig down, sleep deep

    After discovering Logic (Z) and Passion (C), input this sequence: Z Z Z - C C C. This flood-fills tiles with a gray color and increases the world's Wallowing percentage, which is displayed next to the world map. Reach 20% Wallowing to unlock an achievement, and 50% Wallowing to unlock another achievement.

    Set a metronome to 186 BPM and input the sequence to the beat, and skip a beat in the middle, to get the right gray color. Alternatively, use the following AutoHotkey script and press F11:

    F11:: ; Wallowing (gray)
        Send Z
        Sleep 322
        Send Z
        Sleep 322
        Send Z
        Sleep 644
        Send C
        Sleep 322
        Send C
        Sleep 322
        Send C
    return
    

  12. 0
    • Catatonia
    • Paint it Black (sans Red Door)

    After discovering Fire, press F to burn tiles. This flood-fills tiles with a black color and increases the world's Catatonic percentage, which is displayed next to the world map. Reach 20% Catatonic to unlock an achievement, and 50% Catatonic to unlock another achievement.

    Because fire spreads faster than anything else, reaching 50% Catatonic is far easier than any other color. You should burn over 66% of the world with Fire (F) and back up your save. Restore this save each time you begin flood-filling with a new color to speed up the process. The save file can be found in the following location on Windows:

    %USERPROFILE%\LocalLow\Doppler Interactive\Cube and Star An Arbitrary Love\PlayerPrefs.txt