Try   HackMD

Swords On Roach: No Controller


by munchyfly ( Nexus | Carrd )

  • The mod has been updated to work with both 1.32 and Next Gen though I have yet to start using NG so I can't guarantee it will work on NG.


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.



  1. Find function checkNearRoach(). Should be around Line 36.
  2. Change this:
if ( VecDistance( GetWitcherPlayer().GetWorldPosition(), GetWitcherPlayer().GetHorseWithInventory().GetWorldPosition() ) <2 )

to this

if ( VecDistance( GetWitcherPlayer().GetWorldPosition(), GetWitcherPlayer().GetHorseWithInventory().GetWorldPosition() ) <2 && !theInput.LastUsedGamepad())

  1. Save
  2. Load up the game
  3. Profit!