Skip to content

Commit

Permalink
Add &flagESM message anchor (#57)
Browse files Browse the repository at this point in the history
* Add &flagESM message anchor
  • Loading branch information
pStyl3 authored Dec 2, 2023
1 parent 3d19c31 commit 4da58c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prelude.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,15 @@ common:
- lang: uk_UA
text: 'Інший мод може переписувати один із критичних файлів. Будь ласка впевніться, що ви використовуєте версію {0} із цього моду, або сумісну за її навності.'

# Useful for Fallout 3 and Fallout: New Vegas plugins
- &flagESM
type: warn
content:
- lang: en
text: 'This plugin isn''t an ESM, but it appears to contain navmeshes. This can lead to problems with NPC pathfinding. It is recommended to flag this plugin as **ESM** to avoid these problems. It might also be necessary to ensure that all references called by scripts in this plugin are flagged as **persistent**.'
- lang: de
text: 'Dieses Plugin ist kein ESM, aber es scheint Navmeshes zu enthalten. Dies kann zu Problemen mit der NPC-Pfadfindung führen. Es wird empfohlen, dieses Plugin als **ESM** zu kennzeichnen, um diese Probleme zu vermeiden. Es könnte auch notwendig sein, sicherzustellen, dass alle Referenzen, die von Skripten in diesem Plugin aufgerufen werden, als **persistent** gekennzeichnet sind.'

- &includesX
type: say
content:
Expand Down

0 comments on commit 4da58c6

Please sign in to comment.