Skip to content

Commit

Permalink
Added the 720p HZD LRT adjustment provided by Scar to fix issues for …
Browse files Browse the repository at this point in the history
…Fleur
  • Loading branch information
blegas78 committed Jan 30, 2022
1 parent 55ec730 commit 723208f
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/HZD variants/normal-720p-alternate/script.asl
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
isLoading
{
return features["isLoading"].current > 9.0;
}
35 changes: 35 additions & 0 deletions src/HZD variants/normal-720p-alternate/structure.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<GameProfile xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>Horizon Zero Dawn</Name>
<Screens>
<Screen>
<Name>Game</Name>
<Geometry>
<Width>91</Width>
<Height>31</Height>
</Geometry>
<WatchZones>
<WatchZone>
<Name>isLoading</Name>
<Geometry>
<X>0</X>
<Y>0</Y>
<Width>91</Width>
<Height>31</Height>
</Geometry>
<Watches>
<Watcher>
<Name>loading</Name>
<ErrorMetric>PeakAbsolute</ErrorMetric>
<WatchImages>
<WatchImage>
<FilePath>imgs\loading.png</FilePath>
</WatchImage>
</WatchImages>
</Watcher>
</Watches>
</WatchZone>
</WatchZones>
</Screen>
</Screens>
</GameProfile>

0 comments on commit 723208f

Please sign in to comment.