Skip to content

Commit

Permalink
patch 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Owlvard committed Jun 29, 2021
1 parent 2b2d3e3 commit d8470bb
Show file tree
Hide file tree
Showing 771 changed files with 660 additions and 257 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

Binary file added AshesPatcher.dll
Binary file not shown.
36 changes: 36 additions & 0 deletions AshesPatcher.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[Misc]

; Major credit to Hoodie and her HoodiePatcher, which is 99% of the code used for this.
; This Patcher is tuned specifically for ashes which is why in agreement with hoodie the name was changed.
; Maintenance is done by Halvard and not Hoodie so please direct any questions or troubles towards the former.

; Insert here the path of any additional DLL mod you desire to load.
; Example: ChainloadDinput8dll="debug.dll"
ChainloadDinput8dll=""

; MaximumHkobjects dictates the maximum amount of Hkobjects, increasing it is required for extensive player moveset mods.
; In vanilla, this value equals 8192, by default AshesPatcher doubles it. Thanks to Horkrux for discovering the address.
MaximumHkobjects=16384

; EnableDebugAnimSpeedPlayer dictates whether the TAE event DebugAnimSpeed will be enabled for the player character/C0000. Set to 1 if you desire to enable DebugAnimSpeed.
; The DebugAnimSpeed event allows for quick adjustments of animation speed in TAE.
; Warning, enabling it will cause it to become active everywhere the event is occurring in your instance. The event is present in multiple TAE's, as it has been used during game development by From Software.
; It doesn't appear to be destructive in most cases, AKA your game will not break. But some player animations might be slower/faster depending on whether this event is present in their TAE.
; If you wouldn't like to deal with any side effects, remove the event everywhere it is occurring.
; By default EnableDebugAnimSpeedEnemy=0 so DebugAnimSpeed is disabled for the player character/C0000.
EnableDebugAnimSpeedPlayer=1

; EnableDebugAnimSpeedEnemy dictates whether the TAE event DebugAnimSpeed will be enabled for Enemy's/NPC's/not C0000. Set to 1 if you desire to enable DebugAnimSpeed.
; The DebugAnimSpeed event allows for quick adjustments of animation speed in TAE.
; Warning, enabling it will cause it to become active everywhere the event is occurring in your instance. The event is present in multiple TAE's, as it has been used during game development by From Software.
; It doesn't appear to be destructive in most cases, AKA your game will not break. But some enemy animations might be slower/faster depending on whether this event is present in their TAE.
; If you wouldn't like to deal with any side effects, remove the event everywhere it is occurring.
; By default EnableDebugAnimSpeedEnemy=0 so DebugAnimSpeed is disabled for enemy's.
EnableDebugAnimSpeedEnemy=0


[Debug]

; Setting AshesPatcherDebugLog to 1 will enable AshesPatcher's debug console, to be mainly used if you're encountering any problems, or if you'd like to get a more in-depth look at your difficulty level.
; By default AshesPatcherDebugLog=0 so the debug console is disabled.
AshesPatcherDebugLog=0
16 changes: 16 additions & 0 deletions GraphicPresets/Enable FIDELITY.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@ECHO OFF
echo ___ __ _______ __ ___ __
echo / ^| _____/ /_ ___ _____ / ____(_)___/ /__ / (_) /___ __
echo / /^| ^| / ___/ __ \/ _ \/ ___/ / /_ / / __ / _ \/ / / __/ / / /
echo / ___ ^|(__ ) / / / __(__ ) / __/ / / /_/ / __/ / / /_/ /_/ /
echo /_/ ^|_/____/_/ /_/\___/____/ /_/ /_/\__,_/\___/_/_/\__/\__, /
echo /____/
echo.
ECHO [EXPERIMENTAL, SOME GLITCHES MIGHT OCCUR]
ECHO Amazing visuals or burning PC, either way you will see the light!
ECHO.
ECHO Initiating Preset...
robocopy ".\Fidelity\map" "..\_ashes\map" "*.tpf*" "*.btl*" "*.msb*" /e /z /mir >nul 2>nul
robocopy ".\Fidelity\param\drawparam" "..\_ashes\param\drawparam" "*.gparam*" /e /z /mir >nul 2>nul
ECHO READY, Enjoy Ashes!
PAUSE
14 changes: 14 additions & 0 deletions GraphicPresets/Enable PERFORMANCE.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@ECHO OFF
ECHO.
ECHO _____ _ _____ ___
ECHO ^| _ ^|___^| ^|_ ___ ___ ^| _ ^|___ ___^| _^|___ ___ _____ ___ ___ ___ ___
ECHO ^| ^|_ -^| ^| -_^|_ -^| ^| __^| -_^| _^| _^| . ^| _^| ^| .'^| ^| _^| -_^|
ECHO ^|__^|__^|___^|_^|_^|___^|___^| ^|__^| ^|___^|_^| ^|_^| ^|___^|_^| ^|_^|_^|_^|__,^|_^|_^|___^|___^|
ECHO.
ECHO Improved visuals with minimal performance loss
ECHO.
ECHO Initiating Preset...
robocopy ".\Performance\map" "..\_ashes\map" "*.tpf*" "*.btl*" "*.msb*" /e /z /mir >nul 2>nul
robocopy ".\Performance\param\drawparam" "..\_ashes\param\drawparam" "*.gparam*" /e /z /mir >nul 2>nul
ECHO READY, Enjoy Ashes!
PAUSE
16 changes: 16 additions & 0 deletions GraphicPresets/Enable VANILLA.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@ECHO OFF
echo __ __ ____ ____ ____ _ _ ____
echo ^| ^| ^| / ^|^| \ ^| ^|^| ^| ^| ^| / ^|
echo ^| ^| ^|^| o ^|^| _ ^| ^| ^| ^| ^| ^| ^| ^| o ^|
echo ^| ^| ^|^| ^|^| ^| ^| ^| ^| ^| ^|___ ^| ^|___ ^| ^|
echo ^| : ^|^| _ ^|^| ^| ^| ^| ^| ^| ^|^| ^|^| _ ^|
echo \ / ^| ^| ^|^| ^| ^| ^| ^| ^| ^|^| ^|^| ^| ^|
echo \_/ ^|__^|__^|^|__^|__^|^|____^|^|_____^|^|_____^|^|__^|__^|
echo.
ECHO unchanged visuals
ECHO.
ECHO Initiating Preset...
robocopy ".\Vanilla\map" "..\_ashes\map" "*.tpf*" "*.btl*" "*.msb*" /e /z /mir >nul 2>nul
robocopy ".\Vanilla\param\drawparam" "..\_ashes\param\drawparam" "*.gparam*" /e /z /mir >nul 2>nul
ECHO READY, Enjoy Ashes!
PAUSE
Empty file.
Binary file added GraphicPresets/Fidelity/map/m30/gi_env_m30.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m31/gi_env_m31.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m33/gi_env_m33.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m34/gi_env_m34.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m35/gi_env_m35.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m37/gi_env_m37.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m38/gi_env_m38.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m40/gi_env_m40.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m41/gi_env_m41.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m50/gi_env_m50.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file added GraphicPresets/Fidelity/map/m51/gi_env_m51.tpfbhd
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit d8470bb

Please sign in to comment.