• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Fire Particles

Status
Not open for further replies.
Level 8
Joined
Feb 21, 2005
Messages
110
Flame4 is rather bad actually, since it is a single texture. The best way is to use SubUVs.

Textures\Clouds8x8Fire.blp or Textures\Clouds8x8ModFire.blp are way better (set a modulate flag for the last one).

Edit, short explanation: SubUV basically means that you use multiple textures in one texture file. That's also where the name comes from, texture coordinates are commonly referred to as U and V and the main texture splits up in multiple rows and columns. The particle appears, its texture starts with the first column/row and then iterates through the columns and rows of the provided texture to show the specific subtextures.
For use of SubUVs, you might wish to take a closer look at building fires, for example:
Environment\LargeBuildingFire\LargeBuildingFire0.mdx
 
Status
Not open for further replies.
Top