Skip to content

Commit

Permalink
add note about texture filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
xan1242 committed Feb 22, 2023
1 parent 6048d27 commit 067111f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,5 @@ This feature was famously not included in the PC version of NFS Most Wanted and
- Place MAIN.dds either in game root or the scripts folder

- Reconfigure the .ini to your liking

- Make sure that texture filtering is turned on in video settings! Otherwise sparks will be drawn at wrong coordinates!
1 change: 1 addition & 0 deletions dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// - particle collision & bouncing
// - particles stay in the world after restart - MAKE A XENON EFFECT RESET
// - contrails get overwritten by sparks at high rates
// - texture filtering messes with drawing coordinates - if it's disabled, sparks are rendered off screen...
//

#include "stdafx.h"
Expand Down

0 comments on commit 067111f

Please sign in to comment.