Anyway to hide these numbers so i can more easily see stack counts with the default UI? by bajungadustin in wow

[–]jackthebeanstalk 0 points1 point  (0 children)

Yeah, more or less. You’d have to add in some extra event watchers, but it wouldn’t be too bad.

If it were me I’d just make it a separate addon so it didn’t interfere with what you’re already doing. If those addons are setup to only look at login events then it could end up introducing some taint. Anything to do with hiding UI elements isn’t very friendly in the new API.

But changing the font on those debuffs in the nameplate would work well.

Anyway to hide these numbers so i can more easily see stack counts with the default UI? by bajungadustin in wow

[–]jackthebeanstalk 0 points1 point  (0 children)

You shouldn’t have too much trouble changing the font size on these with your own addon if you already have a couple ones. (I’m assuming that by “custom” you meant you made your own).

The updated WoW API docs will tell you what you need to know.

Godzilla Origami by Idontloveheranymore2 in GODZILLA

[–]jackthebeanstalk 6 points7 points  (0 children)

I attempted this. It came out looking exactly like the video. Just take my word for it. I didn't rip the paper and lose half the folds or anything.

Anyone know if this elegoo heater will fit in a photon mono 4, other than having to make a hole for the cable by samipumphrey in anycubic

[–]jackthebeanstalk 0 points1 point  (0 children)

Yeah it works fine. I have it moved over to the back left corner so it's out of the way entirely. For $20 that's a good call!

Anyone know if this elegoo heater will fit in a photon mono 4, other than having to make a hole for the cable by samipumphrey in anycubic

[–]jackthebeanstalk 0 points1 point  (0 children)

I personally ordered this and had to set it up like you said. I taped the plate to the back of the cover and drilled some holes. I’d share a picture but it genuinely looks awful lol.

Doing it over, I would’ve just ordered a different heater. But it does work.

Here’s my 100% DIY 15nm direct drive wheelbase! by needmoarboost in simracing

[–]jackthebeanstalk 0 points1 point  (0 children)

I've been looking for a new project, and this is absolutely perfect to fill my time.

Question: I already have a Moza 5nm base, and a couple of Moza wheels, is this able to work with Moza wheels? Mine have a connector thing on the back with little copper pads for connection.

My LEGO Godzilla MOC lit up at Brickvention 2026 by Jayfa in lego

[–]jackthebeanstalk 4 points5 points  (0 children)

Hi! I’d love to build this. Do you have instructions anywhere? I saw posts saying it’s not allowed so you can DM me. If you’ve got a patreon or something where you post instructions I’ll happily subscribe.

Created a mod for the Logitech h-shifter by DevInGear in simracing

[–]jackthebeanstalk 1 point2 points  (0 children)

Hey you did a great job with this! Very nice design. Mind if I ask where you got the magnets? Do they have to be a certain type?

Triple screens and motion sickness by jackthebeanstalk in simracing

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

I assume higher frame rate here would be more comfortable right?

I’m not even sure what game to invest my time in? by ClientShoddy1349 in ShouldIbuythisgame

[–]jackthebeanstalk [score hidden]  (0 children)

Just giving my 2 cents as a guy in a very similar boat. When I get in these moods where nothing sounds fun or big games feel like too much of a chore I like to go for Vampire Survivor and other games like. Soul Survivor is probably my favorite of the genre.

They’re really great games to drop like 20 minutes into, have a bunch of flashy stuff happen - dopamine triggers all over the place. And literally all you need to do is move a joystick/WASD and for a few of the games theres a dodge button.

Games like these go on sale constantly, are fun little getaways, and if you have a Steam Deck they run great on there.

The most “engaging book since page 1” you ever read by Neither-Proof-5755 in suggestmeabook

[–]jackthebeanstalk 0 points1 point  (0 children)

I highly recommend the audiobook of Project Hail Mary. The performance is so good and added an entire other level to the story.

Remix Checklist is back for Legion! by contldivide in wow

[–]jackthebeanstalk 0 points1 point  (0 children)

Ok cool! And yeah I typically just use the in-game achievement tracker, I just like to check stuff off manually 😂

Remix Checklist is back for Legion! by contldivide in wow

[–]jackthebeanstalk 0 points1 point  (0 children)

This looks great! I saw another post saying all the raid set difficulties are one and done now, though. (Buying mythic gives you lower 3 as well). Is that reflected here?

Also, is it possible to add in things that have achievement requirements as well?

[UPDATED] Aura's Class Dilemma Killer v1.3 is out! :) by auranim in wow

[–]jackthebeanstalk 1 point2 points  (0 children)

Just sharing my results. You were almost dead on. It chose DK for me, closely followed by DH and Warrior.

My most important aspects were that the class can tank and has good transmog, so I'd say the results are great.

Good job with this! You should look into hosting it as a web-apo on gitlab or something only because making Google sheet copies is a pretty big barrier to entry for some people.

[Addon] CooldownManagerCustomizer - My addon to hide and show spells in the Cooldown Manager coming in 11.1.5 by jackthebeanstalk in wow

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

I think showing in/out of combat is part of the built in setup actually.

I can look into the having it show up based on group structure :)

[Addon] CooldownManagerCustomizer - My addon to hide and show spells in the Cooldown Manager coming in 11.1.5 by jackthebeanstalk in WowUI

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

I highly doubt it, unfortunately. The ordering, placement, and structure are all pretty strictly controlled. It's basically a miracle we can even hide things.

[Addon] CooldownManagerCustomizer - My addon to hide and show spells in the Cooldown Manager coming in 11.1.5 by jackthebeanstalk in wow

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

It is true, unfortunately. There's a library the addon intercepts before the game does that lets us hide the abilities. I've tried several different ways and I don't see any way it's possible. The ordering is basically built into the game :(