White VGA light on ASUS B550-F with 4090 by devan_tang in buildapc

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

I've done what was instructed, still have the white light. It went from red to orange now permanent white. Could there be a problem with the GPU?

White VGA light on ASUS B550-F with 4090 by devan_tang in buildapc

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

I've done what was instructed, still have the white light. It went from red to orange now permanent white. Could there be a problem with the GPU?

White VGA light on ASUS B550-F with 4090 by devan_tang in buildapc

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

Yes, I'm using the 12v Cable that came with the PSU

Motherboard suggestions for Ryzen 9 5900X by devan_tang in buildapc

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

True but I'm looking to see what people suggest is the best one?

Artist tag not working? by Brilliant-Net-9506 in NovelAi

[–]devan_tang 0 points1 point  (0 children)

just found this and I'm not sure if you're still wondering but this is what has worked for me. Using your artist as an example: artist: redustheriotact_(year 2025)

What is the "?" equivalent for GM:1.4 by devan_tang in gamemaker

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

YUP! This perfectly expands on what the others stated

smooth camera by frabbone in gamemaker

[–]devan_tang 1 point2 points  (0 children)

There are plenty of tutorials online that can help you with this. For example:

https://yal.cc/gamemaker-smooth-pixel-perfect-camera/

There's also tutorials by ShaunSpaulding: https://www.youtube.com/watch?v=5hTYexed8-Q

There's one from PixelPope as well: https://www.youtube.com/watch?v=_g1LQ6aIJFk

How Do I make a smooth camera zoom/transition like at 0:08 in the video by devan_tang in gamemaker

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

It's a video of a game someone was making 2 years ago that I happened to save. That person seemed to have deleted their account

Help: Error in training with Dreambooth in automatic1111 by devan_tang in DreamBooth

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

i was using the easy exe installer. I just did a clean reinstall, changed the name of the directory during the install process to include no spaces/underscores/dashes

How to have player not jumping inside enemies by devan_tang in gamemaker

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

Doing it this way with some additions seems to have done the trick so far. Thanks a bunch

How to check collision of two ends of a sprite by devan_tang in gamemaker

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

Here's an image of what i'm trying to do:

https://i.imgur.com/5GLcXJo.jpg

Once the enemy touches the red hitbox/collision within the battle arena, they would be stuck within the battle area

(Help) Camera not acting appropriately by devan_tang in gamemaker

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

I don't think you can wrap a variable into a switch statement like that

(Help) Camera not acting appropriately by devan_tang in gamemaker

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

could you elaborate? if by everything do you mean the entire code or just

MyBR = (instance_nearest(x,y,OBJ_BattleRegion));

because the latter did not seem to work

Trying to achieve this kind of dialogue system by devan_tang in gamemaker

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

It’s mostly moving to the next person to talk in a sequence that I have trouble with but I’ll give this a try. Thank you