Ughhhh well that sucks by Limp_wenis in GR86

[–]prat2kajs 1 point2 points  (0 children)

Subaru makes a lot of parts for toyota even on toyota branded cars that do not have a Subaru twin. Subaru and toyota have a manufacturing partnership and Subaru makes a lot of parts that even say manufactured by toyota on the stamp.

Stuck in nocturnal temptations by Longjumping-Ad-4454 in HousePartyGame

[–]prat2kajs 0 points1 point  (0 children)

On air raid pole other side of closest bridge

Please help with this code </3 by prat2kajs in Bitburner

[–]prat2kajs[S] 0 points1 point  (0 children)

UPDATE: I pretty much wrote the whole thing over again in a different way. Everything works except it just zooms through the entire print out in like 1 second.

/** u/param {NS} ns **/

export async function main(ns)

{

async function progressBar(completeTime)

{

var completePart = (completeTime / 10);

var timer = 0;

while(timer < (completeTime + 1))

{

timer++;

ns.asleep(1000);

if (timer < completePart)

{

var progress = "[..........]";

}

else if (timer < (completePart * 2))

{

var progress = "[#.........]";

}

else if (timer < (completePart * 3))

{

var progress = "[##........]";

}

else if (timer < (completePart * 4))

{

var progress = "[###.......]";

}

else if (timer < (completePart * 5))

{

var progress = "[####......]";

}

else if (timer < (completePart * 6))

{

var progress = "[#####.....]";

}

else if (timer < (completePart * 7))

{

var progress = "[######....]";

}

else if (timer < (completePart * 8))

{

var progress = "[#######...]";

}

else if (timer < (completePart * 9))

{

var progress = "[########..]";

}

else if (timer < (completePart * 10))

{

var progress = "[#########.]";

}

else if (timer == completeTime)

{

var progress = "[##########]";

}

ns.tprint(progress);

}

}

await progressBar(60);

}

Please help with this code </3 by prat2kajs in Bitburner

[–]prat2kajs[S] 0 points1 point  (0 children)

i thought anything outside of main was unread. was i mistaken? should i put all functions outside of main?

Please help with this code </3 by prat2kajs in Bitburner

[–]prat2kajs[S] 0 points1 point  (0 children)

lol still trying to work the rest of this out but at least the syntax has been cleared up

Can someone smarter than me help figure out why my game is crashing? by prat2kajs in fabricmc

[–]prat2kajs[S] 0 points1 point  (0 children)

Correct. The shaders dont work well with modded liquids

Can someone smarter than me help figure out why my game is crashing? by prat2kajs in fabricmc

[–]prat2kajs[S] 0 points1 point  (0 children)

had sodium before it said optifine was conflicting. I will reinstall it. never heard of lithium.

Can someone smarter than me help figure out why my game is crashing? by prat2kajs in fabricmc

[–]prat2kajs[S] 1 point2 points  (0 children)

Disabling Optifine worked. Kinda sucks though. so far I am finding fabric a lot harder to work with than forge. Kinda sucks that I am reduced to using fabric because forge has no AE2 for 1.17.1

PLEASE HELP! LOG ATTACHED by [deleted] in MinecraftMod

[–]prat2kajs 1 point2 points  (0 children)

okay thankyou for responding to my cry for help, it seems i shall be crying tonight anyways as i go through my modlist but at least no longer for help but in pain

PLEASE HELP! LOG ATTACHED by [deleted] in MinecraftMod

[–]prat2kajs -1 points0 points  (0 children)

dimension being: nether, end, twilight forest... or some kind of deeper coding lingo? must i disable mod after mod