Morrowind
0 of 0

File information

Last updated

Original upload

Created by

magg4152

Uploaded by

magg4152

Virus scan

Safe to use

About this mod

This mod adds a menu for teleportation written for MWSE. This mod uses a hot key, that can be changed, which opens the menu.

Requirements
Permissions and credits
About
This mod adds a simple teleportation function to the game and is intended to be simple and easy to use.
This mod relies on the Morrowind Script Extender (MWSE) and is written in Lua. The mod files are located in MWSE/mods/Teleport. The location data is saved in JavaScript Object Notation (JSON) files in MWSE/config/places.json, so the location data and names can be changed manually if desired.

Installation
Simply download with Vortex or copy the MWSE directory to ../Morrowind/Data Files/.

Usage
While in-game, press Right Shift  (default key map) to open the teleportation menu.

Future Plans

In the future it would be nice to create a more immersive mod that implements the teleportation menu when using the mark and recall spells.

Keybinding
Currently there is no keybinding remap functionality but it can be changed in main.lua by changing the filter in line 3:  HKEY = 54, which is used in the last line: event.register("keyDown", this.onCommand, {filter = HKEY})
The key to access the menu can be remapped using the list below (taken from MWSE scan codes).


[ 1 ]  =  ESC
[ 2 ]  =  1 !
[ 3 ]  =  2 @
[ 4 ]  =  3 #
[ 5 ]  =  4
[ 6 ]  =  5 %
[ 7 ]  =  6 ^
[ 8 ]  =  7 &
[ 9 ]  =  8 *
[ 10 ]  =  9 (
[ 11 ]  =  10 )
[ 12 ]  =  - _
[ 13 ]  =  "= +"
[ 14 ]  =  Backspace
[ 15 ]  =  Tab
[ 16 ]  =  Q
[ 17 ]  =  W
[ 18 ]  =  E
[ 19 ]  =  R
[ 20 ]  =  T
[ 21 ]  =  Y
[ 22 ]  =  U
[ 23 ]  =  I
[ 24 ]  =  O
[ 25 ]  =  P
[ 26 ]  =  [ {
[ 27 ]  =  ] }
[ 28 ]  =  Enter
[ 29 ]  =  Ctrl
[ 30 ]  =  A
[ 31 ]  =  S
[ 32 ]  =  D
[ 33 ]  =  F
[ 34 ]  =  G
[ 35 ]  =  H
[ 36 ]  =  J
[ 37 ]  =  K
[ 38 ]  =  L
[ 39 ]  =  : ;
[ 40 ]  =  ” ‘
[ 41 ]  =  ` ~
[ 42 ]  =  Left Shift
[ 43 ]  =  |
[ 44 ]  =  Z
[ 45 ]  =  X
[ 46 ]  =  C
[ 47 ]  =  V
[ 48 ]  =  B
[ 49 ]  =  N
[ 50 ]  =  M
[ 51 ]  =  < ,
[ 52 ]  =  > .
[ 53 ]  =  / ?
[ 54 ]  =  Right Shift
[ 55 ]  = 
[ 56 ]  =  Alt
[ 57 ]  =  Space
[ 58 ]  =  Caps Lock
[ 59 ]  =  F1
[ 60 ]  =  F2
[ 61 ]  =  F3
[ 62 ]  =  F4
[ 63 ]  =  F5
[ 64 ]  =  F6
[ 65 ]  =  F7
[ 66 ]  =  F8
[ 67 ]  =  F9
[ 68 ]  =  F10
[ 87 ]  =  F11
[ 88 ]  =  F12
[ 69 ]  =  Num Lock
[ 70 ]  =  Scroll Lock
[ 71 ]  =  Home
[ 72 ]  =  Up Arrow
[ 73 ]  =  Page Up
[ 74 ]  = 
[ 75 ]  =  Left Arrow
[ 76 ]  = 
[ 77 ]  =  Right Arrow
[ 78 ]  = 
[ 79 ]  =  End
[ 80 ]  =  Down Arrow
[ 81 ]  =  Page Down
[ 82 ]  =  Insert
[ 83 ]  =  Delete