Morrowind
0 of 0

File information

Last updated

Original upload

Created by

abot

Uploaded by

abot

Virus scan

Safe to use

Documentation

Readme

View as plain text

The Elder Scrolls III MORROWIND: Move or Take My Place

by abot
Bloodmoon/GOTY Morrowind engine required
MWSE required

Description:
The problem of people blocking your way in narrow passages is a little
annoying in Morrowind.

NPC_move mod
(http://planetelderscrolls.gamespy.com/View.php?view=Mods.Detail&id=1701)
is good, but sometimes it does not work simply because Morrowind
AI wander does not always work, especially in narrow interiors.

Developing the guars mod I found that a convenient solution is swapping
player position with the actor.

This small mod is the application of this concept: NPC will have the
"- Take my place" dialog topic, and friendly NPCs should take your place when asked.

Latest MWSE version of the mod includes NPC/Creature Move away functionality
when pressing (by default) the left Alt key, a friendly NPC/Creature in front of you
will move away (if not following you) or take your place (if following you).
When pressing the same key while also sneaking, it will take your place

To change the key used by default (left Alt), you can use:
set ab01mtmpKey to value
in the game console, replacing value with the decimal number for the virtual key code
you want to use (google "microsoft windows virtual key codes")


Credits:
This mod is clearly inspired by Noirgrim's NPC Move mod, and works well coupled with it.

Permissions:
You have my full permission to use things I introduced in this mod in your mods,
as long as you rename your scripts/identifiers to avoid conflicts. Credit is not
necessary - but would be nice.

changes:
Version 1.4 - MWSE version using fast alt-key
Version 1.3 - some script optimization
Version 1.2 - better dialog menu auto-closing
Version 1.1 - added dialog menu auto-closing

-abot