Skip to content

Commit

Permalink
2024.04.17
Browse files Browse the repository at this point in the history
  • Loading branch information
themrdemonized committed Apr 17, 2024
1 parent c5086ae commit 3de5151
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,12 @@ How to compile exes:
6. For successful compilation, **the latest build tools with MFC and ATL libraries is required**

## Changelog
**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`

**2024.04.12**
* Script hit `.bone` field can be assigned `s_hit.bone = "bip01_spine`, as well as called `s_hit.bone("bip01_spine")`. This will potentially change behaviour of some vanilla scripts and mods to the authors' intended way.
* Script hit `.bone` field can be assigned `s_hit.bone = "bip01_spine"`, as well as called `s_hit.bone("bip01_spine")`. This will potentially change behaviour of some vanilla scripts and mods to the authors' intended way.
* vegeta1k95:
* Added new optional telekinesis type for gravitational anomalies behavior: CTeleTrampolin
* Can be used by mods, which set `tele_type 1` inside anomalies config sections.
Expand All @@ -185,7 +189,7 @@ How to compile exes:
* Added new API to enable camera bonduary check (limits the camera distance from the actor)
* Added camera bonduary check and that the camera does not go below the actor ground (not really a ground collision check)
* Update console cmd `demo_record_return_ctrl_inputs` to enable camera bonduary check
* ve: base_hud_offset_... params work with PDA
* DaimeneX: base_hud_offset_... params work with PDA

**2024.04.06**
* Safe reading of base_hud_offset_... params
Expand Down
16 changes: 8 additions & 8 deletions checksums.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AnomalyDX10.exe 2D2DA6A81AEAD78428A3878889779E24
AnomalyDX10AVX.exe 26CDCFDD42F32194B216689D254FEE9F
AnomalyDX11.exe 6081B340C3A5BA5E3236D64C3392344C
AnomalyDX11AVX.exe 892CAC428B5B0FE0D8BFDE8AB98A7817
AnomalyDX8.exe ED8030704103CE90A8A7B1299E82139B
AnomalyDX8AVX.exe 26F4B97BF23E851286D1B1033EF1E009
AnomalyDX9.exe 4E55CE4301F5206CF31A1BB0FABF388F
AnomalyDX9AVX.exe 77EC973DA44CC8E5296D5636AF648A92
AnomalyDX10.exe AD56905E3A653EC6C74C702695335DD6
AnomalyDX10AVX.exe DC793BBBBDE9AD6371704584D79817CF
AnomalyDX11.exe EC2884D8D7BB5C470B0F80B99965238E
AnomalyDX11AVX.exe 1C2AAE4F25C4A63B5C07EAC1FA326839
AnomalyDX8.exe 259906016689E5C2C58071C48A869943
AnomalyDX8AVX.exe 3164CD91998165387A4F72C4796DD666
AnomalyDX9.exe 21C84FC55920A826E14A4F40E39ADBB8
AnomalyDX9AVX.exe CB22210ABA8006CA4C30E48D2E7A5974

0 comments on commit 3de5151

Please sign in to comment.