0 of 0

File information

Last updated

Original upload

Created by

Hikaru

Uploaded by

tatovich

Virus scan

Safe to use

Tags for this mod

About this mod

Play The Elder Scrolls:Morrowind with xbox one contoller
(you need Glovepie)
this is my first mod so please be patient :D

Requirements
Permissions and credits
Space               = XInput.A             
mouse.rightbutton   = XInput.B              
F                   = XInput.X              
R                   = XInput.Y              
Escape              = XInput.Back            
Capslock            = XInput.Start           
V                    = XInput.Up             
C                    = XInput.Down           





mouse.LeftButton     = XInput.RightTrigger    
W                    = XInput.Joy1Y > 0.1     
S                    = XInput.Joy1Y < -0.2    
A                    = XInput.Joy1X < -0.36   
D                    = XInput.Joy1X > 0.36    
LCtrl               = XInput.RightThumb      
Tab                 = XInput.LeftThumb
//cursor
mouse.DirectInputX += var.cursor*deadzone(XInput.Joy2X)
mouse.DirectInputY += -var.cursor*deadzone(XInput.Joy2Y)
//allows you to swing faster
if mouse.RightButton = 1 then
var.cursor = 32
else var.cursor = 16

i´ve changed next/previous weapon (Z and X) and next/previous spell (C and V) because i cant put de original keys in the script.

Copy and paste this script in glove pie or download the archive.

PD: my main leguage is spanish so maybe there are some writing problems