Skip to content

Commit

Permalink
Add warning for performance issues in FO4 Next Gen
Browse files Browse the repository at this point in the history
  • Loading branch information
pStyl3 committed May 17, 2024
1 parent a161e2a commit da3c1ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions masterlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,13 @@ globals:
- 'Fallout 4'
condition: 'file("F4SE/Plugins/place.dll") and file("../f4se_loader.exe") and readable("../Fallout4.exe") and ((version("F4SE/Plugins/place.dll", "1.18.0.1163", ==) and version("../Fallout4.exe", "1.10.163.0", !=)) or (version("F4SE/Plugins/place.dll", "1.18.0.1163", <) and version("../Fallout4.exe", "1.10.163.0", ==)))'

# Temporary warning: Performance Issues in FO4 Next Gen
- type: warn
content:
- lang: en
text: 'Fallout 4 Next Gen (version 1.10.984.0) has been found to experience performance issues such as stuttering and freezing in the presence of any mods overriding **NPC_** records. An official patch from Bethesda will need to address this issue.'
condition: 'file("../Fallout4.exe") and readable("../Fallout4.exe") and version("../Fallout4.exe", "1.10.984.0", ==)'

groups:
- name: &dlcGroup DLC

Expand Down

0 comments on commit da3c1ec

Please sign in to comment.