0 of 0

File information

Last updated

Original upload

Created by

Peasly Wellbott

Uploaded by

PeaslyWellbott

Virus scan

Safe to use

About this mod

REFramework script. Prevents weapon damage from triggering a Wyvern Ride when the Monster is staggered from mounting damage.

Requirements
Permissions and credits
Changelogs
REFramework script that prevents your weapon attacks from initiating a Wyvern Ride when a Monster has been primed to start one. You can still sheathe your weapon and initiate a ride manually.

Due to the way the code flows, the mod works best when you are the host of a Quest so that the script is able to intercept methods called from the Monster itself. There is a secondary mechanism performed through the Player, which will function when you are a client in a session, but after a few hits the Monster will wake up from its stagger state. Under most circumstances this won't matter much because another player without the mod will have started riding it anyways.

By default the mod only effects your attacks, but it can be optionally extended to all players when you are the Host. I'd only recommend toggling this on when playing with friends, as otherwise someone will surely think it's bugged.

The following options can be toggled through the "Script Generated UI" section in the REFramework window, or their default values edited in the INI (otherwise they will reset between game launches).
  • Enabled - Toggles entire mod. Default True.
  • Enabled when not Quest Host - Your attacks will not trigger Rides when you are not the Quest Host, but will interrupt the Monster Stagger. Default True.
  • Enabled but only use Lesser Opening - Your attacks will instead interrupt the Monster stagger when Solo/Hosting. Default False.
  • Enabled for all Players when Quest Host - All player's attacks will not trigger Rides, or interrupt the Monster stagger, when you are the Quest Host. Default False. Hardly tested, maybe works?