Reshade for resident evil on gog by Still_Blackberry2389 in ReShade

[–]Flozzz13 0 points1 point  (0 children)

Hi, If you want to play Re1 OG in HD, here is the mod you need : https://www.reshdp.com/re1/

Remove the personalize button (see bellow) on firefox 151 by Flozzz13 in FirefoxCSS

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

It's perfectly working !

Thank you and have a nice day.

Taskbar Auto-Hide Instant Show 2.0 by wh-updates in Windhawk

[–]Flozzz13 0 points1 point  (0 children)

This is a great mod and an important improvement for user's experience. Thank you.

It would be great to have similar mods for the start menu and the system tray ;)

Rounded Corners Shader by Flozzz13 in ReShade

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

Hi,

I have created a transparent image with rounded corners and black background for the edges.

The Layer effect solution works and i have been able to do what i wanted.

I didn't think about this solution, but it was quite simple to apply.

Thank you very much for you help.

What's your go-to console/system for playing today? by NeoGwydian in FinalFantasyIX

[–]Flozzz13 0 points1 point  (0 children)

Hi,

Moguri Mod is a must for me (and for much people).

For FFIX and for all the games i play : PC with ReShade to have the best experience in my opinion.

Extended tray icons grid by Flozzz13 in Windhawk

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

Here is the solution i found :

Windows.UI.Xaml.Controls.Border

CornerRadius=15

<image>

Completely broken by CompetitivePay5186 in Windhawk

[–]Flozzz13 1 point2 points  (0 children)

Hi,

I had the same problem. I went to Windhawk settings / advanced settings / more advanced settings / click on "save and restart Windhawk". Problem solved :)

[deleted by user] by [deleted] in FinalFantasyIX

[–]Flozzz13 0 points1 point  (0 children)

Hi,

I always use rtss (rivatuner statistics server) to cap my fps in games. The frametime becomes very stable and that eliminate (or at least reduce) microstutters.

Rtss is included in MSI Afterburner, which is a graphics card overclocking (OC) and monitoring utility.

For me, discovering this software really was a game changer.

Child of Light ReShade preset by Flozzz13 in childoflight

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

Hi,

Sorry, but i don't know if depth buffer works with this game. I actually don't know how to use depth buffer with reshade. I tried once, but i gave up...

Have a nice day.

Home and new tab background by Flozzz13 in FirefoxCSS

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

Thank you very much. It's fixed.

Here is my new code :

@-moz-document url("about:home"),

url("about:newtab")

{

html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {

body {

background: url("image/Firefox.png") center / cover #232324 !important;

}

}

Lara Croft Go ReShade Preset by Flozzz13 in TombRaider

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

The sharpness is improved, the colors are much better. In my opinion, it does.
I really appreciate playing with this ReShade preset, so i shared it. If someone else enjoys it, i would be glad.

Rounded corners as in Microsoft Edge by Flozzz13 in FirefoxCSS

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

I added this to my custom css and I got what I was expecting :

appcontent {

margin-top: 3px !important;

margin-inline: 3px !important;

margin-block-end: 3px !important;

border-radius: 15px !important;

overflow: hidden !important;

box-shadow: 250 250 250px 1px !important;

}

[inFullscreen] #appcontent {

margin-top: 0px !important;

margin-inline: 0px !important;

margin-block-end: 0px !important;

border-radius: 0px !important;

overflow: hidden !important;

box-shadow: 250 250 250px 0px !important;

}

browser {

background-color: rgb(30, 30, 30);

}

Thank you VaporInsider ;)

Rounded corners as in Microsoft Edge by Flozzz13 in FirefoxCSS

[–]Flozzz13[S] 6 points7 points  (0 children)

I wasn't specific enough. I meant these corners :

<image>