Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
openmw
openmw
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 549
    • Issues 549
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 51
    • Merge requests 51
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenMW
  • openmwopenmw
  • Issues
  • #4334

Closed
Open
Created Jun 17, 2018 by redmine@openmw_redmine_userGuest

Torch and shield usage inconsistent with original game

  1. I can be wrong, but in my testing NPC hide torches during rainy weather in original game. OpenMW does not have this behaviour - we check only for darkness (isDark() function).

  2. Shield, torch and two-handed weapon equipping is inconsistent too. In original game, when you equip shield or torch, an engine force you to unequp two-handed weapons. When you equip two-handed weapons, an engine forces you to unequip torch, but not shield (IIRC, MCP fixes shield bug-feature). In OpenMW, an engine allows you to equip light sources and shields with two-handed weapons. From the other hand, we have a hack in Actors::updateEquippedLight() to emulate vanilla behaviour for NPCs, but it does not well: during combat NPC will have both weapon and torch equipped, so the torch will be visible during weapon unequipping animation (another difference from Morrowind).

The simpliest way to fix 2. is to make equipping differences togglable at least.

(RM-4334 from redmine: created on 2018-03-01 by Andrei Kortunov, , closed on 2018-03-21 by Andrei Kortunov)

Edited Jun 19, 2018 by redmine
Assignee
Assign to
openmw-0.44
Milestone
openmw-0.44
Assign milestone
Time tracking
None
Due date
None