GSdx
Thanks for your answer, so I can probably mark off the hotkeys question. =) I think "PgUp" still just de-/activates the build-in FXAA.
I'm not sure that I will recognize the difference. It seems that the PCSX2 log doesn't show any info about a loaded *.fx or anything. Would be nice to see any "loaded shader.fx" line.

I read some more forum posts and it might be, that the built-in FXAA and "GSdx.fx" can run together, but it's advised to just deactivate FXAA from PCSX2 and activate the one that comes with "GSdx.fx". Even if both seem to be from Asmodean.

So now I only need to find out, if a "shader.fx" (@ root next to "pcsx2.exe") replaces the "GSdx.fx" ("shaders" folder) or how it exactly works. Which one gets loaded, maybe just both? The Wiki says, that only the "GSdx.fx" (+ ini) needs to be in the "shaders" folder, any other has to be at PCSX2's root. But there's only one check box to "Enable FX Shader". The last PCSX2 version I had, there wasn't any "GSdx.fx", just different "shader.fx" files, each need to be placed in PCSX2's root to use (with "Enable FX Shader")
My Specs @ PCSX2 1.3.1-20150827 (Git):
Mainboard: Asus Crosshair IV Formula | CPU+Cooler: AMD Phenom II X6 1090T BE @ 3,72 Ghz (Auto-OCed by ROG) + Prolimatech Megahalems Rev.B (+ 2x Enermax Everest)
LED Monitor: Overlord Tempest X270OC | GFX: Palit Geforce GTX 670 JetStream | Ram: @ CL9 DDR3-1333: GSkill Flare 2x2GB + 2x4GB Corsair Vengeance
Reply

Sponsored links

Okay, so after some testing, it seems that the new GSdx plugin doesn't recognize any "shader.fx" file anywhere, equal if it's next to "pcsx2.exe" or inside the "shaders" folder. Only a "GSdx.fx" named shader file inside the "shaders" folder gets loaded.
My Specs @ PCSX2 1.3.1-20150827 (Git):
Mainboard: Asus Crosshair IV Formula | CPU+Cooler: AMD Phenom II X6 1090T BE @ 3,72 Ghz (Auto-OCed by ROG) + Prolimatech Megahalems Rev.B (+ 2x Enermax Everest)
LED Monitor: Overlord Tempest X270OC | GFX: Palit Geforce GTX 670 JetStream | Ram: @ CL9 DDR3-1333: GSkill Flare 2x2GB + 2x4GB Corsair Vengeance
Reply
Could swore people where saying round sprite was fixing menus in FFX to a point? https://github.com/PCSX2/pcsx2/issues/500 according to that state 2 should do something but for me it does nothing

Above link list the hack as "UserHacks_round_sprite_offset="

in gsdx.ini its listed as "UserHacks_round_sprite="

now setting it with in the ui for any state does nothing, but if I manual edit the ini say "UserHacks_round_sprite_offset=2" It in deed helps the FFX menus some.

I am thinking typo? cause "UserHacks_round_sprite=" does nothing and the ini should be saying "UserHacks_round_sprite_offset="

Witch looking at the git info it show the hack as "UserHacks_round_sprite="

OR maybe i doing something wrong and i need sleep but for me "UserHacks_round_sprite=" in the gsdx ini does nothing and i had to manual change it to "UserHacks_round_sprite_offset=" to effect changes which mean the UI control for round sprite currently broke?
Reply
Yeah tsunami2311, that sounds like a typo. ssakash, what did you do? XD


(05-05-2015, 10:59 PM)messiahgov Wrote: It seems that the PCSX2 log doesn't show any info about a loaded *.fx or anything. Would be nice to see any "loaded shader.fx" line.

Try turning on more sources in the log window.
[Image: pNm13X9.gif]
Windows 10 Pro x64 Version 1909 | AMD Ryzen 5 5600X | GIGABYTE AORUS GeForce GTX 1080 Ti | Crucial 16GB (2x8GB) DDR4 3600 RAM | Samsung 850 EVO 500 GB SSD | WD Red Plus 8TB

