Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model replacements break dungeon triggers #2711

Open
AlexanderSig opened this issue Nov 18, 2024 · 0 comments
Open

Model replacements break dungeon triggers #2711

AlexanderSig opened this issue Nov 18, 2024 · 0 comments

Comments

@AlexanderSig
Copy link

Describe the issue

Using a mod that replaces certain models, for example coffins, will break mechanisms that activate when the player steps on the coffin.

To Reproduce

Steps to reproduce the behavior:

  1. Install a mod that replaces coffin/casket models (Handpainted Model Replacements)
  2. Go to a location where stepping on a coffin activates a mechanism in the dungeon. For example "The Wicksly Graveyard" in Betony or Mantellan Crux
  3. The mechanism will not activate. Disabling the mod will make it work again.

Expected behavior

The mechanism should activate.

Screenshots and Logs

Here is a save-game in-front of a coffin that should elevate once you step on it: https://forums.dfworkshop.net/viewtopic.php?p=53044&sid=59d38df876980ea2f73f7b2b6fe23a26#p53044

Desktop (please complete the following information):

  • OS: Windows
  • Version 1.1.1

Additional context
Interkarma looked at this problem in 2022 and posted on the forums "The short version is that problem is created by replacement mesh having LOD groups and object collision isn't happening on the same level in hierarchy. I'll loop back to this one later and attempt a fix."

However, removing the LOD groups from the custom model does not help. I have tried making it so the replacement mesh has the exact same collisions as the original model but that does not help either. I understand the GitHub issues list are not for "mod problems" but I feel I've done everything I can to fix this and can't see any way to replace certain models without breaking the game.

Forum link to Interkarma's post here: https://forums.dfworkshop.net/viewtopic.php?t=5106

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant