by munchyfly ( Nexus | Carrd )
This is for people, like me, who use a controller and accidentally press the D-Pad when near or mounted on Roach and end up without a sword. This way, you can still use the keyboard numbers to put/take the swords on Roach.
All credits to Menschfeind, the author of both the mod and this little edit.
Download Swords On Roach
We are going to be editing the script called swordsonroach.ws
You can use Notepad++, VS Code or Sublime Text.
function checkNearRoach()
. Should be around Line 36.if ( VecDistance( GetWitcherPlayer().GetWorldPosition(), GetWitcherPlayer().GetHorseWithInventory().GetWorldPosition() ) <2 )
to this
if ( VecDistance( GetWitcherPlayer().GetWorldPosition(), GetWitcherPlayer().GetHorseWithInventory().GetWorldPosition() ) <2 && !theInput.LastUsedGamepad())