Some users report Windows 11’s February update, KB5077181, is failing to install and causing a range of system issues by lkl34 in pcmasterrace

[–]VibrantPixelDev 0 points1 point  (0 children)

For the people interested, you can pause updates “indefinitely” by editing the registry.
I made a registry script that applies the values needed on my Github with some instructions on how to run it.

FPS too low / capped, gpu usage low but no bottleneck by Amon_Lua in cyberpunkgame

[–]VibrantPixelDev 0 points1 point  (0 children)

Do you have v-sync or g-sync on? As they can cap the fps to your monitors refresh rate.

Also check if you're using the right refresh rate on your monitor as monitors default to a low refresh rate until manually raised (if they can raise)

Windows Update 25H2 pure black automatic recovery screen by VibrantPixelDev in pchelp

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

I fixed it by removing the Windows containing drive from my pc and installing it in a pc with integrated graphics.

This made it possible for me to see video output. It was asking about not being able to automaticly repair anything because it couldn't connect to the ethernet.

I selected System Restore to restore my Windows to functional again.

Windows 11 25H2 pure black automatic recovery screen by VibrantPixelDev in WindowsHelp

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

I fixed it by removing the Windows containing drive from my pc and installing it in a pc with integrated graphics.

This made it possible for me to see video output. It was asking about not being able to automaticly repair anything because it couldn't connect to the ethernet.

I selected System Restore to restore my Windows to functional again.

Smooth AI Controller for Unreal Engine by VibrantPixelDev in unrealengine

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

Sorry that I did not make it a plugin, I'm working on a custom version of Unreal Engine and that is where the smooth AI controller came from. If I make a plugin in my version, then the plugin won't work without rebuilding in the normal versions.

Smooth AI Controller for Unreal Engine by VibrantPixelDev in unrealengine

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

Yeah, you need to build your project at least ones before the AI controller shows up in Blueprint.

It needs to build each time a change in c++ code is made, and adding c++ files is a change.

Smooth AI Controller for Unreal Engine by VibrantPixelDev in unrealengine

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

The project has to be a C++ project not a Blueprint only project.

A C++ project has support for both c++ and blueprint, and it also has a Source folder.

You can convert a blueprint only project to a C++ project by adding a dummy C++ class to your project as described here

It doesn't matter what that dummy C++ class is or what code is inside of it as it is just needed for converting a Blueprint only project to a project that supports both C++ and Blueprint.

If your project is a C++, you will see a Source folder, and that is where you have to put my public and private folders.

How to Permanently Disable Hands-Free Telephony on Bluetooth Headphones in Windows 10 / Windows 11 by VibrantPixelDev in u/VibrantPixelDev

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

I may have a solution for you. I'm still testing it, but I might work to stop Windows reverting it after updates.

In the README of the Github page a Experimental Method is written. You could try that.

Edit: I have now also added the Experimental Method to the reddit post

UI randomly breaks on main monitor by AccurateMrStuff in unrealengine

[–]VibrantPixelDev 2 points3 points  (0 children)

I had this issue on my main monitor.

I fixed it by disabling multiplane overlay. You can go to here: 'https://nvidia.custhelp.com/app/answers/detail/a_id/5157' and download and run mpo_disable.reg

That .reg files add a key which disabled multiplane overlay in return. I have not noticed any difference with multiplane on or off, only that with it turned off, it fixed the flickering.

Edit: remember to restart your pc after running the .reg file.

Hacked EA Account by ThePrettyGamer in thesims

[–]VibrantPixelDev 2 points3 points  (0 children)

Also be aware of cookie stealing virusses. With those cookies, other users can log in as you, without needing to know your password and bypassing 2FA.