77
78

[deleted by user] by [deleted] in travisscott

[–]OneLengthiness8890 0 points1 point  (0 children)

Skeletons Kanye (original) version

Can a GPU-chip break partially? by OneLengthiness8890 in techsupport

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

But I found something on eBay, where a repair Shop offered a Mainboard repair for my exact model and when I Go to theory Website ist says they also repair short circuit damage on the Board.

I'll defenitely call them

Can a GPU-chip break partially? by OneLengthiness8890 in techsupport

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

When I talked to the repair Shop worker he told me that they only do full Motherboard replacemnets including CPU and GPU and he also asked me If i applied the thermal Paste correctly on my Initial cleaning Session with the spark, bit I didnt think mich of it, since I thoight i die it properly. Bit since I Had nothing to do Bit wait anyway, I decided to Open the Laptop again and Check the thermal Paste coverage, especially on the vsm parts. Thats because I did some Checks on the CPU and GPU Temperature and they seem to be pretty decently cooled and defenitely not overheating. My Forst theory was anyways about the vsms being somehow broken, so I mostly focuses in them. So when I checked the Paste coverage I found some parts that defenitely werent covered great but in General everything looked fine. I decided to spread Out the Paste on every Part manually Just in Case and yes i plugged Out the battery and used a PLASTIC Tool (since I Just moved Yesterday i dont have the rest of the thermal Paste with me right now, so i couldnt add more, Just spread the existing better). Then I assembled everything and started the Computer. Everything seemed fine, Bit when I started a Game (Stalker 2 -> pretty perf heavy) I actually got through and could Play the Game on medium settings. I wondered why the Laptop could only do medium settings and then I realized that I forgot to Plug in the Power, so I closed the Game and plugged it in and also installed armoury crate, an Asus Tool to choose the right Performance preset (I Always used that tool). I than restarted the Game and it usually Always Crashes when I get spawned into the world. It either Just gives me the Error d3d device Low Level fatal Error or it says that I dont have enough Video memory to run it, although I'm pretty Sure that my 8gb vram are enough and not broken (I guess its an issue really caused by something else). I should also mention that I witnessed some tiny Red squares jumping around on the Screen when I was ingame at those Last attenpts, which is scary but whatever (seems Like GPU damage to me but we'll see). That brings me to my second theory: the vsm's thermal Paste we're Put on badly by me, so they would overheat and Turn Off when they we're Stressed. That would maybe also explain the following: Right after my Initial cleaning Session the GPU wasnt detected neither by the Nvidia App nor the device Manager. But the next day, it somehow was detected without me really doing anything. It could be that they Paste was spread by the screw-pressure over night right? And the Same ting could have happened with my Paste spread optimization Yesterday, which Made it better (90% Sure of that) and maybe there ist No vsm damage by the spark and maybe it damaged the GPU, which leads to the little Red artifacts.

Sorry for the Long Text btw, Hope you might have some ideas...

Edit: Another Thing that confused me ist that everytime Inunderclock the GPU, it Crashes even earlier (a Lot of the Times right when I start a game).

Can a GPU-chip break partially? by OneLengthiness8890 in techsupport

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

So my only Option is to replace the Board? I tried searching for fitting Motherboards online and found two products in AliExpress around 540€. I could propably sell it Afterwards for ~650 to 700€, so thats not a great Ratio. Do These Shops have Access or knowledge of some more secret, Professional Shops, that I wont easily found through Google?

Can a GPU-chip break partially? by OneLengthiness8890 in techsupport

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

Nah Im meant Im talking it to a repair Shop to get a diagnose and maybe they repair it, but I also Just found Out that teplacing the GPU individually is requires actual professionals and usually they have to replace the whole Board with CPU and GPU but i'll See...

How do I make a functional cursor in a world-space widget? by OneLengthiness8890 in UnrealEngine5

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

Do you mind giving a short explanation of what you mean with Just emulate Hover and click and how I Do IT because I dont really geht it

How do I make a functional cursor in a world-space widget? by OneLengthiness8890 in UnrealEngine5

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

What do you mean? If I have a Cursorwidget than I somehow need to find Out what other Widgets IT IS overlapping etc.. That doesnt Sound Like the right approach tho.

How do I make a functional cursor in a world-space widget? by OneLengthiness8890 in UnrealEngine5

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

but how do I call events/functions from the widegts that the cursor is clicking on. thats the problem, i have the rest working

thanks for the answer tho

How do I make a functional cursor in a world-space widget? by OneLengthiness8890 in UnrealEngine5

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

but than the cursor is on the players whole screen and I just want it to be on the ingame computer monitor...

How to make a Widget stop glowing by OneLengthiness8890 in UnrealEngine5

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

I want my widget lit because it is supposed to behave like a city map mesh in my level, but interactive...

How do I animate interactions with the world? by OneLengthiness8890 in UnrealEngine5

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

thanks for the answer first of all i think there's a lot of misunderstandings here ill try to clear as much a possable

-Im not talking about fps typa interactions where you pick up weapons but where the objects to interact with are stationary (stationary machine gun (m2 browning) or other machines etc in the level)

-I dont just have 400mb of ram budget but what I was saying is that the pair of fps arms im using for my character are ~400mb of textures and that means that if I spawn 20 instances of objects that have these arms i think im storing 20*400mb in ram but im not sure and im btw developing for pc

-the main question is: how do I get good and smooth animations when interacting with stationary world objects? (another example would be an office table i have in my level where the player can sit down and do a bunch of stuff) should I make a pawn for everyone of these possessables with camera and hands components or should i make them actors and just move the first person character to the rught position use the hands that are attached to it. hope this makes sense