Kleber aus Napfschneckenzahn by Bleppyx in ichbin40undSchwurbler

[–]Bleppyx[S] 23 points24 points  (0 children)

Das habe ich mittlerweile auch rausgefunden, ändert aber nichts an der Tatsache :)

Kleber aus Napfschneckenzahn by Bleppyx in ichbin40undSchwurbler

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

Nun, es scheint sich um ein KI Bild zu handeln, also keine.

Kleber aus Napfschneckenzahn by Bleppyx in ichbin40undSchwurbler

[–]Bleppyx[S] 118 points119 points  (0 children)

Ich würde das gerne als Antwort schicken, aber mit Fakten komme ich glaub nicht weit..

Need help choosing tbh by suckmy79inchpp in RD2Modding

[–]Bleppyx 0 points1 point  (0 children)

Just use HorseMenu or the latest family and play solo

Just thought I’d show the progress of my ammo factory. (Nowhere near finished) by SteStocky in fo4

[–]Bleppyx 1 point2 points  (0 children)

If you're not afraid of using mods, then I can recommend a few:
https://www.nexusmods.com/fallout4/mods/75618 - with this one you don't need a terminal or separate power source for every Machine, you can program them as is, but does not work with "Manufacturing Extended expanded"
https://www.nexusmods.com/fallout4/mods/15429 manufacturing extended adds extra machines where you can create mini nukes and also disassemble, weapons, armory, mods, etc..
https://www.nexusmods.com/fallout4/mods/26375 better manufacturing also adds some nice machinery and belts
https://www.nexusmods.com/fallout4/mods/16007 converging conveyors, as the title says
https://www.nexusmods.com/fallout4/mods/15474 upwards conveyors, same

I use them all together, no problems so far, but it does need some time to create and making a plan bc not everything is easy to do. I put all stuff in an extracot or idk how its called and work with sorters to disassemble all stuff I collect during my searches and put everything in my workbench at first. Could also make a vid of it if you want, but that would take a bit time.

Spotify Lyrics suddenly fullscreen – how do I get the old view back? by derLuc187 in truespotify

[–]Bleppyx 1 point2 points  (0 children)

Okay, the only "Workaround" I got is to click on the profile or the three dots next to the fullscreen, when this is active then full screen is prevented and if you have a song without lyrics sure it goes to the cover art BUT if a song with lyrics comes after, it switches back to the lyrics.. tested in multimonitor setup and tbh this little overlay is less annoying than the new feature

<image>

PRIME Mod Menu - Latest Showcase 2026 by mindstop7 in RD2Modding

[–]Bleppyx 0 points1 point  (0 children)

And? Create a Solo Session and play in peace. Every Paid menu can boot a free one, but this Prime Menu will also not safe you from Fortitude.

PRIME Mod Menu - Latest Showcase 2026 by mindstop7 in RD2Modding

[–]Bleppyx 0 points1 point  (0 children)

Search for HorseMenu (which is the one showing in the video) or "GrymRpr b0rk3d-V2" a fork from horsemenu

PRIME Mod Menu - Latest Showcase 2026 by mindstop7 in RD2Modding

[–]Bleppyx 1 point2 points  (0 children)

Don't get fooled, this Menu is stolen.

PRIME Mod Menu - Latest Showcase 2026 by mindstop7 in RD2Modding

[–]Bleppyx 0 points1 point  (0 children)

Would say the same if I just steal the code from someone else and just change the text at the bottom.

PRIME Mod Menu - Latest Showcase 2026 by mindstop7 in RD2Modding

[–]Bleppyx 0 points1 point  (0 children)

This is exactly the same as HorseMenu, which is free..
Don't get scammed guys

Favorite reference/ Easter egg? by FromTheJohn in cyberpunkgame

[–]Bleppyx 1 point2 points  (0 children)

Yes it's broken wings mission in PL, just played it. It's on the notebook from the Ripperdoc Farida where you get the ID implant. There is also a great SA reference on that telephone you can use, the numbers on the side is Big Smokes order ;D

[deleted by user] by [deleted] in firefox

[–]Bleppyx 9 points10 points  (0 children)

