Skip to content

Commit

Permalink
Slight brightlite nerfs for MP
Browse files Browse the repository at this point in the history
Guac0 committed Jan 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4139692 commit 0e14b3a
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified addons/TAS_BrightLite.pbo
Binary file not shown.
16 changes: 8 additions & 8 deletions addons/TAS_BrightLite/cfgWeapons.hpp
Original file line number Diff line number Diff line change
@@ -12,10 +12,10 @@
position="flash dir"; \
direction="flash"; \
size=1; \
innerAngle=30; \
outerAngle=60; \
innerAngle=35; \
outerAngle=65; \
coneFadeCoef=4; \
intensity=200; \
intensity=125; \
dayLight=1; \
FlareSize=1; \
flareMaxDistance=200; \
@@ -35,7 +35,7 @@
innerAngle=65; \
outerAngle=130; \
coneFadeCoef=4; \
intensity=70; \
intensity=50; \
FlareSize=1; \
flareMaxDistance=150; \
scale[]={0}; \
@@ -45,16 +45,16 @@
constant = 0; \
linear = 0; \
quadratic = 0.1; \
hardLimitStart = 40; \
hardLimitEnd = 60; \
hardLimitStart = 35; \
hardLimitEnd = 45; \
};

#define FLASHLIGHT_HIGH \
size=1; \
innerAngle=10; \
outerAngle=25; \
coneFadeCoef=4; \
intensity=2000; \
intensity=1250; \
FlareSize=1; \
flareMaxDistance=250; \
scale[]={0}; \
@@ -63,7 +63,7 @@
start = 1; \
constant = 0; \
linear = 0; \
quadratic = 0.1; \
quadratic = 0.05; \
hardLimitStart = 150; \
hardLimitEnd = 220; \
};

0 comments on commit 0e14b3a

Please sign in to comment.