KubeRoot
Gogul
Poland
Complex<double> z,c=Complex<double>(cx,cy);
z=c;
double len;
for(int i=0; i<maxiter; i++)
{
    z=Complex.squared(z)+c;
    len=Complex.abs(z);
    if(len>32)
    {
        return i+1-log2(log2(len));
    }
}
return 0;

20:23 - KubeRoot: SCREENS I SAID
20:23 - Shadow: BOOBS I SAID
Complex<double> z,c=Complex<double>(cx,cy);
z=c;
double len;
for(int i=0; i<maxiter; i++)
{
    z=Complex.squared(z)+c;
    len=Complex.abs(z);
    if(len>32)
    {
        return i+1-log2(log2(len));
    }
}
return 0;

20:23 - KubeRoot: SCREENS I SAID
20:23 - Shadow: BOOBS I SAID
게임 중
Factorio
좋아하는 게임
134
플레이 시간
80
도전 과제
최근 활동
기록상 1,181시간
게임 중
기록상 519시간
마지막으로 플레이한 날짜: 2025년 6월 29일
기록상 194시간
마지막으로 플레이한 날짜: 2025년 6월 26일
Soup 2024년 9월 11일 오후 6시 52분 
Hey man! Big fan of command queue! Suggestion me and my buddies came up with if you ever feel like figuring it out: maybe an override button for the queue. So lets say you have a stacked queue but need something urgently, you can hold a button when hitting the item to open the selection screen instead of going with the next queued item.
MichaelMason115 2024년 4월 6일 오전 7시 54분 
Hello, KubeRoot!
You are the creator of the button overlay mod for The Binding of Isaac, right? I would like to ask if you'd be able to create such a mod for other games such as Celeste. I know this comes out of nowhere and Celeste isn't exactly your 'most-played game', but despite the game's sizeable community, a simple mod that shows the player's inputs on a keyboard or controller overlay doesn't actually exist yet and I would be very grateful for such an addition. Now, I am asking you because you seem to have some experience with modding and creating such an overlay, at least in Isaac. That was all I had to say. Have a nice day!
Lucadelic 2023년 11월 1일 오전 9시 53분 
Outstanding man, thank you so much for your message, i can read it but not reply. I removed the friend request because i saw others had commented on your mods. I'll try these options :D
KubeRoot 2023년 11월 1일 오전 3시 48분 
CommandQueueWithSave and AutoCommandQueuePickup
From what I can tell, AutoCommandQueuePickup seems to have taken the functionality from CommandQueueWithSave, while also merging in another mod of mine, ProperSave support and Risk of Options support, but probably also making it need to be installed on both the client and server when in multiplayer.
I didn't mention them in the comments, since I accepted your friend request - though seems like you might have withdrawn it with specific timing, where it didn't actually go through, but I got a chat open with you anyways.
Lucadelic 2023년 10월 31일 오후 10시 15분 
Thank you for your quick response, do you remember what these two mods called?
KubeRoot 2023년 10월 31일 오후 4시 28분 
To address the last two comments, in case somebody comes here looking for answers:
AutoItemPickup got support for printers/cauldrons in the meanwhile, so that should be fixed.
CommandQueue doesn't have a way to save/load queues, and might not get it due to the work needed. However, there seem to be two separate edits of the mod that have that feature available on the thunderstore, so feel free to try those.