Skip to content

Commit

Permalink
2024.04.22
Browse files Browse the repository at this point in the history
  • Loading branch information
themrdemonized committed Apr 22, 2024
1 parent 3de5151 commit 80fe4b4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
16 changes: 15 additions & 1 deletion README.md
Expand Up @@ -163,12 +163,26 @@ Here is list of exe files for Anomaly 1.5.2 that contains all engine patches by
How to compile exes:
1. Fork xray-monolith repo from https://github.com/themrdemonized/xray-monolith
2. Clone the fork onto your pc
3. Select all-in-one-vs2022 branch
3. Select all-in-one-vs2022-wpo branch
4. Compile the engine-vs2022.sln solution with VS2022
5. For batch builds of all configurations use `batch_build.bat` in xray-monolith repo
6. For successful compilation, **the latest build tools with MFC and ATL libraries is required**

## Changelog
**2024.04.22**
* Added `complex_mode` attribute to `<list>` UI node (default is disabled), which allows for colored text of list items and other features. Example:
```xml
<properties_box>
<texture>ui_inGame2_demo_player_info_window</texture>
<list x="0" y="0" width="10" height="10" item_height="18" always_show_scroll="0" can_select="1" bottom_indent="10" right_ident="10" left_ident="20" complex_mode="1">
<font_s r="220" g="220" b="220" />
<font r="150" g="150" b="150" font="letterica16" complex_mode="1" />
</list>
</properties_box>
```
* vegeta1k95:
* Added an optional and configurable texture glowing for silencers after consecutive shots, visually looks like overheating.

**2024.04.17**
* Tosox:
* Poltergeists and Burers can throw corpses, to enable it check modded exes options menu or type in console `telekinetic_objects_include_corpses 1`
Expand Down
16 changes: 8 additions & 8 deletions checksums.txt
@@ -1,9 +1,9 @@
AnomalyDX10.exe AD56905E3A653EC6C74C702695335DD6
AnomalyDX10AVX.exe DC793BBBBDE9AD6371704584D79817CF
AnomalyDX11.exe EC2884D8D7BB5C470B0F80B99965238E
AnomalyDX11AVX.exe 1C2AAE4F25C4A63B5C07EAC1FA326839
AnomalyDX8.exe 259906016689E5C2C58071C48A869943
AnomalyDX8AVX.exe 3164CD91998165387A4F72C4796DD666
AnomalyDX9.exe 21C84FC55920A826E14A4F40E39ADBB8
AnomalyDX9AVX.exe CB22210ABA8006CA4C30E48D2E7A5974
AnomalyDX10.exe BEF2207FFBF9F80A38007580F72B528D
AnomalyDX10AVX.exe DB50F8C94E52D2CCA389BA8A7DB37E54
AnomalyDX11.exe 9D27E3D9C2B6B45FD3C9EFAC30CD8CBF
AnomalyDX11AVX.exe 7BEE0C0A104735009E8CE7AE32A045D8
AnomalyDX8.exe 78A17209CF30EB34002E53E52B7BD770
AnomalyDX8AVX.exe 1B4DA9A0930B8C177AAAEC01AAEC7563
AnomalyDX9.exe 14AFCF193C27F510B097A8AA63BC118B
AnomalyDX9AVX.exe EDCAE333303E0202491B39E568409FAB

0 comments on commit 80fe4b4

Please sign in to comment.