Skip to content

Commit

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

## Changelog
**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.
* 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.
* CTeleTrampolin Launches objects caught in an anomaly very high to the sky. Now one can experiment with immersive lore-friendly "Springboard"/"Trampolin" anomalies :)


**2024.04.07**
* strangerism:
* fixed cursor staying visible when launching demo_record
* adds propagation of F12 keypress screenshot event (only available with cmd demo_record_return_ctrl_inputs )
* toggle cursor visibility when demo_record controls are switched to invoker script and back (only available with cmd demo_record_return_ctrl_inputs )
* 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
* DaimeneX: base_hud_offset_... params work with PDA
* Fixed cursor staying visible when launching demo_record
* Adds propagation of F12 keypress screenshot event (only available with cmd `demo_record_return_ctrl_inputs`)
* Toggle cursor visibility when demo_record controls are switched to invoker script and back (only available with cmd `demo_record_return_ctrl_inputs`)
* 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

**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 8F77C72E4724EA694581F850A4C0CD6D
AnomalyDX10AVX.exe 774DD48827960D7BA2B3072608B8371C
AnomalyDX11.exe 5BC688D8462D98F1182E60BEA32AFC15
AnomalyDX11AVX.exe FEA9B6E74F5544A190DEEC618DB101E7
AnomalyDX8.exe 3DEA4AC616C64C171A7D091B75A47BDC
AnomalyDX8AVX.exe 51C60533755AA6FAA8BB506D765CC004
AnomalyDX9.exe 7C01881C0C5828BA17791B69AA52BE4F
AnomalyDX9AVX.exe 3FCD145EA1857C39679889B38C4E7828
AnomalyDX10.exe 2D2DA6A81AEAD78428A3878889779E24
AnomalyDX10AVX.exe 26CDCFDD42F32194B216689D254FEE9F
AnomalyDX11.exe 6081B340C3A5BA5E3236D64C3392344C
AnomalyDX11AVX.exe 892CAC428B5B0FE0D8BFDE8AB98A7817
AnomalyDX8.exe ED8030704103CE90A8A7B1299E82139B
AnomalyDX8AVX.exe 26F4B97BF23E851286D1B1033EF1E009
AnomalyDX9.exe 4E55CE4301F5206CF31A1BB0FABF388F
AnomalyDX9AVX.exe 77EC973DA44CC8E5296D5636AF648A92

0 comments on commit c5086ae

Please sign in to comment.