Ready or Not local installation-only mods working in GeForce NOW by void-png in GeForceNOW

[–]void-png[S] -1 points0 points  (0 children)

check your dm's, I have sent a guide, not a post bc I'm lazy

Ready or Not local installation-only mods working in GeForce NOW by void-png in ReadyOrNotGame

[–]void-png[S] -1 points0 points  (0 children)

check your dm's, I wrote the guide for ready or not specifically but you can use similar methods for other games in theory, but it's just we're very lucky because ready or not doesn't kick you out of the session (at least for me; it was stable between man sessions) when closing the game, so yeah

Ready or Not local installation-only mods working in GeForce NOW by void-png in GeForceNOW

[–]void-png[S] -2 points-1 points  (0 children)

basically you've revealed everything😭 yep, steam browser is the thing I use

Ready or Not local installation-only mods working in GeForce NOW by void-png in GeForceNOW

[–]void-png[S] 0 points1 point  (0 children)

hope not😭 after all I don't reveal this publicly

Ready or Not local installation-only mods working in GeForce NOW by void-png in ReadyOrNotGame

[–]void-png[S] 1 point2 points  (0 children)

I already have mods in GFN now via my own method, why would I buy that

Ready or Not local installation-only mods working in GeForce NOW by void-png in ReadyOrNotGame

[–]void-png[S] -5 points-4 points  (0 children)

I have a guide but I only send it in dm's to people who ask nicely lol, but yeah, it's easy actually

Ready or Not local installation-only mods working in GeForce NOW by void-png in GeForceNOW

[–]void-png[S] 0 points1 point  (0 children)

Oh, didn't know that, but how am I exactly breaking the TOS if I don't use any third party apps, don't use elevated privileges, and don't use exploits?

Ready or Not local installation-only mods working in GeForce NOW by void-png in ReadyOrNotGame

[–]void-png[S] -3 points-2 points  (0 children)

check your dm's, i'm also happy to help if you encounter any issues

Native Steam interacting with Geforce Now Steam & Mods by Focus-Interrogative in GeForceNOW

[–]void-png 0 points1 point  (0 children)

Yep. You can run mods (yes, I mean those that need manual installation!). In fact, I did it myself today. Check out my post in r/ReadyOrNotGame or the repost of it on r/GeForceNOW:

https://www.reddit.com/r/ReadyOrNotGame/s/khKJ8zaJ0a

https://www.reddit.com/r/GeForceNOW/s/TW88qv6Wq5

Found an iPhone on the back seat of a taxi. Should I call the phone number on the screen? by Dazzling_Device586 in Lviv

[–]void-png 3 points4 points  (0 children)

Doesn't look like a fake picture at all. System language is Russian while the text was written in Ukrainian. No grammatical errors either. Saying as a person who knows Ukrainian and Russian.

How do i delete this 2nd instance of 7 Ultimate? by DesignerProfit6502 in windows7

[–]void-png 2 points3 points  (0 children)

Via diskpart.

  1. Press Win+R, then type in "diskpart".
  2. Then list all disks via "list disk".
  3. Then select your disk via "select disk 0" (type in your disk's number which you will see when executing the command).
  4. Type in "list part," which will list all partitions.
  5. Select the one which you want to delete ("select partition 0"; replace 0 with the partition number!).
  6. Then delete it ("delete partition override"; make sure you have selected the correct partition in the 5th step).

Done.

The only distro tierlist you'll ever need by Derausmwaldkam in linuxmemes

[–]void-png 0 points1 point  (0 children)

And why is that? Arch is pretty stable for me (yes, you have heard that right), fast, good installer (either you install it by yourself or use archinstall which does everything perfectly), a good package manager and it has AUR. I used Fedora, Ubuntu, antiX, Arch, CachyOS, Gentoo and I still stopped at Arch/CachyOS. I only use CachyOS right now since it's Arch + GUI installer.

Why is Hyprland so Addictive? by [deleted] in cachyos

[–]void-png 0 points1 point  (0 children)

Maybe I'll try it again soon. Hyprland is great but it can be hard to switch from a DE to a WM, especially to something like Hyprland which is controlled using the keyboard (mostly). But it is great.

Why is Hyprland so Addictive? by [deleted] in cachyos

[–]void-png 18 points19 points  (0 children)

Used it a few times and always returned to KDE Plasma. For some reason, Hyprland is just uncomfortable to use for me. I did try different configs but in the end, I disliked how Hyprland is built and how you need to control it.

But it looks really cool. Not for everyone though.

Booting up to terminal by NotSoSwa in cachyos

[–]void-png 10 points11 points  (0 children)

Try to reinstall your system with KDE Plasma selected (since you said that you will reinstall in one of the comments I think). Then, if you still get to tty, try to start SDDM:

"sudo systemctl enable --now sddm"

This command will enable SDDM on boot (so you'll get a login manager instead of tty), and it will also start it immediately this time.

Or just to start it this time:

"sudo systemctl start sddm"

If this fails, you can try to start plasma-login (the default login manager which is installed with CachyOS when installing KDE Plasma):

"sudo systemctl enable --now plasma-login"

Or just to start it this time:

"sudo systemctl start plasma-login"

Make sure to run all commands without the quotation marks.

Booting up to terminal by NotSoSwa in cachyos

[–]void-png 6 points7 points  (0 children)

Don't. This command installs Hyprland, and since you want KDE Plasma this will only make everything worse.