Skip to content

Commit

Permalink
Disable shader based teleport effect (use default).
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe committed Jun 8, 2024
1 parent 2718ebf commit d8a6b48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/assets/fte/config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ volume 0

// graphics
cl_truelightning 1
r_particledesc runes teleport explosion blood rocket torch flame grenade classic wflash
r_particledesc "classic blood explosion flame grenade rocket runes torch"

r_wateralpha 0.7
r_lavaalpha 0.7
Expand Down
1 change: 0 additions & 1 deletion src/pages/games/fte/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ function getGeneralAssets(): FteAssets {
"id1/particles/grenade.cfg",
"id1/particles/rocket.cfg",
"id1/particles/runes.cfg",
"id1/particles/teleport.cfg",
"id1/particles/torch.cfg",
"id1/particles/particlefont.png",
"id1/progs/armor.mdl",
Expand Down

0 comments on commit d8a6b48

Please sign in to comment.