Lightwarp Textures and Examples

Sonoma

tf_logic_lesbian
aa
May 12, 2020
662
671

Lightwarp Textures and Examples

For more information on lightwarp textures check out the Valve Developer Community page

This is a list of all lightwarp textures within Team Fortress 2 for quick reference

none.jpg
models-buildables-sentry1-sentry1_lightwarp.jpg
models-buildables-sentry2-sentry2_lightwarp.jpg
models-buildables-sentry3-sentry3_lightwarp.jpg
models-flag-flag_blue_lightwarp.jpg
models-flag-flag_red_lightwarp.jpg
models-lightwarps-hand_lightwarp.jpg
models-lightwarps-jarate_lightwarp.jpg
models-lightwarps-mirv_lightwarp.jpg
models-lightwarps-rainblower_lightwarp.jpg
models-lightwarps-robot_lightwarp.jpg
models-lightwarps-softened_weapon_lightwarp.jpg
models-lightwarps-weapon_lightwarp.jpg
models-lightwarps-xms_lightwarp.jpg
models-player-demo-hwn_demo_lightwarp.jpg
models-player-engineer-engineer_hands_lightwarp.jpg
models-player-items-all_class-qc_lightwarp.jpg
models-player-items-mvm_loot-all_class-fob_lightwarp.jpg
models-player-pyro-pyro_lightwarp.jpg
models-player-shared-eye_lightwarp.jpg
models-player-shared-ice_player_lightwarp.jpg
models-player-soldier-hwn_soldier_lightwarp.jpg
models-props_foliage-cactus01_lightwarp.jpg
models-props_forest-icicle_lightwarp.jpg
models-props_halloween-halloween_demoeye_lightwarp.jpg
models-props_halloween-halloween_lens_lightwarp.jpg
models-props_vehicles-pickup_lightwarp.jpg
models-weapons-c_items-c_ambassador_lightwarp.jpg
models-weapons-c_items-c_fists_of_steel_lightwarp.jpg
models-weapons-c_items-c_fists_of_steel_lightwarp_blue.jpg
models-weapons-c_items-c_pocket_watch_lightwarp.jpg
models-weapons-c_items-c_sr3_punch_lightwarp.jpg
models-weapons-w_syringe-w_syringe_lightwarp.jpg

Code:
1. models/buildables/dispenser/dispenser_lightwarp
2. models/buildables/sentry1/sentry1_lightwarp
3. models/buildables/sentry2/sentry2_lightwarp
4. models/buildables/sentry3/sentry3_lightwarp
5. models/flag/flag_blue_lightwarp
6. models/flag/flag_red_lightwarp
7. models/lightwarps/hand_lightwarp
8. models/lightwarps/jarate_lightwarp
9. models/lightwarps/mirv_lightwarp
10. models/lightwarps/rainblower_lightwarp
11. models/lightwarps/robot_lightwarp
12. models/lightwarps/softened_weapon_lightwarp
13. models/lightwarps/weapon_lightwarp
14. models/lightwarps/xms_lightwarp
15. models/player/demo/hwn_demo_lightwarp
16. models/player/engineer/engineer_hands_lightwarp
17. models/player/items/all_class/qc_lightwarp
18. models/player/items/mvm_loot/all_class/fob_lightwarp
19. models/player/pyro/pyro_lightwarp
20. models/player/shared/eye_lightwarp
21. models/player/shared/ice_player_lightwarp
22. models/player/soldier/hwn_soldier_lightwarp
23. models/props_foliage/cactus01_lightwarp
24. models/props_forest/icicle_lightwarp
25. models/props_halloween/halloween_demoeye_lightwarp
26. models/props_halloween/halloween_lens_lightwarp
27. models/props_vehicles/pickup_lightwarp
28. models/weapons/c_items/c_ambassador_lightwarp
29. models/weapons/c_items/c_fists_of_steel_lightwarp
30. models/weapons/c_items/c_fists_of_steel_lightwarp_blue
31. models/weapons/c_items/c_pocket_watch_lightwarp
32. models/weapons/c_items/c_sr3_punch_lightwarp
33. models/weapons/w_syringe/w_syringe_lightwarp
 

YM

LVL100 YM
aa
Dec 5, 2007
7,158
6,081
Some of these have a bright section in what should be the darkest region, how is that achieved?
 

Sonoma

tf_logic_lesbian
aa
May 12, 2020
662
671
Some of these have a bright section in what should be the darkest region, how is that achieved?
From what I can gather from the VDC when making lightwarp textures you need the Clamp S and Clamp T flags set in the VTF for it to properly apply, and a decent chunk of these lightwarp textures don't seem to have those flags set on them, causing that. Valve works in mysterious ways
 
Last edited: