Skip to content

Commit

Permalink
Update dynamic light values
Browse files Browse the repository at this point in the history
DaemonEngine/Daemon#1425 NUKEs random light scaling, this sets the dynamic light values to compensate for that.
  • Loading branch information
VReaperV committed Jan 28, 2025
1 parent f64afa7 commit d4e5eeb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion models/weapons/chaingun/weapon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ primary
{
flashDLight 100.0
flashDLightInt 1.2
flashDLightColor 1.0 0.73 0.38
flashDLightColor 4.0 2.92 1.52
flashSound 0 models/weapons/chaingun/flash0
flashSound 1 models/weapons/chaingun/flash1
flashSound 2 models/weapons/chaingun/flash2
Expand Down
2 changes: 1 addition & 1 deletion models/weapons/flamer/weapon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ primary
{
flashDLight 100.0
flashDLightInt 6.0
flashDlightColor 0.25 0.1 0.0
flashDlightColor 1.0 0.4 0.0
continuousFlash

muzzleParticleSystem particles/weapons/flamer/muzzleflash
Expand Down
2 changes: 1 addition & 1 deletion models/weapons/lgun/weapon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ primary
{
flashDLight 40.0
flashDLightInt 10.0
flashDLightColor 1.0 0.0 0.0
flashDLightColor 4.0 0.0 0.0
flashSound 0 models/weapons/lgun/flash0

impactMark 8 gfx/weapons/lgun/mark
Expand Down
2 changes: 1 addition & 1 deletion models/weapons/mdriver/weapon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ primary
{
flashDLight 75.0
flashDLightInt 6.0
flashDLightColor 0.0 1.0 0.0
flashDLightColor 0.0 4.0 0.0
flashSound 0 models/weapons/mdriver/flash0

impactMark 5 gfx/weapons/rifle/mark
Expand Down
2 changes: 1 addition & 1 deletion models/weapons/mgturret/weapon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ primary
{
flashDLight 100.0
flashDLightInt 0.5
flashDlightColor 1.0 0.3 0.3
flashDlightColor 4.0 1.2 1.2
flashSound 0 sound/buildables/mgturret/attack1

impactMark 8 gfx/weapons/lgun/mark
Expand Down
2 changes: 1 addition & 1 deletion models/weapons/psaw/weapon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ primary
{
flashDLight 20.0
flashDLightInt 20.0
flashDLightColor 1.0 1.0 1.0
flashDLightColor 4.0 4.0 4.0
firingSound models/weapons/psaw/firing

impactParticleSystem particles/weapons/psaw/impact
Expand Down
2 changes: 1 addition & 1 deletion models/weapons/rifle/weapon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ primary
{
flashDLight 100.0
flashDLightInt 0.5
flashDlightColor 1.0 0.73 0.38
flashDlightColor 4.0 2.92 1.52
flashSound 0 models/weapons/rifle/flash0

impactMark 5 gfx/weapons/rifle/mark
Expand Down
2 changes: 1 addition & 1 deletion models/weapons/shotgun/weapon.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ primary
{
flashDLight 100.0
flashDLightInt 2.4
flashDlightColor 1.0 0.73 0.38
flashDlightColor 4.0 2.92 1.52
flashSound 0 models/weapons/shotgun/flash0

impactMark 4 gfx/weapons/shotgun/mark
Expand Down

0 comments on commit d4e5eeb

Please sign in to comment.