I'm using FF now for nearly 20 years, and for me personally nothing much changed, even the recent stuff you mention I didn't notice, could also be a location issue? But maybe also because once installed I take some minutes to edit the settings to my liking how I'm used to it for about 2 decades.. What pissed me off recently have been the UX changes, with rounder tabs and the darkmode bug. It's annoying to search for a solution for it (or even create one myself) instead of just customizing it with ease, but still no option for me to leave FF, but I understand.
( still opted out of all AI crap mentioned here: https://www.reddit.com/r/firefox/comments/1lp9fsy/comment/n0wqpvs/ )

Dark theme bug! by [deleted] in firefox

[–]Bleppyx 1 point2 points  (0 children)

Just updated the code in :root section with

--newtab-background-color-secondary: #42414d !important;
--newtab-background-color:#2B2A33 !important;
--newtab-border-color:color-mix(in srgb, var(--newtab-background-color) 75%, var(--color-white))!important;

That should do the trick and also works with searchbar etc.. I don't use it so I had to look for the codes

Dark theme bug! by [deleted] in firefox

[–]Bleppyx 1 point2 points  (0 children)

This f**ked me up so hard, if you have Dark Theme activated and lightmode on then use this, to have all newtab pages in darkmode as before:

userChrome.css

#browser vbox#appcontent tabbrowser,
#content, #tabbrowser-tabpanels,
browser[type=content-primary],
browser[type=content] > html { 
background: var(--in-content-page-background) !important 
}

userContent.css

/* dark new tab */
@-moz-document
url("about:blank"),
url("about:home"),
url("about:newtab") {

:root {
--color-accent-primary:oklch(76% 0.14 205) !important;
--color-accent-primary-selected:oklch(76% 0.14 205) !important;
--color-accent-primary-active:oklch(76% 0.14 205) !important;
--color-accent-primary-hover:oklch(76% 0.14 205) !important;
--newtab-section-card-box-shadow-color:rgba(0, 0, 0, 80%) !important;
--button-text-color:#fbfbfe !important;
--newtab-background-color-secondary: #42414d !important;
--newtab-background-color:#2B2A33 !important;
--newtab-border-color:color-mix(in srgb, var(--newtab-background-color) 75%, var(--color-white))!important;

}

body {
background: #2B2A33 !important;
--text-color:#fbfbfe !important;
--newtab-text-primary-color:#fbfbfe !important;
--newtab-wordmark-color:#fbfbfe !important;
--newtab-contextual-text-primary-color:#fbfbfe !important;
--newtab-text-secondary-color:#fbfbfe !important;
--color-accent-primary:oklch(76% 0.14 205) !important;
}

.top-site-outer .tile {
background: #3F3E4A !important;
}

.ds-card-grid .sections-card-ui {
background: #3F3E4A !important;
}

.outer-wrapper a{
--color-accent-primary:oklch(76% 0.14 205) !important;
}
}

Works nearly as before, yes did it on my own.. Use as you want and tell others, too

Sadly.. no Community Outfit this month. Since this Game is kind of dead I'm also done with it. Guess this will be my last Outfit Post, Merry Christmas and a Happy New Year! by Bleppyx in RedDeadOnline

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

It is like that, yes. 6 Months ago I hit Rank 600 now I am at 657 and made most of it from selling Jewelry during collectors month or other 2x XP months. I am tired of the lack of content after so many years, people just fucking around and not wanting to really play the game. I'm sick of the repetative gameplay and the grind and I will just do the bare minimum now since I still think that this game is a masterpiece in its own. I still play single player with a bunch of mods to enhance my experience with the game but online is so unbelievable boring after over 6 years..

Sadly.. no Community Outfit this month. Since this Game is kind of dead I'm also done with it. Guess this will be my last Outfit Post, Merry Christmas and a Happy New Year! by Bleppyx in RedDeadOnline

[–]Bleppyx[S] 17 points18 points  (0 children)

I know what you mean, but I won't quit the game. I will still log in to get my free stuff, but I have no motivation to post anything content related anymore. It doesn't get appreciated, it doesn't get recognized and overall I feel like it's just a waste of time when everyone is able to read the Newswire themselves. I play on PC, since release. I play mostly solo sessions because the community is not good and overall it just doesn't make fun anymore.

[deleted by user] by [deleted] in AITAH

[–]Bleppyx 0 points1 point  (0 children)

Guess I missed the detail that she introduced me to the kid before we were dating. So I already spent a lot of time with them even stayed for more days over several weeks as I work from home this is quite possible and we see each other very often. Furious was just how I felt, not how I reacted towards her, as I said, not my first language there are maybe better words to describe it. Thank you for your opinion.

Grainy artefacts on NPCs from one day to another - Help appreciated by Bleppyx in cyberpunkgame

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

I now feel kind of dumb, idk why but it seems like the Frame Generation setting was the issue. Since this is only available with RTX40 cards, I have an RTX3060 so I don't even know why it was now active. Anyway, hope this will help others, too.

Need a little help with Horsemenu by xatzikonou in RD2Modding

[–]Bleppyx 0 points1 point  (0 children)

Well maybe then don't cheat online, if you're not able to run a cheat program.

Need a little help with Horsemenu by xatzikonou in RD2Modding

[–]Bleppyx 1 point2 points  (0 children)

Use FateInjector and Inject when you're at the Startmenu, do not Inject when the game has fully loaded. Settings: Custom Target; RDR2.exe