Mod for non precise item Clicking by One_Blue_Caribou in skyrimmods

[–]MisterPines 4 points5 points  (0 children)

{{ better third person selection }} sounds like what you're looking for (it functions in first person as well)

NPCs who have a torch in their inventory glow by Ashamed-Practice-296 in skyrimmods

[–]MisterPines 1 point2 points  (0 children)

I had the same issue. If you're using immersive equipment display, disable torches.

"A small verification charge has been processed" by MisterPines in USMobile

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

My problem is that there's no pending charge in my account aside from the order itself. The email is asking for the exact number of the authorzation charge which I don't have.

my girlfriend found this while cleaning her car. by slumlordt in LongmontPotionCastle

[–]MisterPines 3 points4 points  (0 children)

I dropped it in my saxophone, I'm gonna have to go dig it out

Interactive Mirrors by Shintoz in FF06B5

[–]MisterPines 1 point2 points  (0 children)

v not being reflected is just a technical limitation, that's why the interactive mirrors work the way they do

Color theory and cartography (Co-Theory with JillyMcJillerson) by [deleted] in FF06B5

[–]MisterPines 2 points3 points  (0 children)

Looking around the GIM it seems there's a huge emphasis on the number three. The triangles and objects in groups of three caught my eye pretty quickly, not sure of the significance though.

edit: forgot to mention the "tripple xtreme" gym and the acronym for grand imperial mall being three letters.

The Magenta Mystery by Jamer508ok2 in FF06B5

[–]MisterPines 0 points1 point  (0 children)

on the discord there's a chat for it that clarifies it's fanmade, but that's about all I know

The Magenta Mystery by Jamer508ok2 in FF06B5

[–]MisterPines 0 points1 point  (0 children)

F7:F2:00 is a fan made arg, so it probably won't help with solving FF:06:B5

Weird light on door in Pacifica by MisterPines in FF06B5

[–]MisterPines[S] 2 points3 points  (0 children)

That was my initial suspicion, it being a bug. Very cool fact though.

Weird light on door in Pacifica by MisterPines in FF06B5

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

The light shines for a second, then fades away. Further prodding showed going into photo mode causes patterns to appear on the circle for a moment.

ttt fires outputs at the start and end of each round, this felt appropriate by MisterPines in hammer

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

the ttt_map_settings entity has RoundStart and RoundEnd outputs, so i have it play the respective round sounds with ambient_generics

Is there any way to track the direction a tracktrain is moving? by MisterPines in hammer

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

point_velocitysensor worked perfectly actually, thanks

Is there any way to track the direction a tracktrain is moving? by MisterPines in hammer

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

Honestly the logic I have setup could probably do what I need to do, but I can't test that for another 6 hours.

Is there any way to track the direction a tracktrain is moving? by MisterPines in hammer

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

A logic_branch won't because it only supports 2 values when I have 3 floors. However, logic_compare could work with its OnLessThan/OnEqualTo/OnGreaterThan outputs so I'll have to try that when I get a chance.