• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Terrain Tile size limit

Status
Not open for further replies.
Level 8
Joined
Jul 24, 2006
Messages
157
Is there any way to create a 1024*512 pixel terrain tile and display it ingame?
It is working for tiles without variations (512*512) but the large ones are either not displayed correctly if you deactivate mipmaps or with mipmaps only the 512*256 version is displayed.
Would I need to hack wc3?
 
Level 8
Joined
Jul 24, 2006
Messages
157
Okay, the solution is easy:
Simply use .tga files instead of .blp. (Names remain the same, for example TerrainArt\LordaeronSummer\Lords_Dirt.tga)
This means .tga terrain textures can have a size 1024*512, 2048*1024 and maybe even more.
This seems to work for some Replaceable textures aswell, but not for normal model textures because they specify the texture directly as .blp.
 
Status
Not open for further replies.
Top