About this mod
Removes the finishing moves. Also makes humanoid enemies enter ragdoll state immediately when killed/knocked out, except for when they are defeated with the last attack of an attack string or by any other kind of attack that causes special hit animations.
- Permissions and credits
Normal Installation:
1. Extract the zipped folder.
2. Open the extracted folder.
3. Find out where Risen 3 is installed and move/copy documents.pak to this location (backup or rename the original file before or just replace it):
Risen 3\data\packed
Done!
In order to avoid compatibility issues with other mods, you could also do the alternate installation or recreate the mod. Both requires Risen 3 Resource Manager (experimental version), which you can download there:
https://forum.worldofplayers.de/forum/threads/1381917-tool-Risen-3-Resource-Manager/page2?p=24129949&viewfull=1#post24129949
Tutorials on how to use it are there:
https://forum.worldofplayers.de/forum/threads/1411254-Risen-3-Tutorials
Alternate Installation:
1. Extract the zipped folder.
2. Open the extracted folder.
3. Copy r3resman.exe (from the Risen 3 Resource Manager folder) into the extracted folder.
4. (Backup and) move documents.pak ( from .../Risen 3/data/packed) into the same folder.
5. Drag documents.pak onto r3resman.exe.
This creates the documents folder.
6. Move w_combat.hdr into the documents folder and let it replace the file with an identical name.
7. Drag the documents folder onto r3resman.exe.
This updates documents.pak.
8. Move documents.pak back to .../Risen 3/data/packed.
Done!
How to recreate the mod:
The file that needs to be modified is called w_combat.hdr and is a part of documents.pak.
In its converted (editable) version, change line 5604 from
class eCScriptProxyScript FinishingAction = "FinishingActionHuman"
to
class eCScriptProxyScript FinishingAction = "";