Skip to content

Commit f3491ef

Browse files
committed
quick plugin change to wake appveyor up
:)
1 parent 797202d commit f3491ef

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/Assembly/Plugins/Reach/rasg.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<undefined name="Unknown" offset="0x44" visible="false" />
2424
<undefined name="Unknown" offset="0x48" visible="false" />
2525
<undefined name="Unknown" offset="0x4C" visible="false" />
26-
<undefined name="Unknown" offset="0x50" visible="false" />
27-
<undefined name="Unknown" offset="0x54" visible="false" />
26+
<int32 name="Unknown" offset="0x50" visible="false" />
27+
<int32 name="Unknown" offset="0x54" visible="false" />
2828
<tagRef name="Default Performance Throttles" offset="0x58" visible="true" />
29-
<tagRef name="Unknown" offset="0x68" visible="true" />
29+
<tagRef name="Vision Mode Settings" offset="0x68" visible="true" />
3030
<tagRef name="Cheap Particle Type Library" offset="0x78" visible="true" />
3131
<tagRef name="Emblem Library" offset="0x88" visible="true" />
3232
<comment title="Motion Blur Parameters">max blur:............ max amount to blur, as a percentage of the screen
@@ -35,7 +35,7 @@ center falloff:....... reduces motion blur around the screen center (larger valu
3535
<float32 name="Maximum Blur" offset="0x98" visible="true" tooltip="max amount to blur, as a percentage of the screen" />
3636
<float32 name="Blur Scale" offset="0x9C" visible="true" tooltip="scales blur for a given velocity" />
3737
<point2 name="Center Falloff" offset="0xA0" visible="true" tooltip="larger values make smaller areas of no blur" />
38-
<undefined name="Unknown" offset="0xA8" visible="false" />
38+
<float32 name="Expected DT" offset="0xA8" visible="true" tooltip="this is not currently used, but may be in the future" />
3939
<comment title="Screen Space Light Parameters" />
4040
<float32 name="Cheap Albedo Blend" offset="0xAC" visible="true" tooltip="for all screen space light without shader reference" />
4141
</plugin>

src/Assembly/Plugins/ReachMCC/rasg.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
<undefined name="Unknown" offset="0x44" visible="false" />
2424
<undefined name="Unknown" offset="0x48" visible="false" />
2525
<undefined name="Unknown" offset="0x4C" visible="false" />
26-
<undefined name="Unknown" offset="0x50" visible="false" />
27-
<undefined name="Unknown" offset="0x54" visible="false" />
26+
<int32 name="Unknown" offset="0x50" visible="false" />
27+
<int32 name="Unknown" offset="0x54" visible="false" />
2828
<tagRef name="Default Performance Throttles" offset="0x58" visible="true" />
29-
<tagRef name="Unknown" offset="0x68" visible="true" />
29+
<tagRef name="Vision Mode Settings" offset="0x68" visible="true" />
3030
<tagRef name="Cheap Particle Type Library" offset="0x78" visible="true" />
3131
<tagRef name="Emblem Library" offset="0x88" visible="true" />
3232
<comment title="Motion Blur Parameters">max blur:............ max amount to blur, as a percentage of the screen
@@ -35,7 +35,7 @@ center falloff:....... reduces motion blur around the screen center (larger valu
3535
<float32 name="Maximum Blur" offset="0x98" visible="true" tooltip="max amount to blur, as a percentage of the screen" />
3636
<float32 name="Blur Scale" offset="0x9C" visible="true" tooltip="scales blur for a given velocity" />
3737
<point2 name="Center Falloff" offset="0xA0" visible="true" tooltip="larger values make smaller areas of no blur" />
38-
<undefined name="Unknown" offset="0xA8" visible="false" />
38+
<float32 name="Expected DT" offset="0xA8" visible="true" tooltip="this is not currently used, but may be in the future" />
3939
<comment title="Screen Space Light Parameters" />
4040
<float32 name="Cheap Albedo Blend" offset="0xAC" visible="true" tooltip="for all screen space light without shader reference" />
4141
</plugin>

0 commit comments

Comments
 (0)