CPU Intensive Games
GPU Intensive Games
Games that don't need a strong CPU
Reply
Yeah, apparently on line 604 and 667 of GSSettingsDialog.cpp ssakash called it "Userhacks_round_sprite" which is then what gets transferred over to the ini. It needs to be "Userhacks_round_sprite_offset"

If I wasn't about to go to bed I'd fix it. Oh well, if it's not done by tomorrow I will.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
Also, the description text is a bit hard to understand:

Quote:"Fixes lines in sprites of games like Ar tonelico when upscaling.\n\n"

"carries total of three states, Unchecked (off), Squared check box (on for all sprites) checked box (on for flat sprites)";

"Flat Sprites"? A sprite is by definition 2D... so IDK what you are trying to say there.

Also call it a "shaded check box" not a squared one.

And it needs more game examples because it has a much wider scope than the old one which he made for Ar tonelico.

"Carries" should be capitalized as well, although I would just say "Has three states"
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
Quote: "Flat Sprites"? A sprite is by definition 2D... so IDK what you are trying to say there.
I think it comes from my commit. Well, all primitives are 2D anywayTongue2 It must be read as nearest filtered sprite (vs bilinear filtered sprite) but I found flat nicer (even if it is a very bad word)
Reply
(05-06-2015, 07:39 AM)Blyss Sarania Wrote: Also, the description text is a bit hard to understand:


"Flat Sprites"? A sprite is by definition 2D... so IDK what you are trying to say there.

Also call it a "shaded check box" not a squared one.

And it needs more game examples because it has a much wider scope than the old one which he made for Ar tonelico.

"Carries" should be capitalized as well, although I would just say "Has three states"

Shouldn't shaded (squared, whichever) be 'partially' applied basically only and the full checked box apply it to all sprites? That's how it is for Texture Filtering too.
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 32 GB (2x16GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Samsung 980 1TB | Windows 10 Pro x64 (22H2)
Reply
(05-06-2015, 05:57 AM)tsunami2311 Wrote: OR maybe i doing something wrong and i need sleep but for me "UserHacks_round_sprite=" in the gsdx ini does nothing and i had to manual change it to "UserHacks_round_sprite_offset=" to effect changes which mean the UI control for round sprite currently broke?

just made a PR to fix the typo. unfortuantely, somehow I added a extra unrelated commit to the PR. so, I decided to rebase and F-push it to delete the unrelated commit but, now Github gives the following error while trying to access.

[Image: dK9xWCk.jpg]

From the looks of it, I think it would take a little more time to get the PR rebased and get it ready to be merged because of this server problem.

[Edit]

The server is back on and the PR has been successfully rebased and sent. The sync between the ini file and the UI is corrected.
We're supposed to be working as a team, if we aren't helping and suggesting things to each other, we aren't working as a team.
- Refraction
Reply
(05-06-2015, 09:14 AM)Ryudo Wrote: Shouldn't shaded (squared, whichever) be 'partially' applied basically only and the full checked box apply it to all sprites? That's how it is for Texture Filtering too.

changing the variables for the states require changing the native function for the BS_AUTO3STATE and it would influence all the other hacks which use the three state check box and it would get messy.

I tried using parameters for the function call for the initialization of the value for the variable and somehow it still uses the native one and the change is not getting done right. so, I decided it would be better to just notify about the hack in the description and leave it at the default way.

Though, there is still a clean alternative for making it the right way. that would require gregory to swap the value for the Hw hack and it would be sorted out the right way. but still, gregory feels that it would be better to have the values at the current way for future access.

(05-06-2015, 07:39 AM)Blyss Sarania Wrote: Also call it a "shaded check box" not a squared one.
done.

(05-06-2015, 07:39 AM)Blyss Sarania Wrote: "Carries" should be capitalized as well, although I would just say "Has three states"
done.

(05-06-2015, 07:39 AM)Blyss Sarania Wrote: And it needs more game examples because it has a much wider scope than the old one which he made for Ar tonelico.
Yes, that could be added. highlighting the popular games which benefit from the hack would be good for the description, It would be nice if anyone could put up a list of games which are benefited from the hack.
We're supposed to be working as a team, if we aren't helping and suggesting things to each other, we aren't working as a team.
- Refraction
Reply




Users browsing this thread: 4 Guest(s)