xenia-canary / game-compatibility

https://xenia.jp
BSD 3-Clause "New" or "Revised" License
59 stars 11 forks source link

4D5307D5 - Gears of War #44

Open HunterAP23 opened 4 years ago

HunterAP23 commented 4 years ago

Marketplace

Tested on https://github.com/xenia-canary/xenia-canary/commit/660559bd372e34f62979b43fc9bf23b81f236037/

Issues:

Game launches past the Microsoft logo, then freezes at the main menu for the game. This is the same behavior that happens in the master version of Xenia. Strangely, Gears of War 2 and 3 seem to be in a better state: #39

Log:

xenia.zip

Screenshot(s):

xenia-canary_2020-05-18_05-13-02

Labels:

state-title tech-engine-unrealengine

illusion0001 commented 4 years ago

Ingame https://github.com/xenia-canary/xenia-canary/commit/1708a24

ZeroOneTV commented 1 year ago

Ingame 84571f8_canary_experimental image

image

But have some visual bugs: image

Is there any way to unlock the 60fps or the native console version was stuck at 30fps?

evanderf commented 1 year ago

Is there any way to unlock the 60fps or the native console version was stuck at 30fps?

Follow the tutorial from Xenia Canary Game Patches and apply them.

I tried out Gears of War with game patches, runs smooth at 60fps with minor stutters. I would say that it is playable.

xenia_canary_2023_08_04_12_07_53_479

xenia_canary_2023_08_04_12_08_20_641

Labels: state-playable

Znitech commented 1 year ago

Graphic is becoming transparent on latest canary and vulkan

2023-11-17T06:59:33,683749361+07:00

RareMv commented 5 months ago

As of June 1st 2024 build, game has mostly no visuals issues.

Patch is still needed to fix character shadowing. There are some 2-3 checkeboard white flashes in the tutorial level Blood spatters on the ground or the Gears symbol on the walls to locate collectibles sometimes suffer from Z-fighting.

If there are too many different audio sources, sometimes some of them will cut out temporarily, but will return once the separate audio sources stop. Like: 5 NPCs shooting + enemies + turrets.

OGTK423 commented 1 month ago

"Blood spatters on the ground or the Gears symbol on the walls to locate collectibles sometimes suffer from Z-fighting."

For what it is worth, I only experience the blood decal z-fighting when the Black Shading Fix included in the Xenia Gears of War patch is in use. Unfortunate as the Black Shading Fix is basically non-negotiable as it mitigates extreme visual issues.

Edit: See @Sowa95's response below for a more accurate appraisal of this information. Keeping my original post above in case search keywords direct anyone here looking for details.

Sowa95 commented 1 month ago

@OGTK423 2D decals are broken in most (if not every) Unreal Engine game, it's not directly related to the patch. GoW supports lower resolution, which handles MSAA differently (or maybe even turns it off). If you set internal_display_resolution = 2, blood pool decals will flicker just the same, proof YT. Also in default resolution, with no patches, cog decals will flicker YT. If you want the best of both worlds, render_target_path_d3d12 = "rov" renders all decals accurately, but it's much slower than default RTV.

OGTK423 commented 1 month ago

@Sowa95 Thank you for this awesome, extremely informative post. Greatly appreciated. Hope these details help to inform any other users who may be curious about this. As stated, ROV mitigates the decal issue but is hard to justify its usage when considering the performance demands versus RTV.