..:: PCSX2 Forums ::..

Full Version: GSdx
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563
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")
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.
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?
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.
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.
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"
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)
(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.
(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.
(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.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563